hello,

i am using a fastcgi handler. my application works fine... but i keep
seeing these errors in the web server log. can anybody throw some
light on this please ?

socket.error: [Errno 32] Broken pipe
Unhandled exception in thread started by <bound method Connection.run
of <gluon.contrib.gateways.fcgi.Connection object at 0xa3e2eac>>
Traceback (most recent call last):
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
664, in run
    self.process_input()
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
700, in process_input
    self._do_params(rec)
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
799, in _do_params
    self._start_request(req)
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
783, in _start_request
    req.run()
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
592, in run
    self._flush()
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
599, in _flush
    self.stdout.close()
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
358, in close
    self._conn.writeRecord(rec)
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
715, in writeRecord
    rec.write(self._sock)
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
552, in write
    self._sendall(sock, header)
  File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line
529, in _sendall
    sent = sock.send(data)
socket.error: [Errno 32] Broken pipe



thanks
Arvind
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to