[jboss-jira] [JBoss JIRA] (WFLY-9157) Can't deploy a deployment containing an org.jboss.ejb.client.EJBClientInterceptor registered using ServiceLoader

Farah Juma (JIRA) issues at jboss.org
Tue Aug 1 13:57:00 EDT 2017


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

Farah Juma moved JBEAP-12476 to WFLY-9157:
------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-9157  (was: JBEAP-12476)
             Workflow: GIT Pull Request workflow   (was: CDW with loose statuses v1)
          Component/s: EJB
                           (was: EJB)
    Affects Version/s:     (was: 7.1.0.ER3)
      Affects Testing:   (was: Regression)


> Can't deploy a deployment containing an org.jboss.ejb.client.EJBClientInterceptor registered using ServiceLoader
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-9157
>                 URL: https://issues.jboss.org/browse/WFLY-9157
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Farah Juma
>            Assignee: Farah Juma
>            Priority: Blocker
>
> A simple jar containing one class which implements {{org.jboss.ejb.client.EJBClientInterceptor}} and has a {{META-INF/services/org.jboss.ejb.client.EJBClientInterceptor}} file for registering it, will fail to deploy with:
> {noformat}
> 14:59:30,677 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.ejb3.ejbClientContext.deployment."interceptor-1.0-SNAPSHOT.jar": org.jboss.msc.service.StartException in service jboss.ejb3.ejbClientContext.deployment."interceptor-1.0-SNAPSHOT.jar": Failed to start service
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978) [jboss-msc-1.2.7.SP1-redhat-1.jar:1.2.7.SP1-redhat-1]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_144]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_144]
> 	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_144]
> Caused by: java.lang.IllegalStateException
> 	at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.2.7.SP1-redhat-1.jar:1.2.7.SP1-redhat-1]
> 	at org.jboss.as.ejb3.remote.EJBClientContextService.start(EJBClientContextService.java:101)
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032) [jboss-msc-1.2.7.SP1-redhat-1.jar:1.2.7.SP1-redhat-1]
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955) [jboss-msc-1.2.7.SP1-redhat-1.jar:1.2.7.SP1-redhat-1]
> 	... 3 more
> 14:59:30,682 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.ejb3.ejbClientContext.deployment.\"interceptor-1.0-SNAPSHOT.jar\"" => "Failed to start service
>     Caused by: java.lang.IllegalStateException"}}
> {noformat}



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


More information about the jboss-jira mailing list