Any deployable demo involving the datastore?
So far was able to deploy only hello-world-type applications, no luck
with the datastore-linked guestbook.

Tried to deploy code from:
http://googleappengine.googlecode.com/svn›
trunk›
java›
demos›
jdoexamples

but it did not work either.

Kept modifying the code and was getting different 500 errors (once it
was 403),
ranging from C:\Users\SD\AppData\Local\Temp
\Jetty_127_0_0_1_8888_war____-g0qk00\jsp\org\apache\jsp
\guestbook_jsp.java:162: 'catch' without 'try'
to
java.lang.ExceptionInInitializerError
        at org.apache.jsp.guestbook_jsp._jspService(guestbook_jsp.java:62)
to
java.lang.NoClassDefFoundError: Could not initialize class
com.google.guestbook.PMF


This is what I get when trying to deploy.

Unable to update:
com.google.appengine.tools.admin.JspCompilationException: Failed to
compile the generated JSP java files.
        at com.google.appengine.tools.admin.Application.compileJavaFiles
(Application.java:416)
        at com.google.appengine.tools.admin.Application.compileJsps
(Application.java:376)
        at com.google.appengine.tools.admin.Application.createStagingDirectory
(Application.java:252)
        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:148)
        at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
(InternalWorkspaceJob.java:38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Any insight? Thanks a lot,
SD

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