[Zope-dev] Zope 2.2.4 Dying

Shane Hathaway shane@digicool.com
Fri, 16 Feb 2001 11:56:47 -0500


Andre Schubert wrote:
> 
> Hi,
> 
> I'am using Zope 2.2.4 with the required patches.
> Python 1.5.2
> Immunix 6.2 (redhat) - Production System - with apache-1.3.14-2.6.2 under a
> Named Virtual Host
> Zope is running with Zope.cgi

I would guess that Apache is disconnecting its pipe to Zope.cgi somehow,
which results in a SIGPIPE (or broken pipe).  Unfortunately, I don't
have much experience with this kind of setup; maybe someone else can
chime in?

Shane

> Shane Hathaway schrieb:
> 
> > Andre Schubert wrote:
> > >
> > > Hi,
> > >
> > > since the last time i had some problems with my zope server.
> > > The zope 2.2.4 running under linux dies unexpectly with the following
> > > messages.
> > >
> > > 2001-02-16T01:50:08 ERROR(200) zdaemon zdaemon: Fri Feb 16 02:50:08
> > > 2001: Aiieee! 5451 exited with error code: 13
> > > ------
> > > 2001-02-16T02:29:38 ERROR(200) zdaemon zdaemon: Fri Feb 16 03:29:38
> > > 2001: Aiieee! 10313 exited with error code: 13
> > >
> > > What does the error code 13 say and could anyone help me to solve the
> > > problem
> >
> > Hmm, according to "kill -l", code 13 is "SIGPIPE".  What's your setup?
> >
> > Shane