Lol? I tried to start the app created by the wizard on the operating system where i had that problem and i tested clearing the cookies in my browser. and it worked. I don't understand why ? I don't see a link between the exception thrown in the console and the browser's cookies :|
On Mon, Jan 25, 2010 at 6:51 PM, Sarangan Rajamanickam < [email protected]> wrote: > Hi, > > Could you check whether the eclipse shows error when you create a new Web > application project? For example, when you create a new Web application > project (without making any changes) Check whether the eclipse indicates any > errors - especially regarding annotations. If so, change the compliance > level to Java 1.5. (Just by selecting the error location, eclipse will give > the option to change the compliance level to Java 1.5 for the whole project. > Select it). Now, try executing it. It should work fine. > > Hope this helps. > > Regards, > Sarangan Rajamanickam > Email: [email protected] > Blog: http://mindlive.blogspot.com > Website: http://saranganr.x10hosting.com/ > > > 2010/1/25 Andrei Cosmin Fifiiţă <[email protected]> > >> Well, not really, I don't really see the connection between browser >> cookies and my error, witch is an exception inside AppEngine code. >> >> On Fri, Jan 22, 2010 at 5:04 PM, Rajeev Dayal <[email protected]> wrote: >> >>> Hi, >>> >>> Can you try clearing your browser's cookies and seeing if this fixes the >>> problem? >>> >>> >>> Rajeev >>> >>> >>> On Thu, Jan 14, 2010 at 7:00 AM, Ice13ill <[email protected]>wrote: >>> >>>> Hello, i'm using gwt + gae in Eclipse Galileo and i'm trying to run >>>> the project created with the Web Application wizzard. After the >>>> project is created using GWT and GAE sdk (2.0 and 1.3.0) i tried >>>> running the application, but i get this exception when loading the >>>> page: >>>> >>>> Initializing AppEngine server >>>> The server is running at http://localhost:8888/ >>>> Jan 14, 2010 12:00:10 PM 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) >>>> >>>> >>>> I did not found any posts regarding this problem. I'm just trying to >>>> run the created app by the wizzard, that's all >>>> >>>> I'm running it in Ubuntu 9.04, Mozilla Firefox, Eclipse galileo, Java >>>> 1.6.0_14 sdk >>>> >>>> Pls 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]<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]<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]<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.
