Hi jlee,

I had a similar problem to this once, the issue was that I had both a JRE 
and a JDK in my classpath. Compiling servlets would work fine, but adding 
JSP  files broke the whole project. The problem fixed itself after I 
uninstalled the JRE and removed it from my classpath.

Also, are you using AppEngine SDK 1.7.4? This issue might be relevant: 
http://code.google.com/p/googleappengine/issues/detail?id=8725 Failure to 
Deploy

P.S. Apologies if this shows up twice, my Internet connection is flaky 
today.

-Vinny P 

On Friday, March 8, 2013 1:49:53 AM UTC-6, jlee wrote:
>
> Hello..! i am new to this community. I am trying to deploy my test app to 
> appengine
> and it seems that it has problem with the jsp file. When i run it localy 
> it works perfectly (it justs says "hello world".
> When i try to deploy it to appspot i got the following error:
>
> Unable to update:
> com.google.appengine.tools.admin.JspCompilationException: Failed to 
> compile jsp files.
> at 
> com.google.appengine.tools.admin.Application.compileJsps(Application.java:756)
> at 
> com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:592)
> at 
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:370)
> at 
> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
> at 
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433)
> at 
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
> at 
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to