Back to bug 1014393
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Petr Sakař | 2013-10-01 22:02:40 UTC | Summary | Stream closed exception in on IBM jdk 16, 17 on RHEL 5, 6 | Stream closed exception in resetStream on IBM jdk 16, 17 on RHEL 5, 6 |
| Petr Sakař | 2013-10-02 05:58:43 UTC | Link ID | JBoss Issue Tracker RESTEASY-863 | |
| Pavel Janousek | 2013-10-02 06:14:17 UTC | QA Contact | pjanouse | psakar |
| Petr Sakař | 2013-10-16 06:47:34 UTC | Severity | unspecified | urgent |
| Lucas Costi | 2013-10-17 02:22:13 UTC | Doc Type | Bug Fix | Known Issue |
| Red Hat Bugzilla | 2013-10-17 02:22:13 UTC | Doc Type | Known Issue | Bug Fix |
| Lucas Costi | 2013-10-17 02:22:34 UTC | Doc Text | Cause: Consequence: Workaround (if any): Results: | |
| Doc Type | Bug Fix | Known Issue | ||
| Weinan Li | 2013-10-22 04:23:56 UTC | Status | NEW | CLOSED |
| Resolution | --- | UPSTREAM | ||
| Last Closed | 2013-10-22 00:23:56 UTC | |||
| Weinan Li | 2013-10-22 04:28:20 UTC | Status | CLOSED | ASSIGNED |
| Resolution | UPSTREAM | --- | ||
| Keywords | Reopened | |||
| mark yarborough | 2013-10-28 19:41:41 UTC | CC | myarboro | |
| Scott Mumford | 2013-12-03 04:02:09 UTC | CC | smumford, weli | |
| Flags | needinfo?(weli) | |||
| Russell Dickenson | 2013-12-03 13:33:19 UTC | Flags | needinfo?(weli) | needinfo- |
| Petr Sakař | 2013-12-04 06:55:23 UTC | Flags | needinfo- | needinfo? |
| Weinan Li | 2013-12-04 08:50:17 UTC | Doc Text | Cause: Consequence: Workaround (if any): Results: | Cause: Currently we've found the xercesImpl provided by IBM JDK 16, 17 conflicts with jaxb unmarshaller used by resteasy-jaxb-provider. This error also occurs when the user is directly using the xercesImpl jar provided by EAP6. Consequence: When the user is using IBM JDK 16, 17 or add xerces:xercesImpl:2.9.1-redhat-x provided by EAP6 as a dependency into their resteasy 2.3.6.Final-redhat-x based project, and if the project contains the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456, then they will see the "java.io.IOException: Stream closed" problem. Workaround (if any): It's a known issue currently. Results: |
| Flags | needinfo? | |||
| Katerina Odabasi | 2014-04-23 12:39:11 UTC | See Also | https://bugzilla.redhat.com/show_bug.cgi?id=1090487 | |
| John Skeoch | 2014-06-18 07:21:06 UTC | CC | nobody | |
| John Skeoch | 2014-06-18 07:21:29 UTC | QA Contact | psakar | nobody |
| Weinan Li | 2014-06-18 07:52:14 UTC | Status | ASSIGNED | ON_QA |
| Target Release | --- | EAP 6.3.0 | ||
| Version | 6.2.0 | 6.3.0 | ||
| Target Milestone | --- | GA | ||
| Katerina Odabasi | 2014-06-19 08:36:17 UTC | CC | kanovotn | |
| QA Contact | nobody | kanovotn | ||
| Katerina Odabasi | 2014-06-19 13:49:48 UTC | Version | 6.2.0 | |
| Katerina Odabasi | 2014-06-20 07:49:17 UTC | Status | ON_QA | VERIFIED |
| Scott Mumford | 2014-06-29 22:39:05 UTC | Doc Text | Cause: Currently we've found the xercesImpl provided by IBM JDK 16, 17 conflicts with jaxb unmarshaller used by resteasy-jaxb-provider. This error also occurs when the user is directly using the xercesImpl jar provided by EAP6. Consequence: When the user is using IBM JDK 16, 17 or add xerces:xercesImpl:2.9.1-redhat-x provided by EAP6 as a dependency into their resteasy 2.3.6.Final-redhat-x based project, and if the project contains the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456, then they will see the "java.io.IOException: Stream closed" problem. Workaround (if any): It's a known issue currently. Results: | In previous releases of JBoss EAP 6, the `xercesImpl` provided by IBM JDK 16, 17 conflicts with the `jaxb` unmarshaller used by `resteasy-jaxb-provider`. This issue also occurs when the user is directly using the `xercesImpl` jar provided by EAP 6. These conflicts resulted in a `java.io.IOException: Stream closed` error when using IBM JDK 16, 17 or `xerces:xercesImpl:2.9.1-redhat-x` (provided by EAP 6) as a dependency in a resteasy 2.3.6.Final-redhat-x based project, if the project contained the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456. This issue is expected to be resolved in a future release of the product. |
| Scott Mumford | 2014-07-04 00:47:42 UTC | Doc Text | In previous releases of JBoss EAP 6, the `xercesImpl` provided by IBM JDK 16, 17 conflicts with the `jaxb` unmarshaller used by `resteasy-jaxb-provider`. This issue also occurs when the user is directly using the `xercesImpl` jar provided by EAP 6. These conflicts resulted in a `java.io.IOException: Stream closed` error when using IBM JDK 16, 17 or `xerces:xercesImpl:2.9.1-redhat-x` (provided by EAP 6) as a dependency in a resteasy 2.3.6.Final-redhat-x based project, if the project contained the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456. This issue is expected to be resolved in a future release of the product. | In previous releases of JBoss EAP 6, the `xercesImpl` provided by IBM JDK 16, 17 conflicted with the `jaxb` unmarshaller used by `resteasy-jaxb-provider`. This issue also occurred when the user was directly using the `xercesImpl` jar provided by EAP 6. These conflicts resulted in a `java.io.IOException: Stream closed` error when using IBM JDK 16, 17 or `xerces:xercesImpl:2.9.1-redhat-x` (provided by EAP 6) as a dependency in a resteasy 2.3.6.Final-redhat-x based project (if the project contained the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456). This issue has been resolved. |
| Doc Type | Known Issue | Bug Fix | ||
| Scott Mumford | 2014-07-23 22:32:52 UTC | Doc Text | In previous releases of JBoss EAP 6, the `xercesImpl` provided by IBM JDK 16, 17 conflicted with the `jaxb` unmarshaller used by `resteasy-jaxb-provider`. This issue also occurred when the user was directly using the `xercesImpl` jar provided by EAP 6. These conflicts resulted in a `java.io.IOException: Stream closed` error when using IBM JDK 16, 17 or `xerces:xercesImpl:2.9.1-redhat-x` (provided by EAP 6) as a dependency in a resteasy 2.3.6.Final-redhat-x based project (if the project contained the simliar codes in org.jboss.resteasy.test.StreamResetTest.test456). This issue has been resolved. | In previous releases of JBoss EAP 6, the `xercesImpl` provided by IBM JDK 16, 17 conflicted with the `jaxb` unmarshaller used by `resteasy-jaxb-provider`. This issue also occurred when the user was directly using the `xercesImpl` jar provided by EAP 6. These conflicts resulted in a `java.io.IOException: Stream closed` error when using IBM JDK 16, 17 or `xerces:xercesImpl:2.9.1-redhat-x` (provided by EAP 6) as a dependency in a resteasy 2.3.6.Final-redhat-x based project. This issue has been resolved. |
| Pavel Slavicek | 2014-08-06 14:35:01 UTC | Status | VERIFIED | CLOSED |
| Resolution | --- | CURRENTRELEASE | ||
| Last Closed | 2013-10-22 00:23:56 UTC | 2014-08-06 10:35:01 UTC | ||
| Russell Dickenson | 2017-10-10 00:08:00 UTC | Docs Contact | rdickens |
Back to bug 1014393