Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-29 Thread Sumit Chandel
Hi mgrouch, This is probably a step you've already taken, but in case you've observed this error using hosted mode with the -noserver option, have you checked that you've update the JARs on your web server to use the latest 1.5.3 gwt-servlet.jar file? Also, for the RPC calls that you mentioned

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-27 Thread Sam sem
Make Sure You are only using Jars of 1.5.3 .remove Gwt-user and Gwt-servlet jars from your build path and place jars from version 1.5.3 also Update your GWT_HOME ..make sure GWT_HOME points to GWT Version 1.5.3 Thanks Muhammad Ismail cell (PAK) : +92.322.5100362 e-mail:

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-27 Thread mgrouch
Thanks and nope this doesn't seem to fix it. We are using only GWT 1.5.3 jars. When we build on windows and deploy resulting WAR on Linux tomcat there is no issue. When we build with GWT 1.5.3 on linux and deploy resulting WAR on Linux tomcat the issue occurs. Is there a possibility that it is a

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-26 Thread mgrouch
We are experiencing same issue. The app build on windows and running on windows tomcat work. Same application built on linux with gwt 1.5.3 and linux tomcat gives this error. If you managed to resolve it please be kind and post here how you did it. Thanks a lot, --MG On Dec 26 2008, 2:22 am,

Re: Error executing RPC call after updating to GWT 1.5.3

2008-12-09 Thread Danny Goovaerts
I've experienced the same problem. Be sure to use the 1.5.3 version of the gwt-servlet.jar in your Tomcat deployment. This fixed the problem for me. Danny a_martinez schreef: Hi, I developed an application with several services. After updating from GWT 1.5.2 to 1.5.3 the RPC calls to the

Error executing RPC call after updating to GWT 1.5.3

2008-12-04 Thread a_martinez
Hi, I developed an application with several services. After updating from GWT 1.5.2 to 1.5.3 the RPC calls to the server doesn't work anymore. I got an error message on server side: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at