3 Dec
1999
3 Dec
'99
12:40 a.m.
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