Looking at the code, it seems that problem may be cookie related. Can you try clearing your browser's cookies and see if that helps the situation?
On Wed, Jan 20, 2010 at 9:45 PM, mar_novice <[email protected]> wrote: > I can't run anymore after I updated the sdk and even downloading a > fresh eclipse and gae plugin, I always get the same error. > > Initializing AppEngine server > The server is running at http://localhost:8888/ > 01 21, 10 2:30:15 AM com.google.apphosting.utils.jetty.JettyLogger > warn > WARNING: EXCEPTION > java.lang.NullPointerException > at > java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java: > 881) > at > com.google.appengine.tools.development.LocalHttpRequestEnvironment.<init> > (LocalHttpRequestEnvironment.java:45) > at com.google.appengine.tools.development.JettyContainerService > $ApiProxyHandler.handle(JettyContainerService.java:348) > at org.mortbay.jetty.handler.HandlerWrapper.handle > (HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:313) > at > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java: > 506) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete > (HttpConnection.java:830) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381) > at org.mortbay.io.nio.SelectChannelEndPoint.run > (SelectChannelEndPoint.java:396) > at org.mortbay.thread.BoundedThreadPool$PoolThread.run > (BoundedThreadPool.java:442) > 01 21, 10 2:30:47 AM com.google.apphosting.utils.jetty.JettyLogger > warn > > and I have noticed, instead of http://localhost:8080/, it is now > http://localhost:8888/.. > > can anyone help?? > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > > -- 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.
