Hi GAE community, i tried the following tutorial for beginner with JSF in GAE
http://java.wildstartech.com/Java-Platform-Enterprise-Edition/JavaServer-Faces/javaserver-faces-20/configuring-javaserver-faces-20-to-run-on-the-google-appengine it s the very basic tutorial but i cannot get it right the following error codes always appear Mrz 06, 2012 8:37:01 AM com.google.apphosting.utils.jetty.JettyLogger warn Warnung: failed com.google.appengine.tools.development.DevAppEngineWebAppContext@2c537030{/,C: \Users\SIEMARGA\Desktop\workspace\Google AppEngine JSF 2.0 Template \war}: java.lang.NoClassDefFoundError: javax.naming.InitialContext is a restricted class. Please see the Google App Engine developer's guide for more details. Mrz 06, 2012 8:37:01 AM com.google.apphosting.utils.jetty.JettyLogger warn Warnung: failed JettyContainerService$ApiProxyHandler@8b6023d: java.lang.NoClassDefFoundError: javax.naming.InitialContext is a restricted class. Please see the Google App Engine developer's guide for more details. Mrz 06, 2012 8:37:01 AM com.google.apphosting.utils.jetty.JettyLogger warn Warnung: Error starting handlers java.lang.NoClassDefFoundError: javax.naming.InitialContext 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.sun.faces.config.WebConfiguration.processJndiEntries(WebConfiguration.java: 646) at com.sun.faces.config.WebConfiguration.<init>(WebConfiguration.java: 128) at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java: 188) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java: 163) 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) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java: 517) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java: 467) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 50) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java: 130) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 50) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java: 130) at org.mortbay.jetty.Server.doStart(Server.java:224) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 50) at com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java: 191) at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java: 239) at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java: 146) at com.google.appengine.tools.development.DevAppServerMain $StartAction.apply(DevAppServerMain.java:173) at com.google.appengine.tools.util.Parser $ParseResult.applyArgs(Parser.java:48) at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java: 120) at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java: 96) Mrz 06, 2012 9:37:02 AM com.google.appengine.tools.development.DevAppServerImpl start Information: The server is running at http://localhost:8888/ Mrz 06, 2012 9:37:02 AM com.google.appengine.tools.development.DevAppServerImpl start Information: The admin console is running at http://localhost:8888/_ah/admin In Browser there is only HTTP ERROR: 404 Problem accessing /. Reason: NOT_FOUND any advice pls? thanks regards Daniel -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
