[jboss-jira] [JBoss JIRA] (AS7-2507) Hang in MSC Shutdown Thread
Carlo de Wolf (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Nov 4 05:46:46 EDT 2011
[ https://issues.jboss.org/browse/AS7-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640008#comment-12640008 ]
Carlo de Wolf commented on AS7-2507:
------------------------------------
A likely cause seems to be this uncaught exception:
{noformat}
[javatest.batch] Exception in thread "Thread-12" java.lang.IllegalStateException: Failed to construct component instance
[javatest.batch] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:156)
[javatest.batch] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:78)
[javatest.batch] at org.jboss.as.appclient.service.ApplicationClientStartService$1.run(ApplicationClientStartService.java:115)
[javatest.batch] at java.lang.Thread.run(Thread.java:619)
[javatest.batch] Caused by: java.lang.RuntimeException: javax.ejb.NoSuchEJBException: No such EJB[appname=stateful_remove_annotated, modulename=stateful_remove_annotated_ejb, distinctname=, beanname=RemoveNotRetainBean, viewclassname=null]
[javatest.batch] at org.jboss.as.ejb3.remote.RemoteViewManagedReferenceFactory.getReference(RemoteViewManagedReferenceFactory.java:72)
[javatest.batch] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:102)
[javatest.batch] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[javatest.batch] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[javatest.batch] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[javatest.batch] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:90)
[javatest.batch] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[javatest.batch] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[javatest.batch] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[javatest.batch] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[javatest.batch] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[javatest.batch] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[javatest.batch] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:154)
[javatest.batch] ... 3 more
[javatest.batch] Caused by: javax.ejb.NoSuchEJBException: No such EJB[appname=stateful_remove_annotated, modulename=stateful_remove_annotated_ejb, distinctname=, beanname=RemoveNotRetainBean, viewclassname=null]
[javatest.batch] at org.jboss.ejb.client.remoting.GeneralInvocationFailureResponseHandler.processMessage(GeneralInvocationFailureResponseHandler.java:75)
[javatest.batch] at org.jboss.ejb.client.remoting.ChannelAssociation$ResponseReceiver.handleMessage(ChannelAssociation.java:296)
[javatest.batch] at org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:409)
[javatest.batch] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[javatest.batch] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[javatest.batch] ... 1 more
{noformat}
> Hang in MSC Shutdown Thread
> ---------------------------
>
> Key: AS7-2507
> URL: https://issues.jboss.org/browse/AS7-2507
> Project: Application Server 7
> Issue Type: Bug
> Components: MSC
> Reporter: Carlo de Wolf
> Assignee: David Lloyd
> Attachments: 17034-jstack.txt
>
>
--
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