[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] Created: (JBTM-893) Build is dependent upon Sun's JDK
by Tom Jenkinson (JIRA)
Build is dependent upon Sun's JDK
---------------------------------
Key: JBTM-893
URL: https://issues.jboss.org/browse/JBTM-893
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Tom Jenkinson
Assignee: Michael Musgrove
Fix For: 5.0.0.M2
We have a dependency in the arjuna module on jconsole.jar which is not shipped in openjdk for instance so our pom refers to JAVA_HOME/lib/jconsole.jar.
This needs reviewing, we could add a profile that only includes the dependency on a build when the file exists and in other profiles does not build the classes that require this Jar, but if the code is critical we need to think about a rewrite to not depend on the (presumably) proprietary Jar.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month