(socket.error:(113, 'No route to host') -> seems like an os, not a zope prob: check route -n to see whether you have a default gateway config´d; zope seems to need one, so could be that zope expects to find a dns server in a different subnet where it can´t find a route to?! just guessing, oliver
OK, a while back I sent a mail to this list about my zope install crashing a few times a week. This time I have more info.
Zope 2.5.1, running on Slackware.
I run zope like this;
./start > zope.out 2>&1 &
So now I can see the errors...
The last errors I get before it dies are here;
2002-09-05T00:55:30 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 209.170.209.7:1931 at 0x8cd27c4channel#: 885 requests:> (socket.error:(113, 'No route to host') [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82] [/usr/local/zope/ZServer/medusa/http_server.py|recv|420] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357]) ------ 2002-09-05T00:56:36 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 209.170.209.7:1930 at 0x8f89404channel#: 884 requests:> (socket.error:(113, 'No route to host') [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82] [/usr/local/zope/ZServer/medusa/http_server.py|recv|420] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
Any ideas?
Oh and Shana Tova.
dj
- Dan Jacobs - 07956 246 659
_______________________________________________ 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 )
_____ To understand recursion, we first have to understand recursion.