Hi,
I am trying1.4.3 SDK and looking into Remote API.
In the ServletContextListener, I was installing the api, as provide in the
document
RemoteApiOptions options = new RemoteApiOptions()
.server("<your app>.appspot.com", 443)
.credentials(username, password);
RemoteApiInstaller installer = new RemoteApiInstaller();
installer.install(options);
I started the server, to get the following errors.
I have also copied, $APPENGINE_SDK/lib/appengine-remote-api.jar to the
war/WEB-INF/lib folder.
java.lang.NoClassDefFoundError: java.util.logging.ConsoleHandler is a
restricted class. Please see the Google App Engine developer's guide for
more details.
at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.<clinit>(RemoteApiInstaller.java:37)
at
com.veersoft.listener.VsServletContextListener.contextInitialized(VsServletContextListener.java:76)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
-Aswath
http://www.AccountingGuru.in.
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.