Hey Andrew,

As I mentioned earlier, you have to remove GAE jars from your classpath -
they conflict with jetty. The NoSuchMethod error indicates its a classpath
issue. If its easier, you could just create a new project and disable GAE
from the onset, and it would work as expected.

--Sri


On 28 August 2010 01:56, Andrew McCann <andrewjmcc...@gmail.com> wrote:

> Hi Folks,
>
> Sorry to be bothering you with this....but when I un-check the
> GAE......I get a bunch of errors trying to debug as web app
>
> see below
>
> Cheers
>
> Andrew
>
> [WARN] Server class
>
> 'com.google.appengine.repackaged.org.apache.commons.logging.impl.Log4JLogger'
> could not be found in the web app, but was found on the system
> classpath
>   [WARN] Adding classpath entry
>
> 'file:/home/mccann/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/com.google.appengine.eclipse.sdkbundle.1.3.5_1.3.5.v201006301254/appengine-java-sdk-1.3.5/lib/shared/jsp/repackaged-appengine-commons-logging-1.1.1.jar'
> to the web app classpath for this session
>   For additional info see:
>
> file:/home/mccann/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/com.google.gwt.eclipse.sdkbundle.2.0.4_2.0.4.v201006301254/gwt-2.0.4/doc/helpInfo/webAppClassPath.html
> Starting Jetty on port 8888
>   [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@64498713
> 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 selectchannelconnec...@127.0.0.1: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...@3152bdc7
> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://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 google-web-tool...@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