[jboss-as7-dev] Seeing NPE on simple war deployment
Bob McWhirter
bmcwhirt at redhat.com
Sun May 15 10:18:06 EDT 2011
I hit this also, seems there's a code-path that gets to the annotation processor without setting the list of ResourceRoots it wants to scan.
In our stuff (TorqueBox), we ended up with a processor to set that list of roots to just the DEPLOYMENT_ROOT and life worked for us.
Other processors that look for that list bail early if it's null or empty.
-Bob
On May 12, 2011, at 10:22 PM, Scott Stark wrote:
> when I pulled down the current repo and did the build, it fails on the
> smoke tests, but it did build the server target. If I try running that
> with a simple ROOT.war, it is failing to deploy with the following NPE:
>
>
> 19:17:45,706 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
> MSC00001: Failed to start service
> jboss.deployment.unit."ROOT.war".PARSE:
> org.jboss.msc.service.StartException in service
> jboss.deployment.unit."ROOT.war".PARSE: Failed to process phase PARSE of
> deployment "ROOT.war"
> at
> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
> at
> org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
> 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:680) [:1.6.0_24]
> Caused by: java.lang.NullPointerException
> at
> org.jboss.as.server.deployment.annotation.AnnotationIndexUtils.getAnnotationIndexes(AnnotationIndexUtils.java:55)
> at
> org.jboss.as.web.deployment.WarAnnotationDeploymentProcessor.deploy(WarAnnotationDeploymentProcessor.java:116)
> at
> org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
> ... 4 more
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
More information about the jboss-as7-dev
mailing list