[Zope] Can't start Zope
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Fri, 03 Dec 1999 11:40:51 +1100
>>> Adrian Esteban Madrid wrote
> 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')
Something's already bound to one of the ports Zope is trying to use -
in this case, it's the HTTP port. See if there's a Zope already on that
port, or something else.
Anthony