The server failed after serving a video file.
Hi all :)
I'm trying to include a video into my webpage. The page is loading
fine and the video I embedded is playing properly.
But... after loading of page, the server unexpectedly stopped working
and it is showing an error message as below. From then it is not
serving the requests. Please let me know how to handle this.
[08/Mar/2011 02:36:52] "POST /exam/login/ HTTP/1.1" 302 0
[08/Mar/2011 02:36:52] "GET /exam/home/ HTTP/1.1" 200 1582
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 283, in run
self.finish_response()
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 323, in finish_response
self.write(data)
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 415, in write
self._write(data[offset:offset+chunk_size])
File "/usr/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 104] Connection reset by peer
----------------------------------------
Exception happened during processing of request from ('127.0.0.1',
49573)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 283, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 309, in
process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 322, in
finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 569, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/usr/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/usr/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/usr/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 283, in run
self.finish_response()
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 323, in finish_response
self.write(data)
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 415, in write
self._write(data[offset:offset+chunk_size])
File "/usr/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 104] Connection reset by peer
----------------------------------------
Exception happened during processing of request from ('127.0.0.1',
49574)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 283, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 309, in
process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 322, in
finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
basehttp.py", line 569, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/usr/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/usr/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/usr/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home