简体   繁体   English

Google App Engine实例因ErrorCode 121而崩溃

[英]Google App Engine instance crashing with ErrorCode 121

My GAE app suddenly stopped working last friday. 我的GAE应用程序在上个星期五突然停止工作。 I tried several times to start an instance in background, (both using cron and manually) but after a minute since the instance starts I get this error: 我尝试了几次在后台启动一个实例(使用cron和手动)但是在实例启动后一分钟后我得到了这个错误:

/cron/spreadsheet 500 4660ms 0kb instance=0 AppEngine-Google; 
(+http://code.google.com/appengine)

0.1.0.1 - - [17/Feb/2013:12:40:05 -0800] "GET /cron/spreadsheet HTTP/1.1" 500 0 - 
"AppEngine-Google; (+http://code.google.com/appengine)"
"backend.myclimagest.appspot.com" ms=4661 cpu_ms=692 queue_name=__cron 
task_name=5ed789ec52683cb170ed3c2cc4ec48c9 pending_ms=3651 exit_code=121 
instance=0 

W 2013-02-17 12:40:05.268
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 121)

I don't know what to do since this error code is undocumented. 我不知道该怎么做,因为这个错误代码没有记录。 I also tried to redeploy but no luck. 我也尝试重新部署,但没有运气。 Are you experiencing the same problem and have you maybe found a solution? 您是否遇到了同样的问题并且可能找到了解决方案? I don't think it matters but the app is developed in Java using Eclipse. 我认为这不重要,但应用程序是使用Eclipse在Java中开发的。 The app is in production so I really need to solve this issue as quickly as I can. 该应用程序正在生产中,所以我真的需要尽快解决这个问题。 Thank you 谢谢

It seems your App Engine scheduler got problem. 看来你的App Engine调度程序出了问题。 Try this, Removing the automatic settings from Performance settings which seeems to help. 试试这个,从性能设置中删除自动设置,以帮助。 Google Groups Google网上论坛

Check this Official Google page too Managing Your App's Resource Usage 查看此官方Google页面管理您的应用程序的资源使用情况

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM