[jboss-jira] [JBoss JIRA] (AS7-2523) Appclient doesn't clean up its remoting Endpoint
Carlo de Wolf (Created) (JIRA)
jira-events at lists.jboss.org
Sat Nov 5 06:07:45 EDT 2011
Appclient doesn't clean up its remoting Endpoint
------------------------------------------------
Key: AS7-2523
URL: https://issues.jboss.org/browse/AS7-2523
Project: Application Server 7
Issue Type: Bug
Components: Application Client
Reporter: Carlo de Wolf
Assignee: Stuart Douglas
The remoting Endpoint created in ApplicationClientStartService is never cleaned up. Since the Remoting threads are not designated as daemon, this leads to 'stale' processes.
{noformat}
"Remoting "george:MANAGEMENT" write-1" prio=10 tid=0x00002aaae813c000 nid=0x42b6 runnable [0x00000000432a4000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:210)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
- locked <0x00002aaabe94afd0> (a sun.nio.ch.Util$1)
- locked <0x00002aaabe94afb8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00002aaabe94ac10> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:84)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:125)
at java.lang.Thread.run(Thread.java:619)
{noformat}
--
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
More information about the jboss-jira
mailing list