AS7 manager classes do NOT close their streams!
-----------------------------------------------
Key: JBIDE-10235
URL:
https://issues.jboss.org/browse/JBIDE-10235
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Rob Stryker
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M5
AS7 often uses the included jboss libraries to poll the server, deploy, undeploy, and stop
the server. In all of these cases, it never closes the streams opened by the as7 classes.
Users can run out of file handles if they start and stop the as7 server several times. Two
or Three threads are started by the jboss jars for each polling attempt. After 100 polling
requests, there will be over 200 threads that refuse to go away. These threads stay around
in excess of 10-15 minutes, and in some cases never close. These threads must be stopped.
--
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