Hi everyone! Im just starting to enter the world of GWT and I can´t figure how to make the initial example work in my computer.
Im running OSX 10.6.6, Eclipse 3.6.2, GWT 2.2.0 with Google App Enginge 1.4.2. The problem Im having is that when I want to run a project as a Web Application directly from Eclipse to check it in Chrome, Eclipse stops running after a couple of seconds. If I refresh Chrome fast enough I can see part of the page loading, but as soon as Eclipse stops itself, Chrome displays an error dialog. I wouldn´t bother you with this, but I´ve been googling a lot and cannot find a solution. Developing without being able to "preview" the programming is really difficult. If you have any suggestion for me to try I thank you very much. Below I copy the console messages I get when pressing play in Eclipse. Thanks! Federico 2011-03-21 00:24:46.749 java[13685:a07] [Java CocoaComponent compatibility mode]: Enabled 2011-03-21 00:24:46.751 java[13685:a07] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Initializing AppEngine server Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Successfully processed /Users/Fefi/Files/ACTIVOS/Eclipse Prueba 1/ Stock Watcher/war/WEB-INF/appengine-web.xml Successfully processed /Users/Fefi/Files/ACTIVOS/Eclipse Prueba 1/ Stock Watcher/war/WEB-INF/web.xml The server is running at http://localhost:8888/ Exception in thread "Code server for stock_watcher from Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16 on http://127.0.0.1:8888/Stock_Watcher.html?gwt.codesvr=127.0.0.1:9997 @ Q/n,g3ujNU]rezLq" java.lang.NullPointerException at com.google.gwt.dev.shell.remoteui.RemoteUI.getModuleLogger(RemoteUI.java: 75) at com.google.gwt.dev.DevModeBase $UiBrowserWidgetHostImpl.createModuleLogger(DevModeBase.java:88) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java: 173) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 510) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 352) at java.lang.Thread.run(Thread.java:680) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
