[jboss-remoting-issues] [JBoss JIRA] Commented: (JBREM-1245) Consider javax.net.ssl.SSLException("Connection has been shutdown") to be retriable

Ron Sigal (JIRA) jira-events at lists.jboss.org
Thu Sep 23 00:13:28 EDT 2010


    [ https://jira.jboss.org/browse/JBREM-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12552569#action_12552569 ] 

Ron Sigal commented on JBREM-1245:
----------------------------------

Updated RETRIABLE_ERROR_MESSAGE to "^.*(?:connection.*reset|connection.*closed|broken.*pipe|connection.*shutdown).*$".  

Fix applied to branches 2.2 and 2.x

Unit test:  org.jboss.test.remoting.transport.socket.retriable.SocketGeneralizedExceptionTestCase.

Waiting for results in hudson.

> Consider javax.net.ssl.SSLException("Connection has been shutdown") to be retriable
> -----------------------------------------------------------------------------------
>
>                 Key: JBREM-1245
>                 URL: https://jira.jboss.org/browse/JBREM-1245
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.3.SP1, 2.2.3.SP3
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.3.SP2, 2.2.3.SP4
>
>
> An SSLSocket whose remote counterpart has closed will throw
>   javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Software caused connection abort: socket write error 
> This should be considered a retriable exception, but the RETRIABLE_ERROR_MESSAGE regular expression in org.jboss.remoting.transport.MicroSocketClientInvoker doesn't match it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-remoting-issues mailing list