We
start seeing the following stack trace very often with recent version of Chrome (version
44) from our GWT app. There is no change in our app. IE and FF seem to be
fine. Any idea?
In the console, I saw many "net::ERR_INSECURE_RESPONSE" were reported. And there are also a warnings about Mixed Content.
"Mixed
Content: The page at 'https://<url>' was loaded over HTTPS, but
requested an insecure plugin data 'http://<url>/soap'. This
content should also be served over HTTPS."
With Chrome version 44, the requests start
failing from time to time, but not all the time.
In "Network" panel, the status for the failed request is shown as "(failed)", the request type is "xhr".
SEVERE: CLIENT EXCEPTION: com.google.gwt.user.client.rpc.StatusCodeException: 0
java.lang.Throwable: 0
at com.google.gwt.core.client.impl.StackTraceCreator$CollectorEmulated.$fillInStackTrace(StackTraceCreator.java:174)
at java.lang.RuntimeException.RuntimeException(RuntimeException.java:508)
at com.google.gwt.user.client.rpc.StatusCodeException.StatusCodeException(StatusCodeException.java:35)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.$onResponseReceived(RequestCallbackAdapter.java:209)
at com.google.gwt.http.client.Request.$fireOnResponseReceived(Request.java:258)
at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412)
at Unknown.anonymous(XMLHttpRequest.java:351)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java:189)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:242)
at Unknown.anonymous(Impl.java:70)