[jboss-jira] [JBoss JIRA] Commented: (JBAS-9305) ARQ tests using ArchiveDeployer may hang in deployment API

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Thu Apr 14 06:29:33 EDT 2011


    [ https://issues.jboss.org/browse/JBAS-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595524#comment-12595524 ] 

Carlo de Wolf commented on JBAS-9305:
-------------------------------------

{noformat}
12:11:35,470 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-14) Starting deployment of "test-classes"
12:11:35,589 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit.test-classes.INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit.test-classes.INSTALL: Failed to process phase INSTALL of deployment "test-classes"
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
	at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: java.lang.NoClassDefFoundError: Ljavax/ejb/SessionContext;
	at java.lang.Class.getDeclaredFields0(Native Method) [:1.6.0_24]
	at java.lang.Class.privateGetDeclaredFields(Class.java:2291) [:1.6.0_24]
	at java.lang.Class.getDeclaredFields(Class.java:1743) [:1.6.0_24]
	at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:53)
	at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:65)
	at org.jboss.as.ee.component.AbstractComponentDescription.prepareComponentConfiguration(AbstractComponentDescription.java:392)
	at org.jboss.as.ejb3.component.session.SessionBeanComponentDescription.prepareComponentConfiguration(SessionBeanComponentDescription.java:346)
	at org.jboss.as.ee.component.AbstractComponentDescription.createComponentConfiguration(AbstractComponentDescription.java:363)
	at org.jboss.as.ee.component.ComponentInstallProcessor.deployComponent(ComponentInstallProcessor.java:104)
	at org.jboss.as.ee.component.ComponentInstallProcessor.deploy(ComponentInstallProcessor.java:67)
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
	... 4 more
Caused by: java.lang.ClassNotFoundException: javax.ejb.SessionContext from [Module "deployment.test-classes:main" from Service Module Loader]
	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:179) [jboss-modules-1.0.0.Beta18-SNAPSHOT.jar:1.0.0.Beta18-SNAPSHOT]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:357) [jboss-modules-1.0.0.Beta18-SNAPSHOT.jar:1.0.0.Beta18-SNAPSHOT]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:329) [jboss-modules-1.0.0.Beta18-SNAPSHOT.jar:1.0.0.Beta18-SNAPSHOT]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:306) [jboss-modules-1.0.0.Beta18-SNAPSHOT.jar:1.0.0.Beta18-SNAPSHOT]
	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:100) [jboss-modules-1.0.0.Beta18-SNAPSHOT.jar:1.0.0.Beta18-SNAPSHOT]
	... 15 more
{noformat}
(Don't read to much in the failure itself, it's an artificial construct.)

> ARQ tests using ArchiveDeployer may hang in deployment API
> ----------------------------------------------------------
>
>                 Key: JBAS-9305
>                 URL: https://issues.jboss.org/browse/JBAS-9305
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>         Attachments: JBAS-9305-threaddump-after-NCDFE.txt, threaddump.txt
>
>


--
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