Hi,

I got error following below and in development mode no module is
visible..... only it tells  that Development mode is loading.

[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:/D:/suresh/IDE/eclipse/plugins/com.google.appengine.eclipse.sdkbundle.1.3.8_1.3.8.v201010161055/appengine-java-sdk-1.3.8/lib/shared/jsp/repackaged-appengine-commons-logging-1.1.1.jar'
to the web app classpath for this session
   For additional info see:
file:/D:/suresh/IDE/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/doc/helpInfo/webAppClassPath.html
Starting Jetty on port 8888
   [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@1860038
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:542)
    at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:431)
    at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1053)
    at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:795)
    at com.google.gwt.dev.DevMode.main(DevMode.java:282)
   [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:542)
    at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:431)
    at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1053)
    at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:795)
    at com.google.gwt.dev.DevMode.main(DevMode.java:282)
   [WARN] failed ser...@3b1f38
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:542)
    at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:431)
    at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1053)
    at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:795)
    at com.google.gwt.dev.DevMode.main(DevMode.java:282)
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:542)
    at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:431)
    at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1053)
    at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:795)
    at com.google.gwt.dev.DevMode.main(DevMode.java:282)

Regards
Suresh Babu G

On Mon, Nov 15, 2010 at 5:35 PM, anjan bacchu.dev <[email protected]>wrote:

> Hi Suresh,
>
>   Can you share what errors occur at what step ?
>
> BR,
> ~A
>
>
>
> On Mon, Nov 15, 2010 at 3:46 PM, suresh babu <[email protected]>wrote:
>
>> Hi,
>>
>> I have download  the Tutorial-Contacts2.zip  which is in the Large
>> scale application development and MVP - Part II.
>>
>> When I try to compile it is fine but when I run it gives error in
>> DevMode.
>>
>> I am use Gwt 2.1 with eclipse 3.6.
>>
>> Any suggestion
>>
>> Regard's
>> Suresh Babu G
>>
>> --
>> 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]<google-web-toolkit%[email protected]>
>> .
>> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 
Regards

Suresh Babu G

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