Experiencing same issue On Jul 24, 2:38 am, David <[email protected]> wrote: > Hello, > > I get the following error: > > Uploading 0 files. > Initializing precompilation... > Precompiling... 13 file(s) left. > Precompiling... 13 file(s) left. > Precompiling... 13 file(s) left. > Precompiling... 13 file(s) left. > on backend null. > java.io.IOException: Precompilation failed with 13 file(s) remaining. > Consider adding <precompilation-enabled>false</precompilation-enabled> > to your appengine-web.xml and trying again. > > Debugging information may be found in C:\[...]\appengine- > deploy738810777136767626.log > > Said debug information basically tells me that an error 503 occured > (full log attached on bottom). On the first attempt it failed when > only 1 file was left. Any idea what to do? Is there any way to find > out what caused that Error 503 in the precompile-URL? Is that > temporary or permanent? > > I only found little information on that error so I assume it does not > occur too often. Any help is appreciated. > > Regards, > David > > ---------- local log-file ----------- > Unable to update: > java.io.IOException: Precompilation failed with 13 file(s) remaining. > Consider adding <precompilation-enabled>false</precompilation-enabled> > to your appengine-web.xml and trying again. > at > com.google.appengine.tools.admin.AppVersionUpload.precompile(AppVersionUplo > ad.java: > 259) > at > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload > .java: > 152) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 284) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > 48) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngin > eBridgeImpl.java: > 265) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(De > ployProjectJob.java: > 144) > at > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorksp > aceJob.java: > 38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > Caused by: java.io.IOException: Error posting to > URL:https://appengine.google.com/api/appversion/precompile?app_id=[...]&version=1& > 503 Service Unavailable > > Try Again (503) > An unexpected failure has occurred. Please try again. > > at > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServ > erConnection.java: > 245) > at > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServ > erConnection.java: > 207) > at > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.jav a: > 639) > at > com.google.appengine.tools.admin.AppVersionUpload.sendPrecompileRequest(App > VersionUpload.java: > 305) > at > com.google.appengine.tools.admin.AppVersionUpload.precompileChunk(AppVersio > nUpload.java: > 297) > at > com.google.appengine.tools.admin.AppVersionUpload.precompile(AppVersionUplo > ad.java: > 232) > ... 7 more
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
