Hi everyone,
I'm right now porting an old GWT application from 1.4.10 to 1.6.4. I
changed my project structure, updated to the new jars version and
switched to the new HostedServer. Now, I'm facing a problem with the
Jetty server. When I run my application in Eclipse, the hosted mode
window is shown correctly but after like 5-10 seconds of loading, I
receive a NoSuchMethodError exception. Here the full (but quite small)
stack trace received :
Exception in thread "main" java.lang.NoSuchMethodError:
org.mortbay.jetty.AbstractConnector.setReuseAddress(Z)V
at com.google.gwt.dev.shell.jetty.JettyLauncher.start
(JettyLauncher.java:462)
at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:365)
at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:590)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
Maybe I did something when converting the project but is hard to know
what exactly. If this already happened to someone or if anybody have
clues, I would greatly appreciate to know them :)
Thank you for your help,
Matthieu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---