Support #1851
closedThem not applicable on iphone (not all times)
0%
Description
Hi all,
I'm using jWt for iphone, i tried a simple application, but i'm having, time to time a ClientAbortException when using iphone browser :
---> the error appear specially when i'm trying to apply WBootstrapTheme : setTheme(new WBootstrapTheme());
Thanks in advance for your help
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:339)
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:392)
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at sun.nio.cs.StreamEncoder.implWrite(Unknown Source)
at sun.nio.cs.StreamEncoder.write(Unknown Source)
at sun.nio.cs.StreamEncoder.write(Unknown Source)
at java.io.OutputStreamWriter.write(Unknown Source)
at java.io.Writer.write(Unknown Source)
at java.io.Writer.append(Unknown Source)
at eu.webtoolkit.jwt.WebRenderer.serveMainscript(WebRenderer.java:605)
at eu.webtoolkit.jwt.WebRenderer.serveResponse(WebRenderer.java:170)
at eu.webtoolkit.jwt.WebSession.serveResponse(WebSession.java:1770)
at eu.webtoolkit.jwt.WebSession.render(WebSession.java:1736)
at eu.webtoolkit.jwt.WebSession.notify(WebSession.java:296)
at eu.webtoolkit.jwt.WApplication.notify(WApplication.java:2805)
at eu.webtoolkit.jwt.WebSession.handleRequest(WebSession.java:1539)
at eu.webtoolkit.jwt.WtServlet.doHandleRequest(WtServlet.java:351)
at eu.webtoolkit.jwt.ServletApi.handleRequest(ServletApi.java:27)
at eu.webtoolkit.jwt.ServletApi25.doHandleRequest(ServletApi25.java:36)
at eu.webtoolkit.jwt.WtServlet.handleRequest(WtServlet.java:245)
at eu.webtoolkit.jwt.WtServlet.doGet(WtServlet.java:253)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
Updated by Koen Deforche over 11 years ago
- Status changed from New to Feedback
Hey,
This is a duplicate of another bug --- as far as we understand it, it happens when the browser closes the connection without waiting for the response. So far, we've only seen that this is innocent, but perhaps in your case (on iPhone) it is a sign of a more serious issue ?
Regards,
koen
Updated by Karim GHRISSI over 11 years ago
Hi,
Thanks for your update, but my issue is that the WBootstrapTheme is not visible on iphone because of this error.
And i don't know why the connection ics losed by the device or the browser, i'm not closing the browser...
Updated by Karim GHRISSI over 11 years ago
Any suggestion for this issue?
Thanks in advance.
Updated by Koen Deforche over 11 years ago
Hey,
We believe there was another issue that caused this misbehaviour. Can you verify that it is solved in latest git?
Regards,
koen
Updated by Koen Deforche over 11 years ago
- Status changed from Feedback to Closed
- Target version changed from 3.3.0 to 3.3.1