Try upgrading to 2.5.1, there have been a few fixes to GWT-RPC.

On Wednesday, March 13, 2013 3:39:11 AM UTC+1, svkirans wrote:
>
> I am using GWT 2.5
>
>
> On Wed, Mar 13, 2013 at 2:04 AM, Andrew Phillips 
> <theamp...@gmail.com<javascript:>
> > wrote:
>
>> What version of GWT are you using?
>>
>>
>> On Tuesday, March 12, 2013 1:11:12 PM UTC-4, svkirans wrote:
>>>
>>> Hi,
>>>
>>>     I am getting the below exception while trying to use RPC.
>>>
>>> com.google.gwt.user.client.**rpc.StatusCodeException: 500 The call 
>>> failed on the server; see server log for details
>>>  at com.google.gwt.user.client.**rpc.impl.**RequestCallbackAdapter.**
>>> onResponseReceived(**RequestCallbackAdapter.java:**209)
>>> at com.google.gwt.http.client.**Request.**fireOnResponseReceived(**
>>> Request.java:287)
>>>  at com.google.gwt.http.client.**RequestBuilder$1.**onReadyStateChange(*
>>> *RequestBuilder.java:395)
>>> at sun.reflect.**GeneratedMethodAccessor44.**invoke(Unknown Source)
>>>  at sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**
>>> DelegatingMethodAccessorImpl.**java:25)
>>> at java.lang.reflect.Method.**invoke(Method.java:597)
>>>  at com.google.gwt.dev.shell.**MethodAdaptor.invoke(**
>>> MethodAdaptor.java:103)
>>> at com.google.gwt.dev.shell.**MethodDispatch.invoke(**
>>> MethodDispatch.java:71)
>>>  at com.google.gwt.dev.shell.**OophmSessionHandler.invoke(**
>>> OophmSessionHandler.java:172)
>>> at com.google.gwt.dev.shell.**BrowserChannelServer.**
>>> reactToMessagesWhileWaitingFor**Return(BrowserChannelServer.**java:338)
>>>  at com.google.gwt.dev.shell.**BrowserChannelServer.**invokeJavascript(*
>>> *BrowserChannelServer.java:219)
>>> at com.google.gwt.dev.shell.**ModuleSpaceOOPHM.doInvoke(**
>>> ModuleSpaceOOPHM.java:136)
>>>  at com.google.gwt.dev.shell.**ModuleSpace.invokeNative(**
>>> ModuleSpace.java:571)
>>> at com.google.gwt.dev.shell.**ModuleSpace.**invokeNativeObject(**
>>> ModuleSpace.java:279)
>>>  at com.google.gwt.dev.shell.**JavaScriptHost.**invokeNativeObject(**
>>> JavaScriptHost.java:91)
>>> at com.google.gwt.core.client.**impl.Impl.apply(Impl.java)
>>>  at com.google.gwt.core.client.**impl.Impl.entry0(Impl.java:**242)
>>> at sun.reflect.**GeneratedMethodAccessor38.**invoke(Unknown Source)
>>>  at sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**
>>> DelegatingMethodAccessorImpl.**java:25)
>>> at java.lang.reflect.Method.**invoke(Method.java:597)
>>>  at com.google.gwt.dev.shell.**MethodAdaptor.invoke(**
>>> MethodAdaptor.java:103)
>>> at com.google.gwt.dev.shell.**MethodDispatch.invoke(**
>>> MethodDispatch.java:71)
>>>  at com.google.gwt.dev.shell.**OophmSessionHandler.invoke(**
>>> OophmSessionHandler.java:172)
>>> at com.google.gwt.dev.shell.**BrowserChannelServer.**reactToMessages(**
>>> BrowserChannelServer.java:293)
>>>  at com.google.gwt.dev.shell.**BrowserChannelServer.**processConnection(
>>> **BrowserChannelServer.java:547)
>>> at com.google.gwt.dev.shell.**BrowserChannelServer.run(**
>>> BrowserChannelServer.java:364)
>>>  at java.lang.Thread.run(Thread.**java:662)
>>>
>>>
>>>
>>> But there are no exceptions on the server. In fact I don't even think it 
>>> is getting the request, because the first line in the method is a debug 
>>> statement which is not getting printed. But this is happening only when I 
>>> run the GWT app in Web application running on external system in MyEclipse. 
>>> How ever if I just run it as Web application on Jetty it works fine. And 
>>> all the other RPC calls including some in the same class are working fine 
>>> on Tomcat also. Any idea what is causing this. 
>>>
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google Web Toolkit" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-web-toolkit/zE6j2ShBsAw/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-web-toolkit+unsubscr...@googlegroups.com <javascript:>.
>> To post to this group, send email to 
>> google-we...@googlegroups.com<javascript:>
>> .
>> Visit this group at 
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> Thanks & Regards,
> -Kiran 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to