Hi ! I'm unable to start Zope service. I installed the package that I found at Zope.org and followed the instructions found on Zope's web site, when I do ./start, here's the message I receive. 2001-04-02T17:47:11 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/zope/2-3-1/z2.py, line 623, in ? File /usr/local/zope/2-3-1/ZServer/HTTPServer.py, line 391, in __init__ File /usr/local/zope/2-3-1/ZServer/medusa/http_server.py, line 550, in __init__ error: host not found I have a Linux Mandrake 7.2. I already tried to install RPMS from Mandrake, they didn't work either. What can I do ??? Thanks ! Benoit St-André Conseiller pédagogique en technologies de l'information et de la communication Animateur, RÉCIT des Affluents (450) 492-9400 poste 3502 courriel: benoit.st-andre@fc.csaffluents.qc.ca
Benoit St-Andre-CSA wrote:
Hi !
I'm unable to start Zope service. I installed the package that I found at Zope.org and followed the instructions found on Zope's web site, when I do ./start, here's the message I receive.
2001-04-02T17:47:11 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/zope/2-3-1/z2.py, line 623, in ? File /usr/local/zope/2-3-1/ZServer/HTTPServer.py, line 391, in __init__ File /usr/local/zope/2-3-1/ZServer/medusa/http_server.py, line 550, in __init__ error: host not found
I have a Linux Mandrake 7.2. I already tried to install RPMS from Mandrake, they didn't work either. What can I do ???
Thanks !
Likely the hostname of you machine is not set. Edit /etc/hosts and add localhost to it. -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
Likely the hostname of you machine is not set. Edit /etc/hosts and add localhost to it.
-- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
This is the content of /etc/hosts: 127.0.0.1 localhost.localdomain localhost So it's set... what is the problem then ? Is it Apache ? (it's installed) should I unistall Apache ? How could I be shure that Zserver handles zope ? thanks... again Benoit St-André Conseiller pédagogique en technologies de l'information et de la communication Animateur, RÉCIT des Affluents (450) 492-9400 poste 3502 courriel: benoit.st-andre@fc.csaffluents.qc.ca
participants (2)
-
Benoit St-Andre-CSA -
Casey Duncan