[
https://issues.jboss.org/browse/JBFORUMS-302?page=com.atlassian.jira.plug...
]
vijay saini updated JBFORUMS-302:
---------------------------------
Summary: on Linux Environment it is Creating File Descriptors which increases
continually (was: We are making mbean Server connection with Jboss 7 Using Below Code. )
Labels: jboss (was: )
Environment:
Jboss - Community 7.2,
OS – LINUX 64bit
Description:
We are making mbean Server connection with Jboss 7 Using Below Code.
JMXConnector jmxConnector = JMXConnectorFactory.connect(serviceURL, environment);
msc = jmxConnector.getMBeanServerConnection();
If I am running this code on Linux Environment it is Creating File Descriptors which
increases continually. (We are making Connection with Many servers in Loop).
Due to which over the time period the max limit of FD reaches for Process and it stops
creating New Connections.
We tried to closing the jmxConnector after msc.queryNames(null, null), But it didn’t
solved our Issue.
Anyone else faced this issue and have any Resolution?
Environment Details
Jboss - Community 7.2
OS – LINUX 64bit
on Linux Environment it is Creating File Descriptors which increases
continually
--------------------------------------------------------------------------------
Key: JBFORUMS-302
URL:
https://issues.jboss.org/browse/JBFORUMS-302
Project: JBoss Forums
Issue Type: Bug
Environment: Jboss - Community 7.2,
OS – LINUX 64bit
Reporter: vijay saini
Assignee: Luca Stancapiano
Labels: jboss
We are making mbean Server connection with Jboss 7 Using Below Code.
JMXConnector jmxConnector = JMXConnectorFactory.connect(serviceURL, environment);
msc = jmxConnector.getMBeanServerConnection();
If I am running this code on Linux Environment it is Creating File Descriptors which
increases continually. (We are making Connection with Many servers in Loop).
Due to which over the time period the max limit of FD reaches for Process and it stops
creating New Connections.
We tried to closing the jmxConnector after msc.queryNames(null, null), But it didn’t
solved our Issue.
Anyone else faced this issue and have any Resolution?
Environment Details
Jboss - Community 7.2
OS – LINUX 64bit
--
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