Cannot compile JSP files since new update of Java Google app engine -
i updated version of jdk , jre on mac running mountain lion. knowing $java_home not anymore set in mac, manually set up.
ever since unable deploy code on google app engine. have seen lot of complaints on similar lines , have taken following steps far.
- pointing eclipse jdk not jre
- setting $java_home appropriately
- setting eclipse.ini file points right directory new jdk
i getting in error log not @ descriptive of cause
------------ deploying frontend ------------
preparing deploy: created staging directory at: '/var/folders/fm/44m8l7zn7x71067wvdj7g75w0000gn/t/appcfg5680117283026395820.tmp' using java7 runtime: false scanning jsp files. compiling jsp files. com.google.appengine.tools.admin.jspcompilationexception: failed compile generated jsp java files.
... jsp files 60 of them
debugging information may found in /private/var/folders/fm/44m8l7zn7x71067wvdj7g75w0000gn/t/appengine-deploy2728364652103813474.log
and final error log :
unable update: com.google.appengine.tools.admin.jspcompilationexception: failed compile generated jsp java files. @ com.google.appengine.tools.admin.application.compilejavafiles(application.java:803) @ com.google.appengine.tools.admin.application.compilejsps(application.java:760) @ com.google.appengine.tools.admin.application.createstagingdirectory(application.java:592) @ com.google.appengine.tools.admin.appadminimpl.doupdate(appadminimpl.java:370) @ com.google.appengine.tools.admin.appadminimpl.update(appadminimpl.java:53) @ com.google.appengine.eclipse.core.proxy.appenginebridgeimpl.deploy(appenginebridgeimpl.java:433) @ com.google.appengine.eclipse.core.deploy.deployprojectjob.runinworkspace(deployprojectjob.java:148) @ org.eclipse.core.internal.resources.internalworkspacejob.run(internalworkspacejob.java:38) @ org.eclipse.core.internal.jobs.worker.run(worker.java:54) ~
has managed solve problems facing, if how?
i forward feedback
thanks rajat
i had same problem of “unable update app: failed compile generated jsp java files.”
while true there error in jsp indicated other answers, helped me run <path-to-appengine-java-sdk>\bin\appcfg.cmd update <war-location> in command window, provided me more detailed output plugin did , enabled me resolve problem [a redundent import in case] in matter of minutes.
if not can have @ question: "unable update app: failed compile generated jsp java files." when trying deply gae app includes quite detailed list of recomendations collected around net , tried before found solution/workaround.
Comments
Post a Comment