Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Wildfly 8.0.0 Final server, IE 9, ace:showcase
-
Assignee Priority:P1
Description
While navigating around showcase deployed onto Wildfly 8.0.0 Final and using IE 9 a server error appears (not able to reliably reproduce). I was not able to reproduce this with Chrome or Firefox
15:34:36,479 ERROR [io.undertow.request] (default task-1) Blocking request failed HttpServerExchange{ POST /showcase/javax.faces.resource/listen.icepush.xml.jsf}: java.lang.RuntimeException: java.io.IOException: UT 000029: Channel was closed mid chunk, if you have attempted to write chunked data you cannot shutdown the channel until after it has all been written.
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:22 7)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:14 6)
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:1110) [rt.jar:1.7.0_07 ]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_07 ]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
15:34:36,479 ERROR [io.undertow.request] (default task-1) Blocking request failed HttpServerExchange{ POST /showcase/javax.faces.resource/listen.icepush.xml.jsf}: java.lang.RuntimeException: java.io.IOException: UT 000029: Channel was closed mid chunk, if you have attempted to write chunked data you cannot shutdown the channel until after it has all been written.
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:22 7)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:14 6)
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:1110) [rt.jar:1.7.0_07 ]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_07 ]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Priority | Major [ 3 ] | Trivial [ 5 ] |
Affects | Sample App./Tutorial [ 10001 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Summary | Showcase, Wildfly 8.0.0 Final Server error | Showcase, Wildfly 8.0.0 server error: "java.io.IOException: UT 000029: Channel was closed mid chunk" |
Ken Fyten
made changes -
Summary | Showcase, Wildfly 8.0.0 server error: "java.io.IOException: UT 000029: Channel was closed mid chunk" | Showcase, IE9, Wildfly 8.0.0 server error: "java.io.IOException: UT 000029: Channel was closed mid chunk" |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Affects | Sample App./Tutorial [ 10001 ] | |
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P3 [ 10012 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41324 | Tue Jun 10 17:07:43 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/BlockingConnectionServer.java
|
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41842 | Wed Jul 23 12:16:10 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/http/standard/ContentTypeContentHandler.java
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Closing as Won't Fix as there are no ICEfaces classes in the stack trace. Likely IE9 bug and/or overzealous Wildfly server logging.