This issue is not noise... Admin 500 responses and push failures really scare me too. I've just struggled with the same errors pushing out a release to a new version.
===== Insanity: doing the same thing over and over again and expecting different results. Albert Einstein On Thu, Dec 2, 2010 at 6:17 PM, Dom Derrien <[email protected]>wrote: > Before posting my message here, I looked at various sources to see if > someone else was experiencing the same issue... After 20 minutes of > successives retries, being afraid to be really stuck, I decided to > post my message. > > And guess what: 5-10mn later my update finally passes through!!! > Hurray :D > > Forgive me for the noise. > > Going back to see what's wrong with the tasks. > > A+, Dom > -- > On Dec 2, 8:54 pm, Dom Derrien <[email protected]> wrote: > > Hi, > > > > I've an application heavily relying on tasks and sooner this > > afternoon, the tasks stopped to be scheduled as normal. No error > > reported, just them having disappeared. > > > > Thinking it might be a side-effect of the deprecation of the API from > > the labs, I updated my environment for 1.4.0, upgraded mock classes, > > ran series of unit tests, etc. and when I was ready to deploy the > > updated code with a new version number, I got something starting with: > > > > > > > > Unable to update: > > java.io.IOException: Error posting to URL: > https://appengine.google.com/api/appversion/cloneblobs?app_id=another... > > 500 Internal Server Error > > > > <html><head> > > <meta http-equiv="content-type" content="text/html;charset=utf-8"> > > <title>500 Server Error</title> > > </head> > > <body text=#000000 bgcolor=#ffffff> > > <h1>Error: Server Error</h1> > > <h2>The server encountered an error and could not complete your > > request.<p>If the problem persists, please <A HREF="http:// > > code.google.com/appengine/community.html">report</A> your problem and > > mention this error message and the query that caused it.</h2> > > <h2></h2> > > </body></html> > > > > at > > > com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java: > > 149) > > at > > > com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java: > > 82) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: > > 582) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java: > > 452) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: > > 414) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: > > 112) > > at > > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > > 56) > > at com.google.appengine.tools.admin.AppCfg > > $UpdateAction.execute(AppCfg.java:547) > > at > com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:138) > > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:61) > > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57) > > com.google.appengine.tools.admin.AdminException: Unable to update app: > > Error posting to URL: > https://appengine.google.com/api/appversion/cloneblobs?app_id=another... > > 500 Internal Server Error > > <<<<<<<<<<<<<<<<<<<<<<<<<<<< > > > > As it is an error server-side, it seems my users are stuck with a > > broken app I cannot update :( > > > > Any suggestion? > > > > A+, Dom > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
