]
Lin Gao updated WFLY-10333:
---------------------------
Labels: downstream_dependency (was: )
jboss.ejb.default-local-transport-provider missing in appclient mode
--------------------------------------------------------------------
Key: WFLY-10333
URL:
https://issues.jboss.org/browse/WFLY-10333
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Lin Gao
Assignee: Bartosz Baranowski
Labels: downstream_dependency
Attachments: app-client.ear
After the fix for JBEAP-14243, when trying to run an ejb client using the appclient mode,
the client server fails with the following error:
{code}
14:55:01,920 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027:
Starting deployment of "app-client.ear" (runtime-name:
"app-client.ear")
14:55:01,973 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207:
Starting subdeployment (runtime-name: "ejb.jar")
14:55:01,973 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207:
Starting subdeployment (runtime-name: "simpleClient.jar")
14:55:02,045 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473:
JNDI bindings for session bean named 'StatelessSessionBean' in deployment unit
'subdeployment "ejb.jar" of deployment "app-client.ear"' are
as follows:
java:global/app-client/ejb/StatelessSessionBean!org.jboss.as.quickstarts.appclient.server.ejb.StatelessSession
java:app/ejb/StatelessSessionBean!org.jboss.as.quickstarts.appclient.server.ejb.StatelessSession
java:module/StatelessSessionBean!org.jboss.as.quickstarts.appclient.server.ejb.StatelessSession
java:jboss/exported/app-client/ejb/StatelessSessionBean!org.jboss.as.quickstarts.appclient.server.ejb.StatelessSession
java:global/app-client/ejb/StatelessSessionBean
java:app/ejb/StatelessSessionBean
java:module/StatelessSessionBean
14:55:02,058 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP
7.1.2.GA (WildFly Core 3.0.13.Final-redhat-1) started (with errors) in 1734ms - Started
208 of 247 services (7 services failed or missing dependencies, 47 services are lazy,
passive or on-demand)
14:55:02,061 ERROR [org.jboss.as.controller.management-operation] (Thread-40)
WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment"
=> "app-client.ear")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.ejb.default-local-transport-provider"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.ejb3.ejbClientContext.deployment.\"app-client.ear\" is missing
[jboss.ejb.default-local-transport-provider]"]
}
14:55:02,062 ERROR [org.jboss.as.server] (Thread-40) WFLYSRV0021: Deploy of deployment
"app-client.ear" was rolled back with the following failure message:
{
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.ejb.default-local-transport-provider"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.ejb3.ejbClientContext.deployment.\"app-client.ear\" is missing
[jboss.ejb.default-local-transport-provider]"]
}
{code}