Hello, I am testing the DynaTable app , and it work fine in development mode, (using Eclipse plugging). But i want test the application in my jboss server, so i ran the ant script to make the war file and put this file in deploy folder into jboss. The server start fine, but when i enter in the application the RPC isn't working. I get the message in the screen :
An RPC server could not be reached The DynaTable example uses a Remote Procedure Call<http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.RemoteProcedureCalls.html> (RPC) to request data from the server. In order for the RPC to successfully return data, the server component must be available. If you are running this demo from compiled code, the server component may not be available to respond to the RPC requests from DynaTable. Try running DynaTable in development mode to see the demo in action. Click on the Remote Procedure Call link above for more information on GWT's RPC infrastructure. And the exception 21:51:53,687 ERROR [[/dynatable]] Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: No ClientOracle for permutation F070BB4A8222AC4F6EB23B1B92CAA546 at com.google.gwt.user.server.rpc.HybridServiceServlet.processCall(HybridServiceServlet.java:108) at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:203) at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:619) What is wrong? Obs: I'm using GWT 2.0 and Jboss 4.0.5 GA -- Lucas V. F. Ventura Ciência da Computação - UFRJ--
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.
