[jbossts-issues] [JBoss JIRA] (JBTM-1067) TxSupport helper getContent() and openConnection() leaves I/O streams open

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Sun Mar 18 04:30:50 EDT 2012


    [ https://issues.jboss.org/browse/JBTM-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677489#comment-12677489 ] 

Tom Jenkinson commented on JBTM-1067:
-------------------------------------

Hi Mike, Please can you add a fix for for this? I would say something like 5.0.0.Final
                
> TxSupport helper getContent() and openConnection() leaves I/O streams open
> --------------------------------------------------------------------------
>
>                 Key: JBTM-1067
>                 URL: https://issues.jboss.org/browse/JBTM-1067
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: REST
>    Affects Versions: 5.0.0.M1
>            Reporter: Radesh Rao
>            Assignee: Michael Musgrove
>
> When there are large number of transactions in progress, the following exception is thrown:
> Caused by: org.jboss.jbossts.star.provider.HttpResponseException: java.net.SocketException: No buffer space available (maximum connections reached?): connect
>     at org.jboss.jbossts.star.util.TxSupport.httpRequest(TxSupport.java:261)
>     at org.jboss.jbossts.star.util.TxSupport.startTx(TxSupport.java:179)
> ...............................
> Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): connect
>     at java.net.PlainSocketImpl.socketConnect(Native Method)
>     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
>     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
>     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
>     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
>     at java.net.Socket.connect(Socket.java:529)
>     at java.net.Socket.connect(Socket.java:478)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list