Finally, its was something very simple, the gwt-servlet.jar was not
the first in my classpath so I guess another version of Jetty was
loaded but this version didn't have the method setReuseAddress.

Thank you

On Jun 5, 12:50 pm, Matthieu <matthieu.o.vac...@gmail.com> wrote:
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to