Heya guys, periodically mediacore dies with this output from the server. Any ideas? : )
<type 'exceptions.IOError'> Python 2.5: /home/nl200/mediacore/env/bin/python
Fri Apr 8 08:57:18 2011
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/nl200/public_html/build/bdist.linux-x86_64/egg/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object at 0x5033c10>)
556 """Runs the handler, flushes the streams, and ends the request."""
557 try:
558 protocolStatus, appStatus = self.server.handler(self)
559 except:
560 traceback.print_exc(file=self.stderr)
/home/nl200/public_html/build/bdist.linux-x86_64/egg/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object at 0x21fcf90>, req=<flup.server.fcgi_base.Request object at 0x5033c10>)
1114 try:
1115 try:
1116 result = self.application(environ, start_response)
1117 try:
1118 for data in result:
/home/nl200/mediacore/env/lib/python2.5/site-packages/Paste-1.7.4-py2.5.egg/paste/gzipper.py in __call__(self=<paste.gzipper.middleware object at 0x3ee2710>, environ={'CONTENT_LENGTH': '168015', 'CONTENT_TYPE': 'multipart/form-data; boundary=---------------------------31743283229091', 'DOCUMENT_ROOT': '/home/nl200/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'windows-1251,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'authtkt="0f6c4dfb5704bbb2e63b7262fb346c294d992ba...nly_promos.html; __utmb=160685282.2.10.1302237183', ...}, start_response=<function start_response at 0x5027aa0>)
36 response = GzipResponse(start_response, self.compress_level)
37 app_iter = self.application(environ,
38 response.gzip_start_response)
39 if app_iter:
40 response.finish_response(app_iter)
response = <paste.gzipper.GzipResponse object at 0x50335d0>, response.gzip_start_response = <bound method GzipResponse.gzip_start_response of <paste.gzipper.GzipResponse object at 0x50335d0>>
/home/nl200/mediacore/env/lib/python2.5/site-packages/Paste-1.7.4-py2.5.egg/paste/cascade.py in __call__(self=<paste.cascade.Cascade object at 0x3ee2750>, environ={'CONTENT_LENGTH': '168015', 'CONTENT_TYPE': 'multipart/form-data; boundary=---------------------------31743283229091', 'DOCUMENT_ROOT': '/home/nl200/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'windows-1251,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'authtkt="0f6c4dfb5704bbb2e63b7262fb346c294d992ba...nly_promos.html; __utmb=160685282.2.10.1302237183', ...}, start_response=<bound method GzipResponse.gzip_start_response of <paste.gzipper.GzipResponse object at 0x50335d0>>)
100 chunk = environ['wsgi.input'].read(min(copy_len, 4096))
101 if not chunk:
102 raise IOError("Request body truncated")
103 f.write(chunk)
104 copy_len -= len(chunk)
builtin IOError = <type 'exceptions.IOError'>
<type 'exceptions.IOError'>: Request body truncated