Any ideas? - see the deployment log below. Basically I am trying to re-deploy my app - nothing special.
I have tried running on versions 1.5.0.1 and 1.3.4 - both fail (tested because I upgraded last night) I did have a large text file (1.6MB) but I've removed it. Note: Yes I replaced my app_id and yes I have had it deployed before with the app_id that was there Similar message to http://groups.google.com/group/google-appengine-java/browse_thread/thread/1796307cff159c1b# - But I can't seem to leave comments on that post. Simon C DEPLOYMENT LOG - from Eclipse null Error Wed May 18 21:59:04 NZST 2011 Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=XXXXXX&version=4&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> See the deployment console for more details com.google.appengine.tools.admin.AdminException: Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=XXXXXX&version=4& 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.AppAdminImpl.doUpdate(AppAdminImpl.java: 289) at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: 48) at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java: 271) at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java: 146) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java: 38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=XXXXXX&version=4& 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.send(AbstractServerConnection.java: 245) at com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java: 207) at com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: 639) at com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java: 502) at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: 462) at com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: 137) at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: 284) ... 5 more -- 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.
