FCGIServer broken pipe on Zope 2.8.1?
Any suggestions as to what is causing this kind of problem? I've never seen this in our environment on Zope 2.7.x - it just started after a fresh install of 2.8.1. i386 Linux, Py 2.3.5, Zope 2.8.1, plone 2.1 --- ERROR ZServer uncaptured python exception, closing channel <ZServer.FCGIServer.FCGIChannel connected '' at 0xb3d34f2c> (socket.error:(32, 'Broken pipe') [/home/.../zope/python/2.3.5/lib/python2.3/asynchat.py|initiate_send|218] [/home/.../zope/python/2.3.5/lib/python2.3/asyncore.py|send|337]) --- Thanks, Petri
--On 13. September 2005 13:56:03 +0100 Petri Savolainen <petri.savolainen@iki.fi> wrote:
Any suggestions as to what is causing this kind of problem? I've never seen this in our environment on Zope 2.7.x - it just started after a fresh install of 2.8.1.
i386 Linux, Py 2.3.5, Zope 2.8.1, plone 2.1
--- ERROR ZServer uncaptured python exception, closing channel <ZServer.FCGIServer.FCGIChannel connected '' at 0xb3d34f2c> (socket.error:(32, 'Broken pipe') [/home/.../zope/python/2.3.5/lib/python2.3/asynchat.py|initiate_send|218] [/home/.../zope/python/2.3.5/lib/python2.3/asyncore.py|send|337]) ---
No idea about this error but FCGI in Zope is in general considered to be obsolete, deprecated and unsupported. -aj
Petri Savolainen wrote at 2005-9-13 13:56 +0100:
Any suggestions as to what is causing this kind of problem? I've never seen this in our environment on Zope 2.7.x - it just started after a fresh install of 2.8.1.
i386 Linux, Py 2.3.5, Zope 2.8.1, plone 2.1
--- ERROR ZServer uncaptured python exception, closing channel <ZServer.FCGIServer.FCGIChannel connected '' at 0xb3d34f2c> (socket.error:(32, 'Broken pipe') [/home/.../zope/python/2.3.5/lib/python2.3/asynchat.py|initiate_send|218] [/home/.../zope/python/2.3.5/lib/python2.3/asyncore.py|send|337])
The "FCGI" client (probably Apache) closed the connection (maybe it died). -- Dieter
participants (3)
-
Andreas Jung -
Dieter Maurer -
Petri Savolainen