Hello,
Today I'm getting an error when I deploy a new version of our application.
I got the same error yesterday, but I thought that it was some temporary
issue. Here is the error message and small chunk from log file which shows
how pre-compilation goes:
java.io.IOException: Precompilation failed with 24 file(s) remaining.
Consider adding <precompilation-enabled>false</precompilation-enabled> to
your appengine-web.xml and trying again.
Unable to update app: Precompilation failed with 24 file(s) remaining.
Consider adding <precompilation-enabled>false</precompilation-enabled> to
your appengine-web.xml and trying again.
Here is what log file says:
Unable to update:
2 java.io.IOException: Precompilation failed with 24 file(s) remaining.
Consider adding <precompilation-enabled>false</precompilation-enabled> to
your appengine-web.xml and trying again.
3 at
com.google.appengine.tools.admin.AppVersionUpload.precompile(AppVersionUpload.java:244)
4 at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:137)
5 at
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
6 at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
7 at
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:641)
8 at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:172)
9 at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:69)
10 at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65)
11 Caused by: com.google.appengine.tools.admin.HttpIoException: Error
posting to URL:
https://appengine.google.com/api/appversion/precompile?app_id=mytestapp-hr&version=integration&
12 503 Service Unavailable
When I disable the pre-compilation everything works fine, but I'm not sure
where my app will spin up faster as with pre-compilation. Any ideas ?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/HI3mTMbgifMJ.
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.