On Thu, Aug 29, 2013 at 1:26 AM, Matthew Gilson <[email protected]> wrote:
> I've been getting a lot of 121 errors today: > > A problem was encountered with the process that handled this request, causing > it to exit. This is likely to cause a new process to be used for the next > request to your application. (Error code 121) > > I tried clearing my logs, etc, but it didn't seem to help. Looking around, > it appears that others have had this problem in the past. Is this one of > those things which just sorts itself out with time? I'm using python FWIW. > > Unfortunately enough, you pretty much answered your own question. 121 errors are App Engine internal errors, so it's something that tends to work itself out sooner or later. However, there might be a way to narrow this issue down. Did you recently add in some new functionality to your application or are you making new API calls? (For instance, adding in calls ImageService/Logs/URLFetch where you have never done so before.) Have you installed a new Python library? Uploaded a new version? Seen any hints of corruption within any files? READ THIS NOTE BEFORE REPLYING: I notice you have an @google.com email address. Please note that this is a public list, not a Google corporate private list, so don't answer with any proprietary data or code. Don't privately send me anything proprietary because I am not a Google employee. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
