problem(100) ZServer Computing local hostname on windows install
when I try to start zope on windows machine i get: problem(100) ZServer Computing local hostname then it says: ZServer Medusa (V1.16.4.3) started at... timestamp... hostname: dsl1254-096...isp.net Port:8080 then the FTP server starts: authorizer:none hostname: rlhome port:8021 the PCGI server starts: inet socket port: 8090 Monitor Server starts on port 8099 The dos window seems to hang after this. when I start a browser and goto http://localhost:8099/manage I get an number, apparently an error: 972402587.52 back in the dos window, I see: ZServer uncaptured python exception, closing channel <PCGIChannel at 1307340> <exceptions.ValueError:invalid literal for atio<>: Get/ manag [c:\programfiles/home/zserver/medusa/asyncore.py|75] [c:\programfiles/home/zserver/medusa/asyncore.py|handle_read_event|327] [c:\programfiles/home/zserver/medusa/asynchat.py|handle_read|110] [c:\programfiles/home/zserver/pcgi.server.py|found_terminator|146]>
when I try to start zope on windows machine i get: problem(100) ZServer Computing local hostname
this is 'normal' and not a problem (though I always wonder what it really means) <snip>
The dos window seems to hang after this.
nope, this is just the console window for the server. This is also normal. You only get output here if something strange happens (and in ftp sessions)
when I start a browser and goto http://localhost:8099/manage I get an number, apparently an error: 972402587.52
back in the dos window, I see: ZServer uncaptured python exception, closing channel <PCGIChannel at 1307340> <exceptions.ValueError:invalid literal for atio<>: Get/ manag [c:\programfiles/home/zserver/medusa/asyncore.py|75] [c:\programfiles/home/zserver/medusa/asyncore.py|handle_read_event|327] [c:\programfiles/home/zserver/medusa/asynchat.py|handle_read|110] [c:\programfiles/home/zserver/pcgi.server.py|found_terminator|146]>
try accessing it via the http port. In your case http://localhost:8080 or http://localhost:8080/manage then it should work. hth Rik
On Tue, 24 Oct 2000 15:38:43 -0400, "Richard Lanham" <rlanham@speakeasy.net> wrote:
then it says: ZServer Medusa (V1.16.4.3) started at... timestamp... hostname: dsl1254-096...isp.net Port:8080
your http server is on 8080
Monitor Server starts on port 8099
and the monitor is on 8099
So that url should http://localhost:8080/manage Toby Dickenson tdickenson@geminidataloggers.com
participants (3)
-
Richard Lanham -
Rik Hoekstra -
Toby Dickenson