Hi Pravanjan, this kind of error, it can be one of two things normally :
Either 1) exhausting memory or 2) code trying to execute prohibited method in the sandbox. (if the error only happens once in a while, it's most likely not that) So you can either try to boost your instance type to a bigger one, or check in your code to make sure you don't handle just a bit too much (sometimes dropping the number of processed items in a cron job can make your cron go through). In any case, this kind of question as to why something doesn't work would be better directed at stack overflow, where we have people (and the community itself) monitor certain Google tags :). Be aware that, to open a question on Stack Overflow, you would need more details than you provided here ( a code snippet of your cron, an explanation on what it's trying to do, etc) Cheers! In any case, this kind On Monday, May 25, 2015 at 4:58:56 AM UTC-4, Pravanjan Niranjan wrote: > > Hi , > > https://appengine.google.com/logs?app_id=s~live-jobssystem-v3&version_id=1.384246706631576271&severity_level_override=1&severity_level=3&tz=US%2FPacific&filter=%2Fapi%2FCronBatchMessageController%2FprocessBatch.req&filter_type=regex&date_type=datetime&date=2015-05-23&time=04%3A29%3A07&limit=50&view=Search > > My cron request url failed with 500 error > > 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). > we are still experiencing the same problem with Java but it is random. > Any help would be highly appreciated > > Thanks, > Pravanjan > > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f593344e-236f-47c2-b156-5767bacb8513%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
