When I try to run as Web Application (on internal or external server), nothing appears in the browser (Chrome), except the following:
Plugin failed to connect to Development Mode server at 127.0.0.1:9997 > Follow the underlying troubleshooting instructions And there are no troubleshooting instructions. The only help i get from the Console in Eclipse is: Exception in thread "Code server for MURugbySite from Mozilla/5.0 (Windows > NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 > Safari/537.1 on http://127.0.0.1:8888/my.project/hosted.html?my.project @ > ;c1~cQ%bF\wuXodn" java.lang.NullPointerException > at com.google.gwt.dev.shell.ModuleSpace.dispose(ModuleSpace.java:146) > at > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:215) > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:525) > at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) > at java.lang.Thread.run(Unknown Source) I feel like there is a simple setup feature I am missing, but it would work in dev mode at one point. I have been working on this project for a while with a loooooong break in the middle of it. I have finally grown way to annoyed by having to recompile every iteration and move it to my web server in order to run it. Any troubleshooting tips would be awesome. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/YdBV6uPBSUEJ. 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.
