You start working with java 6  then it working fine and then change also
your app engine version
On May 13, 2013 10:55 PM, "Lukas Krupa" <[email protected]> wrote:

> I had same problem and Vinny's (and maybe other's same suggestions)
> helped. Finally I clean up my Java installations :-D
>
> thx
>
> Dňa utorok, 12. marca 2013 20:23:08 UTC+1 Vinny P napísal(-a):
>>
>> 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<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.
>
>
>

-- 
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