← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 619098] Re: Module: Document - problem access via FTP

 

Nicola,

I just tried on stable and trunk both, and FTP seems working fine.
Can you check if you have all the rights to access the port and directories?

I am closing the as it does not affect trunk at all.
We can discuss if there is still a problem at your end.
Thanks.

** Changed in: openobject-addons
       Status: New => Invalid

-- 
Module: Document - problem access via FTP
https://bugs.launchpad.net/bugs/619098
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Invalid

Bug description:
Hi, I installed the module Document for trying to use DMS, I see with nmap command thattche port 8021 is open but when I try a connection via FTP, in windows with: ftp://oerp:8021 or with Ubuntu "connect to server" on port 8021 both mode: FTP and auth. FTP, the connection is waiting until time out.
I never been able to access to FTP server. If useful I write down the error find in Server logs:

2010-08-17 10:38:44,261] INFO:FTP:[]192.168.100.50:42450 Connected.
Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/__init__.py", line 94, in run
    ftpd.serve_forever()
  File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 3002, in serve_forever
    asyncore.loop(timeout=1.0, use_poll=False)
  File "/usr/lib/python2.6/asyncore.py", line 202, in loop
    poll_fun(timeout, map)
  File "/usr/lib/python2.6/asyncore.py", line 143, in poll
    read(obj)
  File "/usr/lib/python2.6/asyncore.py", line 80, in read
    obj.handle_error()
  File "/usr/lib/python2.6/asyncore.py", line 76, in read
    obj.handle_read_event()
  File "/usr/lib/python2.6/asyncore.py", line 411, in handle_read_event
    self.handle_accept()
  File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 3012, in handle_accept
    handler = self.handler(sock_obj, self)
  File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 1417, in __init__
    self.remote_ip, self.remote_port = self.socket.getpeername()[:2]
  File "<string>", line 1, in getpeername
error: [Errno 107] Il punto di termine del trasporto non è connesso

(last line translate in English: the transport end point is not connected)

I try to install module: document_sftp but I don't even see open port: 8022 only SHA field in User Form.
If you need more information please tell me.
thanks