I am having the same problem. I cannot have the application engine
active(nor do I want it active) as I need a database on this system
and inetaddress is not on the white list.  Disabling the app engine
gives me this same error before the whole service starts up.  Am I
just missing a library for this, or is this a bigger issue?

On May 6, 12:45 pm, fomba collins <[email protected]> wrote:
> I discovered the source of my last erro posted on this forum. This was
> because I deactivated the application engine. Actually my application
> was generating an HTTP404 error on the browser and when I posted the
> problem to a forum, I was asked to deactivate the google application
> engine since it does not permit using databases. I deactivated and it
> worked. But later on with the engine deactivated, the application
> generates this error:
>
> Starting Jetty on port 8888
>    [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@7109c4
> 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)
>    [WARN] failed [email protected]:8888
> 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)
>    [WARN] failed ser...@13ad33d
> 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)
> 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)
>
> If I activate the engine again, the application executes but with an
> HTTP404 error on the web browser. So whether activated or not, the
> application engine is posing some problems to me. I don't know if
> someone has a better solution to this?
>
> regards.
>
> --
> 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 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> 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 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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.

Reply via email to