[Zope] IOError: [Errno 107] Transport endpoint is not connected
Dieter Maurer
dieter@handshake.de
Mon, 8 Jul 2002 21:05:35 +0200
Carlo Giomini writes:
> ...
> self.write (message)
> File ".../carlo/zope/Zope-2.5.1-linux2-x86/ZServer/medusa/logger.py",
> line 53, in write
> self.maybe_flush()
> File ".../carlo/zope/Zope-2.5.1-linux2-x86/ZServer/medusa/logger.py",
> line 65, in maybe_flush
> self.file.flush()
> IOError: [Errno 107] Transport endpoint is not connected
>
> Not to mention, the ZServer process aborts execution.
> Does anybody know what kind of bug might cause such error
> and (possibly) how to fix it?
Apparently, ZServer tries to log something and gets this error.
Where do you log to?
Dieter