James Biggs wrote: > I'm new to plone, although I tinkered a bit in 2.5.1. I just installed 2.5.2 > on > a machine running Ubuntu Server Edition, but when I try to start the > zeocluster, > the ZEO server will not start. > > I ran "bin/zopectl fg" and received the below output. Anybody know what may be > causing this? I cannot see how it is a port problem, since I could access my > plone site and zope manager in my previous installation of 2.5.1., which I > just > updated today. > > > /opt/Plone-2.5.2/zeocluster/client1/bin/runzope -X debug-mode=on > Traceback (most recent call last): > File "/opt/Plone-2.5.2/lib/python/Zope2/Startup/run.py", line 56, in ? > run() > File "/opt/Plone-2.5.2/lib/python/Zope2/Startup/run.py", line 21, in run > starter.prepare() > File "/opt/Plone-2.5.2/lib/python/Zope2/Startup/__init__.py", line 92, in > prepare > self.setupServers() > File "/opt/Plone-2.5.2/lib/python/Zope2/Startup/__init__.py", line 208, in > setupServers > raise ZConfig.ConfigurationError(socket_err > ZConfig.ConfigurationError: There was a problem starting a server of type > "HTTPServer". 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)
Check with "ps ax" whether there's a left-over process still running somehow. It happens from time to time. Or try telnetting to the offending port to see what is listening there :-) Reinout -- Reinout van Rees r.van.rees @ zestsoftware.nl http://vanrees.org/weblog/ http://zestsoftware.nl/ "Military engineers build missiles. Civil engineers build targets." _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
