[jboss-jira] [JBoss JIRA] (AS7-5076) Deploy of OSGi war failed
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Apr 17 06:27:53 EDT 2013
[ https://issues.jboss.org/browse/AS7-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler reassigned AS7-5076:
-----------------------------------
Assignee: Thomas Diesler
> Deploy of OSGi war failed
> -------------------------
>
> Key: AS7-5076
> URL: https://issues.jboss.org/browse/AS7-5076
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Environment: JBoss-7.0.1-Final and JBoss-7.1.1-Final
> Reporter: Sebastian Nauck
> Assignee: Thomas Diesler
> Fix For: 8.0.0.Alpha1
>
>
> I will deploy a OSGi bundle with the suffix 'war'. This works fine on glassfish-3.1.2. But on JBoss-7.1.1-Final I get a Nullpointer.
> 10:10:49,592 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."JavaServerFaces.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."JavaServerFaces.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "JavaServerFaces.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_20]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_20]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_20]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list