For what it's worth, I'm seeing what looks like the same problem with a Python app. I've reported it as issue 7536<http://code.google.com/p/googleappengine/issues/detail?id=7536> .
Stephen On Friday, 18 May 2012 17:38:37 UTC+1, Yin Liu wrote: > > I found I am unable to deploy to GAE with the following error. The GAE > instance that I am going to deploy is a billing enabled and I am still > within my daily budge. Please help to resolve this issue since I need to > deploy a very important server update today. > > Unable to update: > com.google.appengine.tools.admin.HttpIoException: Error posting to URL: > https://appengine.google.com/api/appversion/clonefiles?app_id=aos-prod-1&version=1-1-20120516& > 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.AbstractServerConnection.send1(AbstractServerConnection.java:285) > at > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245) > at > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224) > at > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606) > at > com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470) > at > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430) > at > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148) > at > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/lCfJhAj9XEoJ. 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?hl=en.
