[jboss-jira] [JBoss JIRA] Created: (JBAS-8925) Failure in the rar demo smoke test
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Mar 4 15:21:04 EST 2011
Failure in the rar demo smoke test
----------------------------------
Key: JBAS-8925
URL: https://issues.jboss.org/browse/JBAS-8925
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Brian Stansberry
Assignee: Jason Greene
Priority: Blocker
When the rar demo test is enabled in testsuite/smoke, it fails as shown below.
Stefano Maestri commented that the test "is failing due to a cl issue during jandex annotation scanning. Running the same demo give me the same result of course.
Since it was working on alpha1 and we have not changed anything on annotation, neither in iron-jacamar nor in AS7 connector subsystems, I'd like to review this and othe classloading issue with someone of the core developement to don't waste time and get a better solution."
Jason, given the mention of jandex above, I'm assigning this to you.
Running org.jboss.as.test.embedded.demos.rar.RarTestCase
14:13:52,348 INFO [org.jboss.as.server.deployment] (pool-3-thread-2) Content with name rar-example.rar added at location /Users/bstansberry/dev/jbossas/jboss-as/testsuite/smoke/target/temp-config/configs/20110304141345494/data/content/11/0c49aba1e178c7a562ccce24bb88231d2f650a/content
14:13:52,352 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "rar-example.rar"
org.jboss.as.demos.rar.archive.HelloWorldResourceAdapter from [Module "deployment.rar-example.rar:main" from Service Module Loader]
java.lang.ClassNotFoundException: org.jboss.as.demos.rar.archive.HelloWorldResourceAdapter from [Module "deployment.rar-example.rar:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:184)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:357)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:306)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:100)
at org.jboss.as.connector.annotations.repository.jandex.AnnotationImpl.getAnnotation(AnnotationImpl.java:108)
at org.jboss.jca.common.annotations.Annotations.processConfigProperty(Annotations.java:601)
at org.jboss.jca.common.annotations.Annotations.process(Annotations.java:168)
at org.jboss.jca.common.annotations.Annotations.merge(Annotations.java:125)
at org.jboss.as.connector.deployers.processors.ParsedRaDeploymentProcessor.deploy(ParsedRaDeploymentProcessor.java:101)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:103)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1367)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
14:13:52,387 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001:Failed to start service jboss.deployment.unit."rar-example.rar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."rar-example.rar".INSTALL: Failed to process phase INSTALL of deployment "rar-example.rar"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:109) [jboss-as-server-7.0.0.Alpha2-SNAPSHOT.jar:7.0.0.Alpha2-SNAPSHOT]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1367) [jboss-msc-1.0.0.Beta6.jar:1.0.0.Beta6]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_22]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.lang.NullPointerException
at org.jboss.as.connector.deployers.processors.ParsedRaDeploymentProcessor.deploy(ParsedRaDeploymentProcessor.java:128)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:103) [jboss-as-server-7.0.0.Alpha2-SNAPSHOT.jar:7.0.0.Alpha2-SNAPSHOT]
... 4 more
Caused by: java.lang.NullPointerException
at org.jboss.jca.common.annotations.Annotations.processConfigProperty(Annotations.java:609)
at org.jboss.jca.common.annotations.Annotations.process(Annotations.java:168)
at org.jboss.jca.common.annotations.Annotations.merge(Annotations.java:125)
at org.jboss.as.connector.deployers.processors.ParsedRaDeploymentProcessor.deploy(ParsedRaDeploymentProcessor.java:101)
... 5 more
--
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