[jboss-jira] [JBoss JIRA] (WFLY-10246) Required services that are not installed
Zakaria mh (JIRA)
issues at jboss.org
Tue Apr 17 04:25:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562159#comment-13562159 ]
Zakaria mh commented on WFLY-10246:
-----------------------------------
Hi, I'm not packaging multiple "war", I'm migrating an already working application on Wildfly 10.1.0 to Wildfly-Swarm. after I've decomposed the architecture on subdomaines. I've created the first microservice from a subproject (module) "war".
after the packaging when I run the uberjar whit " java -jar module1-swarm.jar " I get the error in the description (seems like there is a dependency in "jboss-all.xml" between the first microservice i've created from(module1.war) & another "ear" (module2D.ear) that's I'm going to migrate in the future)
> 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)
More information about the jboss-jira
mailing list