strange image error
aloha zopers. i have a zope2.9 instance installed on a freebsd box - zope is installed out of the ports - python2.4 also. if i request a image bigger than about 100kb from the server it stops loading after some bytes and fires this error (it makes no difference if i use firefox2 or wget..): 2007-02-13T12:12:28 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 80.190.201.39:63877 at 0xdc96bec channel#: 28 requests:> (socket.error:(1, 'Operation not permitted') [/usr/local/lib/ python2.4/asynchat.py|initiate_send|219] [/usr/local/www/Zope29/lib/ python/ZServer/medusa/http_server.py|send|417] [/usr/local/lib/ python2.4/asyncore.py|send|332]) some hints would be cool thanks in advance, oli
Oliver Petznick wrote at 2007-2-13 13:16 +0100:
aloha zopers.
i have a zope2.9 instance installed on a freebsd box - zope is installed out of the ports - python2.4 also. if i request a image bigger than about 100kb from the server it stops loading after some bytes and fires this error (it makes no difference if i use firefox2 or wget..):
2007-02-13T12:12:28 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 80.190.201.39:63877 at 0xdc96bec channel#: 28 requests:> (socket.error:(1, 'Operation not permitted') [/usr/local/lib/ python2.4/asynchat.py|initiate_send|219] [/usr/local/www/Zope29/lib/ python/ZServer/medusa/http_server.py|send|417] [/usr/local/lib/ python2.4/asyncore.py|send|332])
some hints would be cool
Maybe, your operating system log files contain some hints. Apparently, the socket (to be written to) was in a really strange state. -- Dieter
hi changed from i386 arch to amd64 and it works. same freebsd 6.1. thanks for help, oli On Feb 13, 2007, at 10:08 PM, Dieter Maurer wrote:
Oliver Petznick wrote at 2007-2-13 13:16 +0100:
aloha zopers.
i have a zope2.9 instance installed on a freebsd box - zope is installed out of the ports - python2.4 also. if i request a image bigger than about 100kb from the server it stops loading after some bytes and fires this error (it makes no difference if i use firefox2 or wget..):
2007-02-13T12:12:28 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 80.190.201.39:63877 at 0xdc96bec channel#: 28 requests:> (socket.error:(1, 'Operation not permitted') [/usr/local/lib/ python2.4/asynchat.py|initiate_send|219] [/usr/local/www/Zope29/lib/ python/ZServer/medusa/http_server.py|send|417] [/usr/local/lib/ python2.4/asyncore.py|send|332])
some hints would be cool
Maybe, your operating system log files contain some hints.
Apparently, the socket (to be written to) was in a really strange state.
-- Dieter
participants (2)
-
Dieter Maurer -
Oliver Petznick