Hi Sumit,

I figured it out and works.  Please ignore my previous post.

Regards,
Arend

On Jan 21, 3:45 pm, Arend van der Veen <[email protected]>
wrote:
> Hi Sumit,
>
> Could you elaborate for a newbee how you would compile the servlet and
> add it to the GWTShell process.  I am using GWT 1.5.3 on Linux with
> Java 1.5 (I am not using Eclipse yet).
>
> Thanks in advance.
> Arend
>
> On Jan 8, 8:45 pm, Sumit Chandel <[email protected]> wrote:
>
> > *GWTShell process, rather. Sorry for the confusion.
>
> > Cheers,
> > -Sumit Chandel
>
> > On Thu, Jan 8, 2009 at 5:45 PM, Sumit Chandel 
> > <[email protected]>wrote:
>
> > > Hi Glenn,
>
> > > Did you make sure that you've compiled the servlet to a .class file and
> > > added it (or the bin directory) to your GWTShellServlet process?
>
> > > Hope that helps,
> > > -Sumit Chandel
>
> > > On Tue, Jan 6, 2009 at 6:31 AM, Glenn <[email protected]> wrote:
>
> > >> Hi All,
>
> > >> I am working through the GWT stock watcher tutorial. Everything is
> > >> great up until the Async RPC section. When I try to run I get the
> > >> following error:
>
> > >> [ERROR] Unable to instantiate
> > >> 'com.google.gwt.sample.stockwatcher.server.StockPriceServerImpl'
> > >> java.lang.ClassNotFoundException:
> > >> com.google.gwt.sample.stockwatcher.server.StockPriceServerImpl
> > >>        at java.net.URLClassLoader$1.run(Unknown Source)
> > >>        at java.security.AccessController.doPrivileged(Native Method)
> > >>        at java.net.URLClassLoader.findClass(Unknown Source)
> > >>        at java.lang.ClassLoader.loadClass(Unknown Source)
> > >>        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> > >>        at java.lang.ClassLoader.loadClass(Unknown Source)
> > >>        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> > >>        at java.lang.Class.forName0(Native Method)
> > >>        at java.lang.Class.forName(Unknown Source)
> > >>        at com.google.gwt.dev.shell.GWTShellServlet.tryGetOrLoadServlet
> > >> (GWTShellServlet.java:936)
> > >>        at com.google.gwt.dev.shell.GWTShellServlet.service
> > >> (GWTShellServlet.java:277)
> > >>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > >>        at 
> > >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> > >> (ApplicationFilterChain.java:237)
> > >>        at org.apache.catalina.core.ApplicationFilterChain.doFilter
> > >> (ApplicationFilterChain.java:157)
> > >>        at org.apache.catalina.core.StandardWrapperValve.invoke
> > >> (StandardWrapperValve.java:214)
> > >>        at org.apache.catalina.core.StandardValveContext.invokeNext
> > >> (StandardValveContext.java:104)
> > >>        at org.apache.catalina.core.StandardPipeline.invoke
> > >> (StandardPipeline.java:520)
> > >>        at org.apache.catalina.core.StandardContextValve.invokeInternal
> > >> (StandardContextValve.java:198)
> > >>        at org.apache.catalina.core.StandardContextValve.invoke
> > >> (StandardContextValve.java:152)
> > >>        at org.apache.catalina.core.StandardValveContext.invokeNext
> > >> (StandardValveContext.java:104)
> > >>        at org.apache.catalina.core.StandardPipeline.invoke
> > >> (StandardPipeline.java:520)
> > >>        at org.apache.catalina.core.StandardHostValve.invoke
> > >> (StandardHostValve.java:137)
> > >>        at org.apache.catalina.core.StandardValveContext.invokeNext
> > >> (StandardValveContext.java:104)
> > >>        at org.apache.catalina.valves.ErrorReportValve.invoke
> > >> (ErrorReportValve.java:118)
> > >>        at org.apache.catalina.core.StandardValveContext.invokeNext
> > >> (StandardValveContext.java:102)
> > >>        at org.apache.catalina.core.StandardPipeline.invoke
> > >> (StandardPipeline.java:520)
> > >>        at org.apache.catalina.core.StandardEngineValve.invoke
> > >> (StandardEngineValve.java:109)
> > >>        at org.apache.catalina.core.StandardValveContext.invokeNext
> > >> (StandardValveContext.java:104)
> > >>        at org.apache.catalina.core.StandardPipeline.invoke
> > >> (StandardPipeline.java:520)
> > >>        at
> > >> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:
> > >> 929)
> > >>        at
> > >> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:
> > >> 160)
> > >>        at org.apache.coyote.http11.Http11Processor.process
> > >> (Http11Processor.java:799)
> > >>        at org.apache.coyote.http11.Http11Protocol
> > >> $Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> > >>        at org.apache.tomcat.util.net.TcpWorkerThread.runIt
> > >> (PoolTcpEndpoint.java:577)
> > >>        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
> > >> (ThreadPool.java:683)
> > >>        at java.lang.Thread.run(Unknown Source)
>
> > >> I have seen a post of this but no solution, I am using eclipse.
>
> > >> Thanks
>
> > >>  Glenn
--~--~---------~--~----~------------~-------~--~----~
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