For the record, Nick contacted me (thanks, Nick!) and discovered the problem quickly.
My app version was logging very verbosely. The log viewer app was unable to handle the log volume at 20 logs per screen. (10 works fine.) So it was timing out much the same way that an App Engine app times out on large volume. Reducing my log verbosity will solve the problem, and Nick said the team is working on better server-side handling of this situation. On Aug 13, 7:54 pm, Jason Smith <[email protected]> wrote: > I cannot view the logs for one of my app versions. I receive the > following message (taken from HTTPFox) when I try to view at the Debug > level: > > --- > > (Status-Line) HTTP/1.1 500 Internal Server Error > Content-Type text/plain > Content-Encoding gzip > Date Thu, 13 Aug 2009 12:51:08 GMT > Server Google Frontend > Cache-Control private, x-gzip-ok="" > Content-Length 74 > > A server error occurred. Please contact the administrator. > > --- > > What is the meaning of this? The app version is used for running a > recursive taskqueue sequence to migrate data, so possibly there is a > high log volume--I don't know what constitutes high volume. If I view > at the Error level, or if I specify to return only ten rows, things > work fine. > > I am concerned because I do not want this happing on my default app > version. > > Thoughts? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
