I got zope installed but when I try to ./runzope I get the following errors: 2004-05-09T15:26:14 INFO(0) ZServer HTTP server started at Sun May 9 15:26:14 2004 Hostname: Dissident Port: 8080 Traceback (most recent call last): File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 49, in ? run() File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 19, in run start_zope(opts.configroot) File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 46, in start_zope starter.setupServers() File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 198, in setupServers raise ZConfig.ConfigurationError(socket_err ZConfig.ConfigurationError: There was a problem starting a server of type "FTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use) Does anyone know what I'm doing wrong?
Sam Bright wrote: looks like some program is already listening at the default ftp port check your zope.conf and change the ftp port to some other number like 9999 and try again
I got zope installed but when I try to ./runzope I get the following errors:
2004-05-09T15:26:14 INFO(0) ZServer HTTP server started at Sun May 9 15:26:14 2004 Hostname: Dissident Port: 8080 Traceback (most recent call last): File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 49, in ? run() File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 19, in run start_zope(opts.configroot) File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 46, in start_zope starter.setupServers() File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 198, in setupServers raise ZConfig.ConfigurationError(socket_err ZConfig.ConfigurationError: There was a problem starting a server of type "FTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use)
Does anyone know what I'm doing wrong?
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Sam Bright -
sathya