[jboss-jira] [JBoss JIRA] Updated: (JBAS-6930) Make SubscriptionWatchDog a Daemon Thread
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri May 15 18:38:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger updated JBAS-6930:
--------------------------------------
Component/s: Web Services
(was: System service)
Description:
Marking the daemon flag to true will allow the VM to exit upon server shutdown. Alternatively, it upon undeploy.
"SubscriptionWatchDog" prio=1 tid=0x0000000041809c60 nid=0x33f waiting on condition [0x00007f723d587000..0x00007f723d587a70]
at java.lang.Thread.sleep(Native Method)
at org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager$WatchDog.run(SubscriptionManager.java:653)
at java.lang.Thread.run(Thread.java:595)
was:
Marking the daemon flag to true will allow the VM to exit upon server shutdown. Alternatively, kill the scanner upon undeploy.
"HDScanner" prio=1 tid=0x00007f722c171100 nid=0x356 waiting on condition [0x00007f723c560000..0x00007f723c560d70]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1841)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:131)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:533)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:526)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:470)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:674)
at java.lang.Thread.run(Thread.java:595)
Assignee: Alessio Soldano (was: Scott M Stark)
> Make SubscriptionWatchDog a Daemon Thread
> -----------------------------------------
>
> Key: JBAS-6930
> URL: https://jira.jboss.org/jira/browse/JBAS-6930
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Web Services
> Reporter: Andrew Lee Rubinger
> Assignee: Alessio Soldano
>
> Marking the daemon flag to true will allow the VM to exit upon server shutdown. Alternatively, it upon undeploy.
> "SubscriptionWatchDog" prio=1 tid=0x0000000041809c60 nid=0x33f waiting on condition [0x00007f723d587000..0x00007f723d587a70]
> at java.lang.Thread.sleep(Native Method)
> at org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager$WatchDog.run(SubscriptionManager.java:653)
> at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list