Re: [Zope-dev] Zope 2.2.4 Dying

2001-02-20 Thread Dieter Maurer

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

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.2.4 Dying

2001-02-19 Thread Andre Schubert

Hi all,

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
2001-02-19T20:21:07 INFO(0) zdaemon zdaemon: Mon Feb 19 21:21:07 2001: Houston,
we have forked
2001-02-19T20:21:07 INFO(0) zdaemon zdaemon: Mon Feb 19 21:21:07 2001: Hi, I just
forked off a kid: 938
2001-02-19T20:21:07 INFO(0) zdaemon zdaemon: Mon Feb 19 21:21:07 2001: Houston,
we have forked
2001-02-19T20:21:08 ERROR(200) zdaemon zdaemon: Mon Feb 19 21:21:08 2001: Aiieee!
938 exited with error code: 256
2001-02-20T07:23:48 INFO(0) zdaemon zdaemon: Tue Feb 20 08:23:48 2001: Houston,
we have forked
2001-02-20T07:23:48 INFO(0) zdaemon zdaemon: Tue Feb 20 08:23:48 2001: Hi, I just
forked off a kid: 2100
2001-02-20T07:23:48 INFO(0) zdaemon zdaemon: Tue Feb 20 08:23:48 2001: Houston,
we have forked

as

Shane Hathaway schrieb:

 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

 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.2.4 Dying

2001-02-16 Thread Shane Hathaway

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

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope 2.2.4 Dying

2001-02-16 Thread Andre Schubert

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

as

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


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Zope 2.2.4 Dying

2001-02-15 Thread Andre Schubert

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

as


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )