Bug 1080429
Summary: | [GSS] (6.3.0) Change JBREM000200 from ERROR to DEBUG since it is harmless | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Shaun Appleton <sappleto> |
Component: | Remoting | Assignee: | David M. Lloyd <david.lloyd> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jitka Kozana <jkudrnac> |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bmaxwell, jkudrnac, kkhan, sgilda, smumford |
Target Milestone: | ER2 | ||
Target Release: | EAP 6.3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://c.na7.visual.force.com/apex/Case_View?id=500A000000Ho4Zm | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Users of previous versions of JBoss EAP 6 on Windows platforms may have encountered the following IOException when the JMX connection was closed:
----
JBREM000200: Remote connection failed: java.io.IOException: An existing connection was forcibly closed by the remote host
----
This error was caused by Windows forcibly closing connections. As it had no adverse affects, the logging level for the error was changed to DEBUG, to prevent it appearing in lower level logs.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-28 15:31:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1051640, 1080576 |
Comment 1
Shaun Appleton
2014-03-25 12:43:41 UTC
When run on Windows operating system, Windows appears to forcibly close connections which results in the ERROR logged below, though the issue is not harmful, so changing it to DEBUG to prevent users from being concerned there is a problem. ERROR ... JBREM000200: Remote connection failed: java.io.IOException: An existing connection was forcibly closed by the remote host Fixed by upgrade https://github.com/jbossas/jboss-eap/pull/1205 https://bugzilla.redhat.com/show_bug.cgi?id=1080576 Verified. Removed programlisting tag in Doc Text to ticks (`) to fix Bug 1096865 |