On Thu, Dec 26, 2013 at 12:15 AM, YuchTing <[email protected]> wrote:
> My app in appengine java had met follow error from 12 hours ago (in > console log): > > (*Error code 121)* > > It seems internal error in appengine and it will gone after a moment... > That's exactly correct. Error 121 is an App Engine internal error, your application did nothing wrong. If you see these errors repeatedly though, you can try forcing your app to move to different machines by changing the frontend instance class to a higher class (more RAM/CPU) then back to the original class size: https://developers.google.com/appengine/docs/adminconsole/performancesettings#Setting_the_Frontend_Instance_Class ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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. For more options, visit https://groups.google.com/groups/opt_out.
