I'd been using App Engine since that is the default setting.  However,
I need to turn that off because I need access to local file storage on
the server side and I will be moving to a physically secure
environment.  I should also note that I'm a newly minted GWT user.

My steps to the error are:
1.) In Eclipse right click project->properties->Google->App Engine-
>Uncheck Use Google App Engine
2.) Click run debug button
3.) Window pops for debug view.  I click Yes
4.) In DevModeBase.class process is halted at "shutDown" in method
"run()"
5.) Console reads:
[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/njost/.eclipse/155965261/
plugins/com.google.appengine.eclipse.sdkbundle.
1.3.2_1.3.2.v201003242055/appengine-java-sdk-1.3.2/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/njost/.eclipse/155965261/
plugins/com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/
gwt-2.0.3/doc/helpInfo/webAppClassPath.html
Starting Jetty on port 8888
   [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@425eb9
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...@c550
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.

Reply via email to