Hi princeezra, My guess is that you forgot to add the compiled .class files to your GWTShell run configuration classpath. Double-check to make sure the path containing your service implementation binaries is on the process classpath and you should be able to resolve the problem.
Hope that helps, -Sumit Chandel On Sun, Aug 31, 2008 at 4:16 AM, princeezra <[EMAIL PROTECTED]> wrote: > > hi i am developing an applicatiion wich uses rc...on my server side i > am connecting to a database.but,i get the following error when i run > this applicationn > > 1. Unable to instantiate 'org.gwtbook.server.insertdetailsImpl' > java.lang.ClassNotFoundException: org.gwtbook.server.insertdetailsImpl > at > > com.google.gwt.dev.shell.GWTShellServlet.tryGetOrLoadServlet(GWTShellServlet.java: > 875) > at > com.google.gwt.dev.shell.GWTShellServlet.service(GWTShellServlet.java: > 241) > 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) > > > 2[ERROR] Unable to dispatch request > > > can anyone help me???...thanks n advance... > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
