Note that there are some explanatory texts on larger screens.

plurals
  1. POgwt, rpc service, StatusCodeException, and no logs available
    text
    copied!<p>sorry if my english is bad.</p> <p>I have a problem while calling one of my GWT services. On the client side, I have the following error.</p> <pre><code> [ERROR] com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details [ERROR] at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:209) [ERROR] at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287) [ERROR] at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:395) ... </code></pre> <p>Unhappily, I can't find any information related to this error on the server logs. I'm in devlopment mode, and the only thing I can see in jetty is </p> <pre><code> [ERROR] 500 - POST /my/maping (127.0.0.1) 57 bytes </code></pre> <p>However, I know that my service implementation is called and that it returns a result without throwing any exception (because I use logs just before the return...) .</p> <p>I have seen that this problem could be a serialization issue, but I really don't see where I miss something to make my objects serializables, ( plus, gwt compilator generally says me when something is not serializable).</p> <p>And my/mapping should be finely defined, because it was working previously, and I am pretty sure that I have not modified anything related to this...</p> <p>Finally, I don't find any interesting answer to my problem. If you have any ideas, thanks in advance for your help.</p> <p>ps: I use gwt 2.5.0-rc2.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload