[JBoss JIRA] (JBTM-1067) TxSupport helper getContent() and openConnection() leaves I/O streams open
by Radesh Rao (JIRA)
Radesh Rao created JBTM-1067:
--------------------------------
Summary: 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
12 years, 1 month
[JBoss JIRA] (JBTM-1294) Change TXFramework quickstarts to use EJB rather than POJO Web services
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1294:
-----------------------------------
Summary: Change TXFramework quickstarts to use EJB rather than POJO Web services
Key: JBTM-1294
URL: https://issues.jboss.org/browse/JBTM-1294
Project: JBoss Transaction Manager
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: TXFramework
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.0.M2
This change is necessary as JBTM-1287 is preventing them from working. We don't know when JBTM-1287 will be fixed and in the mean time we need working Quickstarts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month