I'm having this issue as well. Changes I have made: I upgarded to 1.5.0.1 yesterday and haven't done an update since. I changed my code to try with a very large text file - I then removed this and tried again.
This is from the deployment Logs (I've changed the app_id from what it was, but it was a string and I've deployed the project before): 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 SimonC On May 18, 8:57 pm, shevie <[email protected]> wrote: > My app url is:http://daz3dcontent.appspot.com/app/login.jsp > How can I see the logs? and what's wrong with it? -- 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.
