Wednesday, August 19, 2015

Re: Chrome and SEVERE: CLIENT EXCEPTION: com.google.gwt.user.client.rpc.StatusCodeException: 0


Thanks for the reply. This error happens intermittently (and very often) while there is definitely no problem with network connections. It starts after upgrading to Chrome version 44. Clearing browser cache can stop the problem from happening for a while (about an hour), then it happens again very often.

Without changing anything in the app code and without deploying the app on the server? Then its probably a Chrome issue. GWT doesn't do any magic when making a server request. 

While its not really related to cache cleaning but do you know if your server supports SPDY (the Google protocol that was the foundation of HTTP/2) ? We had some issues with Statuscode 0 exceptions with Chrome + SPDY server in the past and had to disable SPDY on the server. Maybe its a SPDY / HTTP2 issue between Chrome and your server. In Chrome you can type "chrome://net-internals" into your address bar for more connection information.

-- J.

--
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+unsubscribe@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.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment