http ubuntu 8.10
apache2 mod_wsgi python 2.6 The thing is, the ticket is issued when clients visit the website, I cannot reproduce the error, so I have no clue what "action" causes this. It only happens once in a blue moon (meaning once maybe every 2-5 days). It happens during the day and night. And since the traceback starts at the web2py level I have no clue if its my app causing it or the setup? It looks like the server might be getting alot of requests, and web2py tries to read a controller for exec and fails, but I'm just guessing. -Thadeus On Fri, Jan 29, 2010 at 11:10 AM, mdipierro <[email protected]> wrote: > It his over https with wsgiserver? > > On Jan 29, 10:56 am, Thadeus Burgess <[email protected]> wrote: >> Every once in a while I get the following ticket. Its random, any ideas? >> >> Traceback (most recent call last): >> File "gluon/main.py", line 396, in wsgibase >> request.body = copystream_progress(request) ### stores request body >> File "gluon/main.py", line 143, in copystream_progress >> copystream(source, dest, size, chunk_size) >> File "gluon/fileutils.py", line 302, in copystream >> data = src.read(size) >> IOError: request data read error >> >> -Thadeus > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

