When I create a GWT project in eclipse with gwt2.0.2 and google app
engine 1.3.2 and the most updated eclipse plugin for galileo: I can
create the project but when I run->web application, I get a google
eclipse console ("Development Mode") message telling me the URL I can
access the app from (that's fine), but I get NO gwt hosted mode
console popping up... what am I doing wrong?More info: Was using GWT 1.6 before this without the eclipse plugin and everything was working fine. I thought maybe I was doing something wrong, but after looking for info as to how it should work, I'm definitely doing the same as the following source: http://www.ibm.com/developerworks/java/library/j-gaej1/ Incidentally I thought it might be the fact that Google App engine stuff is now there, but if I create a project but I deselect the "using Google app engine SDK", It still gives me the same problem. I have other projects created with GWT 1.6 available in eclipse and they work correctly with the new library. If I try and create a new -Run Configuration- as a -Java Application- instead of the new -Web application- and I copy all the settings from the previous projects, I can run that configuration, I get the hosted mode, but it gives me the error: Exception in thread "main" java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.<init>(Ljava/lang/Object;)V at org.mortbay.io.nio.SelectorManager $SelectSet.<init>(SelectorManager.java:306) at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java: 223) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 39) at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java: 303) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 39) at org.mortbay.jetty.Server.doStart(Server.java:233) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java: 39) at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java: 543) at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421) at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035) at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783) at com.google.gwt.dev.DevMode.main(DevMode.java:275) -- 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.
