[Zope] funny-looking events in the event.log

2005-08-10 Thread Jim Abramson
Just found these in the event log of a relatively low-traffic Zope 2.7.4
instance.

Does this just seem like a local network connectivity issue or should I
be concerned?  (If yes, any advice where to begin diagnosing this kind
of a report?)

Thanks,
Jim


2005-06-08T11:32:55 ERROR(200) ZServer uncaptured python exception,
closing chan
nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:4869 at
0x42d2f66c c
hannel#: 566 requests: (socket.error:(110, 'Connection timed out')
[/usr/local/
Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
[/home/zope/Zope-2.7.4-0/
lib/python/ZServer/medusa/http_server.py|recv|423]
[/usr/local/Python-2.3.5/lib/
python2.3/asyncore.py|recv|356])
--
2005-06-10T14:14:32 ERROR(200) ZServer uncaptured python exception,
closing chan
nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:4426 at
0x410ddb2c c
hannel#: 635 requests: (socket.error:(110, 'Connection timed out')
[/usr/local/
Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
[/home/zope/Zope-2.7.4-0/
lib/python/ZServer/medusa/http_server.py|recv|423]
[/usr/local/Python-2.3.5/lib/
python2.3/asyncore.py|recv|356])
--
2005-06-13T11:53:21 ERROR(200) ZServer uncaptured python exception,
closing chan
nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:1967 at
0x410ecd4c c
hannel#: 639 requests: (socket.error:(110, 'Connection timed out')
[/usr/local/
Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
[/home/zope/Zope-2.7.4-0/
lib/python/ZServer/medusa/http_server.py|recv|423]
[/usr/local/Python-2.3.5/lib/
python2.3/asyncore.py|recv|356])
___
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 )


Re: [Zope] funny-looking events in the event.log

2005-08-10 Thread Chris McDonough
This typically is indicative of a user pressing their stop button on a
page before it has been fully downloaded.  I really should take time out
to figure out how to prevent it from logging this scary message, but in
the meantime it's assumed to be harmless.

- C



On Wed, 2005-08-10 at 17:38 -0400, Jim Abramson wrote:
 Just found these in the event log of a relatively low-traffic Zope 2.7.4
 instance.
 
 Does this just seem like a local network connectivity issue or should I
 be concerned?  (If yes, any advice where to begin diagnosing this kind
 of a report?)
 
 Thanks,
 Jim
 
 
 2005-06-08T11:32:55 ERROR(200) ZServer uncaptured python exception,
 closing chan
 nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:4869 at
 0x42d2f66c c
 hannel#: 566 requests: (socket.error:(110, 'Connection timed out')
 [/usr/local/
 Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
 [/home/zope/Zope-2.7.4-0/
 lib/python/ZServer/medusa/http_server.py|recv|423]
 [/usr/local/Python-2.3.5/lib/
 python2.3/asyncore.py|recv|356])
 --
 2005-06-10T14:14:32 ERROR(200) ZServer uncaptured python exception,
 closing chan
 nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:4426 at
 0x410ddb2c c
 hannel#: 635 requests: (socket.error:(110, 'Connection timed out')
 [/usr/local/
 Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
 [/home/zope/Zope-2.7.4-0/
 lib/python/ZServer/medusa/http_server.py|recv|423]
 [/usr/local/Python-2.3.5/lib/
 python2.3/asyncore.py|recv|356])
 --
 2005-06-13T11:53:21 ERROR(200) ZServer uncaptured python exception,
 closing chan
 nel ZServer.HTTPServer.zhttp_channel connected 66.240.66.2:1967 at
 0x410ecd4c c
 hannel#: 639 requests: (socket.error:(110, 'Connection timed out')
 [/usr/local/
 Python-2.3.5/lib/python2.3/asynchat.py|handle_read|88]
 [/home/zope/Zope-2.7.4-0/
 lib/python/ZServer/medusa/http_server.py|recv|423]
 [/usr/local/Python-2.3.5/lib/
 python2.3/asyncore.py|recv|356])
 ___
 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 )
 

___
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 )