We've been getting these errors since Feb. 13. We did a deployment on that day and I've been tracing through the code trying to see if there's something in there that would cause this to no avail.
Our app is technically HR but we don't have any data in it. The app makes API calls to another AppEngine app mostly via URLFetch. That said, the errors occur almost exclusively on static files. Here's a sample: 1. 2012-03-10 11:42:06.052 /images/separator2.gif 500 124544ms 0kb Mozilla/5.0 (X11; CrOS i686 1412.205.0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.60 Safari/535.11 166.248.1.87 - - [10/Mar/2012:08:42:06 -0800] "GET /images/separator2.gif HTTP/1.1" 500 0 "http://www.bookedin.net/multimedia-solutions-llc" "Mozilla/5.0 (X11; CrOS i686 1412.205.0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.60 Safari/535.11" "www.bookedin.net" ms=124544 cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000058 exit_code=202 instance= 2. W 2012-03-10 11:42:06.051 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 202) A request to that same image two minutes earlier (on the same instance) returned a 200. AppEngine ID is gunton-prod. We're using Java. All requests are filtered through a servlet module via Guice but we let requests for static files pass through. Nothing in our configuration changed in the deployment we did. We're getting the problem daily though intermittently. 25 - 30 failures today out of over 1000 requests for these images. The other AppEngine app we have is also HR and Java. It's by far the more heavily used one. Haven't seen any issues with it. Happy to provide more details if you want to contact me. On Wednesday, March 7, 2012 4:19:15 AM UTC-5, tarun2000 wrote: > > > I keep getting: 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 202) > > It seems like the issue happens right after uploading a new version or on > cold start. It seems to disappear after a while. The rpcs that fail may > be returning a lot of data. Any idea what's wrong? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/oAUFHHPFJXUJ. 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.
