Hi,
We have an application developed using Java running in Google AppEngine.
Recently came across with following error in google appengine and returned 500 (production environment).
Error Message: 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 206)
The request ran for only 968ms and throwed 500 with the above message.
Note: All the other requests that came prior to the same instance of the server didn't cause any errors. They ran successfully.
Please provide the reasons for this kind of failure and what is the remedy for it.
Thanks in Advance.
Regards,
Ananthakrishnan.