[jboss-jira] [JBoss JIRA] Closed: (JBREM-751) Eliminate unnecessary "Unable to process control connection:" message from BisocketServerInvoker
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Mon Jul 2 21:22:57 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-751?page=all ]
Ron Sigal closed JBREM-751.
---------------------------
Resolution: Done
Fix has been applied to branches remoting_2_x and remoting_2_2_0_GA (as of version 2.2.1.GA). As of now it will not be applied to remoting_2_2_0_SP4_CP01 since it has not appeared in a support case.
> Eliminate unnecessary "Unable to process control connection:" message from BisocketServerInvoker
> ------------------------------------------------------------------------------------------------
>
> Key: JBREM-751
> URL: http://jira.jboss.com/jira/browse/JBREM-751
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Priority: Minor
> Fix For: 2.2.1.GA
>
>
> In org.jboss.remoting.transport.bisocket.BisocketServerInvoker$ControlConnectionThread.run(), there is a try/catch block that catches IOExceptions. If the IOException is caused by a closed socket, then the thread quietly shuts down, instead of logging an error. However, the test "socket closed".equals(e.getMessage()) should have been "Socket closed".equals(e.getMessage()), and so an error is sometimes logged unnecessarily.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list