Ticket #2732 (closed defect: incomplete)
Server component errors
| Reported by: | icarito | Owned by: | jlew |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | FileShare | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | |
| Cc: | icarito | Distribution/OS: | Unspecified |
| Bug Status: | Needinfo |
Description
localhost - - [26/Mar/2011 07:14:38] code 500, message Server Error or Invalid Request
localhost - - [26/Mar/2011 07:14:38] "POST /upload HTTP/1.1" 500 -
Exception happened during processing of request from ('127.0.0.1', 59661)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in init
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
method()
File "server.py", line 217, in do_POST
self.send_error(500,'Server Error or Invalid Request')
File "/usr/lib/python2.6/BaseHTTPServer.py", line 357, in send_error
self.send_response(code, message)
File "/usr/lib/python2.6/BaseHTTPServer.py", line 382, in send_response
(self.protocol_version, code, message))
File "/usr/lib/python2.6/socket.py", line 300, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 286, in flush
self._sock.sendall(buffer)
error: [Errno 32] Broken pipe
