I run web.py on my remote host.
RunCommand in my linux host:
sudo python main.py 80 &
All work well
but after a day:it occured the Error:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/web/wsgiserver/__init__.py",
line 1245, in communicate
req.respond()
File "/usr/local/lib/python2.7/dist-packages/web/wsgiserver/__init__.py",
line 775, in respond
self.server.gateway(self).respond()
File "/usr/local/lib/python2.7/dist-packages/web/wsgiserver/__init__.py",
line 2018, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/usr/local/lib/python2.7/dist-packages/web/httpserver.py", line 306, in
__call__
return self.app(environ, xstart_response)
File "/usr/local/lib/python2.7/dist-packages/web/httpserver.py", line 274, in
__call__
return self.app(environ, start_response)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 290,
in wsgi
start_resp(status, headers)
File "/usr/local/lib/python2.7/dist-packages/web/httpserver.py", line 303, in
xstart_response
self.log(status, environ)
File "/usr/local/lib/python2.7/dist-packages/web/httpserver.py", line 319, in
log
print >> outfile, utils.safestr(msg)
IOError: [Errno 5] Input/output error
also,I search the Group:Find the Topic That When SSH close,the similar problem
happened:https://groups.google.com/forum/#!topic/webpy/K4A7etZcAd4
but i feel the problem is different from me.
Thanks for your help!
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.