Hi, Appengine deployment script is failing when trying to deploy a new version of our Java app. I've tried several times over the last 2 hours to no avail, please assist, we need to release this update to fix critical issues for our users.
Similar to the issue reported here: https://groups.google.com/forum/?fromgroups#!searchin/google-appengine-java/error$20posting$20to$20url/google-appengine-java/Zl5N-Cfz_Gc/Np98rBZCynAJ It sits at the "31% Cloning 466 application files." step for a long time. Then fails with the following error: ******************************************************** There is a new version of the SDK available. ----------- Latest SDK: Release: 1.6.5 Timestamp: Tue Mar 27 13:37:43 PDT 2012 API versions: [1.0] ----------- Your SDK: Release: 1.6.1 Timestamp: Wed Jan 11 13:47:13 PST 2012 API versions: [1.0] ----------- Please visit http://code.google.com/appengine for the latest SDK. ******************************************************** Reading application configuration data... May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/appengine-web.xml May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/web.xml May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/cron.xml May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/queue.xml May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/datastore-indexes.xml May 13, 2012 3:05:22 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml INFO: Successfully processed /var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/sortbox.war/WEB-INF/appengine-generated/datastore-indexes-auto.xml Beginning server interaction for sortmybox... 0% Created staging directory at: '/var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/appcfg1017722565254479929.tmp' 5% Scanning for jsp files. 20% Scanning files on local disk. 25% Scanned 250 files. 28% Initiating update. 31% Cloning 466 application files. 33% on backend null. com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=sortmybox&version=10-0-dev& 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> Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=sortmybox&version=10-0-dev& 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> Please see the logs [/var/folders/7N/7NtZAOncFMmwOBXBa5hnr++++TI/-Tmp-/appcfg5806694667827773660.log] for further information. Contents of the error log: Unable to update: com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=sortmybox&version=10-0-dev& 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:281) at com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:234) at com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:213) 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.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:641) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:172) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:69) at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65) com.google.appengine.tools.admin.AdminException: Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=sortmybox&version=10-0-dev& 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:333) at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52) at com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:641) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:172) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:69) at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65) Caused by: com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=sortmybox&version=10-0-dev& 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:281) at com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:234) at com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:213) 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) ... 5 more -- 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/-/XKl3UByzkDgJ. 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.
