You probably need to modify the start file and change the port(s) that zope will use when starting. I believe there are three arguments that can be passed -w portnumber "ZServer", -W portnumber "WebDAV" and -f portnumber "ftp" . Adding these arguments will change the ports that zope uses. Here is what mine looks like
snip<
$INST_HOME/z2.py -w80 -W9001\ "$@" ----- Original Message ----- From: Roel Van den Bergh <roel@planetinterior.com> To: Zope@Zope. Org <zope@zope.org> Sent: Wednesday, April 17, 2002 6:32 AM Subject: [Zope] Problem Starting Zope PANIC (300)
For some time we have been using Zope onboth W2K and Redhat 7.2 without any mayor problems. We have been following the mailing list for a while now, but this is new to us.
We just bought a brand new pre installed webserver (Dell PowerApp) running linux RH 7.0(?) After unpacking and installing Zope we tried to start Zope using ./start and got the following error:
2002-04-17T12:45:45 PANC (300) z2 startup exception Traceback (innermost last): File /usr/local/zope/2-5-0/z2.py line 556, in ? File /usr/local/zope/2-5-0/ZServer/HTTPServer.py, line 320 in __init__ File /usr/local/zope/2-5-0/ZServer/medusa/http_server.py, line 570 in __init__ File /usr/local/zope/2-5-0/ZServer/medusa/asyncore.py, line 306, in bind error: (998, 'Address already in use')
Apparantly Zope is trying to access a port already assigned. Is there any workaround this?
TIA, Roel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )