[Zope-dev] Zope 2.2.4 Dying

Dieter Maurer dieter@handshake.de
Tue, 20 Feb 2001 21:06:52 +0100 (CET)


Andre Schubert writes:
 > my problems are going on :( and i need help.
 > ...
 > 2001-02-19T20:21:07 ERROR(200) zdaemon zdaemon: Mon Feb 19 21:21:07 2001: Aiieee!
 > 20154 exited with error code: 13
This is a SIGPIPE.

Zope probably has opened a communication (socket or pipe) with an
external process (database?) and this process closed unexpectedly
the connection (probably because it died).

 > 2001-02-19T20:21:08 ERROR(200) zdaemon zdaemon: Mon Feb 19 21:21:08 2001: Aiieee!
 > 938 exited with error code: 256
This is an "exit(1)".

Some external component (database adapter?) has called exit with
code 1.


Unfortunately, I can not tell you which component does not work
or even explain why.
At your place, I would try to find log file of external components
and see whether they contain some hints.


Dieter