[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1982) Fix hang(s) in ejbthree1116 test
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Thu Jan 28 08:13:19 EST 2010
[ https://jira.jboss.org/jira/browse/EJBTHREE-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12508982#action_12508982 ]
Carlo de Wolf commented on EJBTHREE-1982:
-----------------------------------------
The kernel context associated with (and referenced from) the CachedConnectionManager is keeping a dependsOnMe reference to the kernel context of the EJBContainer (which has a bean metadata with a pre-instantiated EJBContainer in it). The association came into being because of @Inject EJBCotnainer.setCachedConnectionManager(ComponentStack).
> Fix hang(s) in ejbthree1116 test
> --------------------------------
>
> Key: EJBTHREE-1982
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1982
> Project: EJB 3.0
> Issue Type: Task
> Components: testsuite
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Critical
> Attachments: graph.png, server.log.2010-01-27
>
>
> [junit] "main" prio=10 tid=0x0000000048b0f800 nid=0x6a6c in Object.wait() [0x00000000403f0000]
> [junit] java.lang.Thread.State: WAITING (on object monitor)
> [junit] at java.lang.Object.wait(Native Method)
> [junit] - waiting on <0x00002aaab3700bf8> (a java.lang.Thread)
> [junit] at java.lang.Thread.join(Thread.java:1143)
> [junit] - locked <0x00002aaab3700bf8> (a java.lang.Thread)
> [junit] at java.lang.Thread.join(Thread.java:1196)
> [junit] at org.jboss.ejb3.test.ejbthree1116.unit.ContainerShutdownTestCase.testConcurrentRemove(ContainerShutdownTestCase.java:203)
--
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