[
https://issues.jboss.org/browse/WFLY-10246?page=com.atlassian.jira.plugin...
]
Brian Stansberry commented on WFLY-10246:
-----------------------------------------
If your application includes a jboss-all.xml with 'dependency
name="module2D-3.3.0.ear"' and there is no such ear deployed as part of your
uberjar, it definitely wont work. That configuration tells the appserver that there
should be another deployment inside the same appserver VM.
Required services that are not installed
----------------------------------------
Key: WFLY-10246
URL:
https://issues.jboss.org/browse/WFLY-10246
Project: WildFly
Issue Type: Bug
Affects Versions: 10.1.0.Final
Environment: migrating wildfly 10.1.0 to widfly-swarm 2017.11.0
Reporter: Zakaria mh
Assignee: Jason Greene
Labels: Swarm
ERROR [org.jboss.as.controller.management-operation] (main) WFLYCTL0013: Operation
("add") failed - address: (("deployment" =>
"module1-3.3.0-SNAPSHOT.war")) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.deployment.unit.\"module2D-3.3.0-SNAPSHOT.ear\".deploymentCompleteService"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.deployment.unit.\"module1-3.3.0-SNAPSHOT.war\".PARSE is missing
[jboss.deployment.unit.\"module2D-3.3.0-SNAPSHOT.ear\".deploymentCompleteService]"]
}
[0m [31m2018-04-16 12:13:59,010 ERROR [org.jboss.as.server] (main) WFLYSRV0021: Deploy
of deployment "module1-3.3.0-SNAPSHOT.war" was rolled back with the following
failure message:
{
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.deployment.unit.\"module2D-3.3.0-SNAPSHOT.ear\".deploymentCompleteService"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.deployment.unit.\"module1-3.3.0-SNAPSHOT.war\".PARSE is missing
[jboss.deployment.unit.\"module2D-3.3.0-SNAPSHOT.ear\".deploymentCompleteService]"]
}
[0m [0m2018-04-16 12:13:59,789 INFO [org.jboss.as.server.deployment] (MSC service
thread 1-3) WFLYSRV0028: Stopped deployment module1-3.3.0-SNAPSHOT.war (runtime-name:
module1-3.3.0-SNAPSHOT.war) in 779ms
[0m [0m2018-04-16 12:13:59,790 INFO [org.jboss.as.controller] (main) WFLYCTL0183:
Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service
jboss.deployment.unit."module2D-3.3.0-SNAPSHOT.ear".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."module1-3.3.0-SNAPSHOT.war".PARSE]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)