(Zope 2.8.7-final, python 2.4.3, linux2) I see the following error in my event.log a couple of times a day: 2006-10-02T07:13:00 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 10.0.20.6:51398 at -0x68ce9834 channel#: 1517 requests:> (socket.error:(104, 'Connection reset by peer') [/usr/lib/python2.4/asynchat.py|initiate_send|219] [/usr/local/zope/Zope-2.8.7/lib/python/ZServer/medusa/http_server.py|send|417] [/usr/lib/python2.4/asyncore.py|send|332]) Anyone familiar with this? Thanks, Mark
2006-10-02T07:13:00 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 10.0.20.6:51398 at -0x68ce9834 channel#: 1517 requests:> (socket.error:(104, 'Connection reset by peer') [/usr/lib/python2.4/asynchat.py|initiate_send|219] [/usr/local/zope/Zope-2.8.7/lib/python/ZServer/medusa/http_server.py|send|417] [/usr/lib/python2.4/asyncore.py|send|332])
Anyone familiar with this?
This error means that browser has closed connection - possibly somebody has pressed 'Stop' button in his browser. It is nothing to worry about. You may search the group archives for this. -- Maciej Wisniowski
As far as I know, this means that the requester closed the connection (like a browser timing out, etc...). In general, I would say, nothing to worry about... Pascal
De : Mark Gibson <mark@gibsonsoftware.com> Date : Mon, 02 Oct 2006 11:58:31 -0600 À : <zope@zope.org> Objet : [Zope] ZServer error
(Zope 2.8.7-final, python 2.4.3, linux2)
I see the following error in my event.log a couple of times a day:
2006-10-02T07:13:00 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 10.0.20.6:51398 at -0x68ce9834 channel#: 1517 requests:> (socket.error:(104, 'Connection reset by peer') [/usr/lib/python2.4/asynchat.py|initiate_send|219] [/usr/local/zope/Zope-2.8.7/lib/python/ZServer/medusa/http_server.py|send|417] [/usr/lib/python2.4/asyncore.py|send|332])
Anyone familiar with this?
Thanks,
Mark _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************
Great, Thanks! Mark Pascal Peregrina wrote:
As far as I know, this means that the requester closed the connection (like a browser timing out, etc...). In general, I would say, nothing to worry about...
Pascal
De : Mark Gibson <mark@gibsonsoftware.com> Date : Mon, 02 Oct 2006 11:58:31 -0600 À : <zope@zope.org> Objet : [Zope] ZServer error
(Zope 2.8.7-final, python 2.4.3, linux2)
I see the following error in my event.log a couple of times a day:
2006-10-02T07:13:00 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 10.0.20.6:51398 at -0x68ce9834 channel#: 1517 requests:> (socket.error:(104, 'Connection reset by peer') [/usr/lib/python2.4/asynchat.py|initiate_send|219] [/usr/local/zope/Zope-2.8.7/lib/python/ZServer/medusa/http_server.py|send|417] [/usr/lib/python2.4/asyncore.py|send|332])
Anyone familiar with this?
Thanks,
Mark _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com **********************************************************************
participants (3)
-
Maciej Wisniowski -
Mark Gibson -
Pascal Peregrina