Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Wildfly 8 and IE 8 exception

$
0
0
SmartClient Version: v9.1p_2014-04-15/EVAL Deployment

Code:

2014-04-17 12:57:08,763 INFO  [com.isomorphic.servlet.RequestContext] (default task-13) URL: '/gsui/gsui/sc/system/helpers/empty.html', User-Agent: 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)': MSIE with Accept-Encoding header, ready for compressed JS
2014-04-17 12:57:08,764 INFO  [com.isomorphic.compression.Compression] (default task-13) /gsui/gsui/sc/system/helpers/empty.html: 900 -> 367 bytes
2014-04-17 12:57:08,765 ERROR [io.undertow.request] (default task-13) Blocking request failed HttpServerExchange{ GET /gsui/gsui/sc/system/helpers/empty.html}: java.lang.RuntimeException: io.undertow.server.TruncatedResponseException
        at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:527)
        at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:287)
        at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227)
        at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73)
        at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146)
        at io.undertow.server.Connectors.executeRootHandler(Connectors.java:168)
        at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:687)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
        at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
Caused by: io.undertow.server.TruncatedResponseException
        at io.undertow.server.protocol.http.HttpResponseConduit.truncateWrites(HttpResponseConduit.java:665)
        at io.undertow.conduits.AbstractFixedLengthStreamSinkConduit.terminateWrites(AbstractFixedLengthStreamSinkConduit.java:206)
        at org.xnio.conduits.ConduitStreamSinkChannel.shutdownWrites(ConduitStreamSinkChannel.java:178) [xnio-api-3.2.0.Final.jar:3.2.0.Final]
        at io.undertow.channels.DetachableStreamSinkChannel.shutdownWrites(DetachableStreamSinkChannel.java:60)
        at io.undertow.servlet.spec.ServletOutputStreamImpl.close(ServletOutputStreamImpl.java:622)
        at io.undertow.servlet.spec.HttpServletResponseImpl.closeStreamAndWriter(HttpServletResponseImpl.java:451)
        at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:525)
        ... 9 more

I have tested with IE 8 and FF 28 and only occurs with IE 8.

Viewing all articles
Browse latest Browse all 4756

Trending Articles