[jboss-jira] [JBoss JIRA] Updated: (JBAS-9037) Hang in org.jboss.as.test.embedded.demos.ejb3.SingletonBeanTestCase
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Mar 17 18:16:45 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-9037:
-----------------------------------
Attachment: org.jboss.as.test.embedded.demos.ejb3.StatelessBeanTestCase-output.txt
Attached a thread dump in the context of the server log. This shows the hang is in the middle of deployment; i.e. there is a "Starting deployment of "ejb3-slsb-example.jar"" message but no "Completed deployment ..." No threads are blocking anywhere trying to do the deployment; the blocking threads are management layer threads waiting to be released via a notificatopn from an MSC thread that notifies a listener on the RootDeploymentUnitService.
So, that callback isn't happening.
> Hang in org.jboss.as.test.embedded.demos.ejb3.SingletonBeanTestCase
> -------------------------------------------------------------------
>
> Key: JBAS-9037
> URL: https://issues.jboss.org/browse/JBAS-9037
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 7.0.0.Beta1
> Environment: dirty 2902c003a90a3c59291e5109ed59360e1137fe5a
> Reporter: Carlo de Wolf
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: 7.0.0.Beta2
>
> Attachments: jstack.txt, org.jboss.as.test.embedded.demos.ejb3.SingletonBeanTestCase-output.txt, org.jboss.as.test.embedded.demos.ejb3.StatelessBeanTestCase-output.txt
>
>
> AS 7 hangs while trying to deploy.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list