[jboss-jira] [JBoss JIRA] (WFLY-4926) Getting intermittent errors when redeploying a JAX-RS/CDI application on WildFly using Maven

Darran Lofthouse (JIRA) issues at jboss.org
Fri Jul 7 12:52:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse reassigned WFLY-4926:
--------------------------------------

    Assignee:     (was: Jason Greene)


> Getting intermittent errors when redeploying a JAX-RS/CDI application on WildFly using Maven
> --------------------------------------------------------------------------------------------
>
>                 Key: WFLY-4926
>                 URL: https://issues.jboss.org/browse/WFLY-4926
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 9.0.0.Final
>         Environment: Windows 8.1 Pro x64, JDK 1.8.0
>            Reporter: Danilo Cominotti Marques
>
> When I redeploy a JAX-RS/CDI application (without JPA) on WildFly 9.0.0.Final using the Maven plugin's wildfly:redeploy command, I get intermittent errors:
> 18:05:33,204 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."project.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."project.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "project.war"
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
>         at org.wildfly.extension.security.manager.deployment.PermissionsParseProcessor.deploy(PermissionsParseProcessor.java:104)
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
>         ... 5 more
> 18:19:56,843 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."project.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."project.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "project.war"
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IllegalStateException: WFLYSRV0195: Cannot obtain required module for: deployment "project.war"
>         at org.jboss.as.server.deployment.reflect.InstallReflectionIndexProcessor.deploy(InstallReflectionIndexProcessor.java:54)
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
>         ... 5 more
> 18:20:46,193 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."project.war".DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit."project.war".DEPENDENCIES: WFLYSRV0153: Failed to process phase DEPENDENCIES of deployment "project.war"
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
>         at org.jboss.as.ee.component.deployers.EEDefaultPermissionsProcessor.deploy(EEDefaultPermissionsProcessor.java:87)
>         at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
>         ... 5 more



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list