[Zope] Can't start Zope
Rob Page
rob.page@digicool.com
Thu, 2 Dec 1999 19:06:06 -0500
> I'm getting an error when trying to run ./start. Any ideas why this is
> happening? (Zope was compiled as w_pcgi.py)
>
> File "/usr/zope/z2.py", line 493, in ?
> logger_object=lg)
> File "/usr/zope/ZServer/medusa/http_server.py", line 552, in __init__
> self.bind ((ip, port))
> File ""/usr/zope/ZServer/medusa/asyncore.py", line 205, in bind
> return self.socket.bind (addr)
> socket.error: (98, 'Address already in use')
This says that you already have something running on the port to which
the ZServer's http server wants to connect.
--Rob