Everything appeared to install fine (WindowsXP), but I could not bring up the management console. I shutdown the service and ran runzope from the command line. Here's what I got: C:\ZOPE-I~1\bin>runzope C:\ZOPE-I~1\bin>"C:\Program Files\Zope-2.7.0\bin\python.exe" "C:\Program Files\Zope-2.7.0\lib\python\Zope\Startup\run.py" -C "C:\Zope-Instance\etc\zope.conf" ------ 2004-03-18T23:32:19 INFO(0) ZServer HTTP server started at Thu Mar 18 23:32:19 2004 Hostname: Oxygen.kenets01.pa.comcast.net Port: 8080 ------ 2004-03-18T23:32:19 INFO(0) ZServer FTP server started at Thu Mar 18 23:32:19 2004 Hostname: Oxygen Port: 8021 ------ 2004-03-18T23:32:19 DEBUG(-200) FileStorage create storage C:\Zope-Instance/var/Data.fs ------ 2004-03-18T23:32:19 DEBUG(-200) TemporaryStorage create storage temporary storage for sessioning ------ 2004-03-18T23:32:19 BLATHER(-100) ZODB Commiting subtransaction of size 5386 ------ 2004-03-18T23:32:19 INFO(0) Zope Ready to handle requests It appears that my broadband connection is influencing the Hostname. Trying to use the reported Hostname as a URL (http://Oxygen.kenets01.pa.comcast.net:8080/manage) generated "The page cannot be displayed" message on IE 6. What am I doing wrong? How can I fix this? Thanks in advance for any help.
Just a hunch... Unless you have a dns server on your side of the cable modem, I'm not sure (practically certian, actually) if your zope server will resolve to http://whatever.comcast.net:8080/manage... I am assuming that you're trying to access it locally. Did you try http://localhost:8080/manage? or http://ipaddress:8080/manage? HTH bobb ----- Original Message ----- From: stan@workflowinc.com To: zope@zope.org Sent: Thursday, March 18, 2004 11:50 PM Subject: [Zope] Installation Problems Everything appeared to install fine (WindowsXP), but I could not bring up the management console. I shutdown the service and ran runzope from the command line. Here's what I got: C:\ZOPE-I~1\bin>runzope C:\ZOPE-I~1\bin>"C:\Program Files\Zope-2.7.0\bin\python.exe" "C:\Program Files\Zope-2.7.0\lib\python\Zope\Startup\run.py" -C "C:\Zope-Instance\etc\zope.conf" ------ 2004-03-18T23:32:19 INFO(0) ZServer HTTP server started at Thu Mar 18 23:32:19 2004 Hostname: Oxygen.kenets01.pa.comcast.net Port: 8080 ------ 2004-03-18T23:32:19 INFO(0) ZServer FTP server started at Thu Mar 18 23:32:19 2004 Hostname: Oxygen Port: 8021 ------ 2004-03-18T23:32:19 DEBUG(-200) FileStorage create storage C:\Zope-Instance/var/Data.fs ------ 2004-03-18T23:32:19 DEBUG(-200) TemporaryStorage create storage temporary storage for sessioning ------ 2004-03-18T23:32:19 BLATHER(-100) ZODB Commiting subtransaction of size 5386 ------ 2004-03-18T23:32:19 INFO(0) Zope Ready to handle requests It appears that my broadband connection is influencing the Hostname. Trying to use the reported Hostname as a URL (http://Oxygen.kenets01.pa.comcast.net:8080/manage) generated "The page cannot be displayed" message on IE 6. What am I doing wrong? How can I fix this? Thanks in advance for any help. ------------------------------------------------------------------------------ _______________________________________________ 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 )
Thanks for the idea. I did try the other URLs with the same result. I figured it out however. I didn't have a hosts file. A simple entry of localhost 127.0.0.1 solved the problem. I guess that in lieu of the hosts file it was guessing my host based on DHCP settings. That's what lead it to Comcast's servers. What is interesting is that none of the other web servers that I've run on my machine (Apache, IIS) had this problem. In any event, problem solved. Thanks for responding. Stan Shore
participants (2)
-
Bobb -
stan@workflowinc.com