6 Replies Latest reply on Jun 24, 2013 4:23 PM by thinksteep

    JBoss7.1.1Final thread leak issue

    thinksteep

      Hi Community,

       

      I am having similiar issue described in following JIRA

       

      https://issues.jboss.org/browse/REMJMX-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

       

      I have standalone client on machineA which establishes connection with JBossAS7.1.1Final on machineB. Client on machineA is threaded program.

       

      When client is done with the call, threads are not clearing up.  Every call I am seeing thread count increased in JConsole and respective threads are Remoting "endpoint" read-1 and Remoting "endpoint" write-1.

       

      I looked jboss-client.jar but there is no way to findout which "remoting-jmx" version this jar has. Entries I am seeing in jboss-client.jar README.txt are:

       

      org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec

      org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec

      org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec

       

      org.jboss:jboss-remote-naming

      org.jboss.logging:jboss-logging

      org.jboss.marshalling:jboss-marshalling

      org.jboss.marshalling:jboss-marshalling-river

      org.jboss.remoting3:jboss-remoting

      org.jboss.remoting3:remoting-jmx

      org.jboss.sasl:jboss-sasl

      org.jboss.xnio:xnio-api

      org.jboss.xnio:xnio-nio

      org.jboss.netty:netty

      org.hornetq:hornetq-core-client

      org.hornetq:hornetq-jms-client

       

      Could someone please help in getting jboss-client.jar with fix for above JIRA?

       

      Thank you for your time and help.