Seems strange one GAE app loads fine but the other has problems:_

Unable to update:
com.google.appengine.tools.admin.JspCompilationException: Failed to
compile jsp files.
        at
com.google.appengine.tools.admin.Application.compileJsps(Application.java:
389)
        at
com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:
267)
        at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
54)
        at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
271)
        at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
145)
        at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Tried changing JSP file from UTF-8 to ISO-8859-1.... Did NOT work

Tried to modify appcfg.cmd from

@java -cp "%~dp0\..\lib\appengine-tools-api.jar"
com.google.appengine.tools.admin.AppCfg %*

To

@"%JAVA_HOME%\bin\java" -cp "%~dp0\..\lib\appengine-tools-api.jar"
com.google.appengine.tools.admin.AppCfg %*

Even entered the exact directory where JAVA_HOME is indicated... NO
Success..

If it is the library, why one works and not to the other... ???

Running out of ideas BUT have to desperately load the application for
work.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to