[Zope] zope crashes on first hit
Dieter Maurer
dieter@handshake.de
Wed, 5 Mar 2003 20:23:44 +0100
Bill Seitz wrote at 2003-3-4 14:35 -0800:
> All the sudden my zope (v2.5.1 running on Win98) is
> crashing while processing its first hit. This seems
> true regardless of the URL requests (manage,
> manage_main, index_html), though it's possible I'm
> getting 1 hit sometimes before it dies.
> ....
> 2003-03-04T18:50:21 ERROR(200) ZServer uncaptured
> python exception, closing channel
> <ZServer.HTTPServer.zhttp_channel connected
> 127.0.0.1:1247 at 0x1d59b2c channel#: 0 requests:>
> (exceptions.IOError:[Errno 9] Bad file descriptor
It looks as if your socket library ("winsock") would no longer
work correctly. Maybe, you can check this.
> [D:\Zope\WebSeitz\ZServer\medusa\asyncore.py|poll|107]
> [D:\Zope\WebSeitz\ZServer\medusa\asyncore.py|handle_write_event|398]
> [D:\Zope\WebSeitz\ZServer\medusa\asynchat.py|handle_write|146]
> [D:\Zope\WebSeitz\ZServer\medusa\asynchat.py|initiate_send|208]
> [D:\Zope\WebSeitz\ZServer\medusa\asynchat.py|refill_buffer|195]
> [D:\Zope\WebSeitz\ZServer\Producers.py|more|36]
> [D:\Zope\WebSeitz\ZServer\medusa\http_server.py|log|289]
> [D:\Zope\WebSeitz\ZServer\medusa\logger.py|log|247]
> [D:\Zope\WebSeitz\ZServer\medusa\logger.py|log|77]
> [D:\Zope\WebSeitz\ZServer\medusa\logger.py|write|53]
> [D:\Zope\WebSeitz\ZServer\medusa\logger.py|maybe_flush|65])
It wants to write some message to the log file and cannot.
Check, why.
Maybe, the file is corrupted or can not be written at for
other reasons.
Dieter