3

我在 Java 中为 Google App Engine 设置了任务队列。它已经工作了很长时间,但我只是注意到管理仪表板中的 URI 错误。

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)

是什么导致了这个错误?

4

2 回答 2

2

我也看到了这个。到目前为止进展不大,但我确实找到了以下内容,这可能会有所帮助:论坛主题:https ://groups.google.com/forum/?fromgroups=#!topic/google-appengine/jufkxPik1Js 问题:https://code .google.com/p/googleappengine/issues/detail?id=8560

于 2013-06-03T16:44:17.073 回答
0

我敢打赌该实例内存不足。你在用appstats吗?它会消耗大量内存。

于 2014-11-12T00:33:14.343 回答