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 に答える