Urgent... Zope can't start...
The console says... 2003-07-07T18:43:46 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/src/Zope-2.6.0-src/z2.py, line 653, in ? File /usr/src/Zope-2.6.0-src/ZServer/HTTPServer.py, line 362, in __init__ File /usr/src/Zope-2.6.0-src/ZServer/medusa/http_server.py, line 573, in __init__ File /usr/src/Zope-2.6.0-src/ZServer/medusa/asyncore.py, line 306, in bind error: (48, 'Address already in use') What's this ? Many thanks in advance. --Gilles
--On Montag, 7. Juli 2003 19:07 Uhr +0200 Gilles Lenfant <gilles@pilotsystems.net> wrote:
File /usr/src/Zope-2.6.0-src/ZServer/medusa/asyncore.py, line 306, in bind error: (48, 'Address already in use')
There is already another application (or another Zope) running and uses one of ports used by Zope (usually 8080). -aj
----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Gilles Lenfant" <gilles@pilotsystems.net>; <zope@zope.org> Sent: Monday, July 07, 2003 6:59 PM Subject: Re: [Zope] Urgent... Zope can't start...
--On Montag, 7. Juli 2003 19:07 Uhr +0200 Gilles Lenfant <gilles@pilotsystems.net> wrote:
File /usr/src/Zope-2.6.0-src/ZServer/medusa/asyncore.py, line 306, in bind error: (48, 'Address already in use')
There is already another application (or another Zope) running and uses
one
of ports used by Zope (usually 8080).
-aj
Thanks for the reply No, a "nestat -a " shows the port I'm supposed to use (8084) is actually available !! Can't understand. --Gilles
----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Gilles Lenfant" <gilles@pilotsystems.net>; <zope@zope.org> Sent: Monday, July 07, 2003 6:59 PM Subject: Re: [Zope] Urgent... Zope can't start...
--On Montag, 7. Juli 2003 19:07 Uhr +0200 Gilles Lenfant <gilles@pilotsystems.net> wrote:
File /usr/src/Zope-2.6.0-src/ZServer/medusa/asyncore.py, line 306, in bind error: (48, 'Address already in use')
There is already another application (or another Zope) running and uses
one
of ports used by Zope (usually 8080).
-aj
Ooooops (me stupid dummy !) Made a stupid stuff in "start" script :o( such 2 different instances listen to 8080. Thanks --Gilles
Looks like you can't bind to the address/port you've told Zope to run on. Probably something else is already running there. HTH, Dylan On Mon, 2003-07-07 at 10:07, Gilles Lenfant wrote:
The console says...
2003-07-07T18:43:46 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/src/Zope-2.6.0-src/z2.py, line 653, in ? File /usr/src/Zope-2.6.0-src/ZServer/HTTPServer.py, line 362, in __init__ File /usr/src/Zope-2.6.0-src/ZServer/medusa/http_server.py, line 573, in __init__ File /usr/src/Zope-2.6.0-src/ZServer/medusa/asyncore.py, line 306, in bind error: (48, 'Address already in use')
What's this ?
Many thanks in advance.
--Gilles
_______________________________________________ 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 (3)
-
Andreas Jung -
Dylan Reinhardt -
Gilles Lenfant