I'll watch it;

It seems like the server is hanging for bit;

I see it in the console as I am running

python fcgihandler.py &

so I guess when that exception is thrown it writes to the console;



On 3/3/11 4:42 PM, Massimo Di Pierro wrote:
How often? is this occasional? reproducible? Do you find it in the
logs or bothers users?

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

Reply via email to