Converting JBoss EAP domain.xml to standalone-full.xml
Issue
We converted the domain.xml
configuration to using the standalone-full.xml
, but when the server is restarted there is a dependency issue.
2023-10-26 13:38:04,149 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "jmx"),
("remoting-connector" => "jmx")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.remoting.endpoint.management"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]"]
}^M
2023-10-26 13:38:04,152 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("security-realm" => "ApplicationRealm")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.server.path.\"jboss.domain.config.dir\""],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"org.wildfly.core.management.security.realm.ApplicationRealm.properties_authorization is missing [jboss.server.path.\"jboss.domain.config.dir\"]",
"org.wildfly.core.management.security.realm.ApplicationRealm.properties_authentication is missing [jboss.server.path.\"jboss.domain.config.dir\"]",
"org.wildfly.core.management.security.realm.ApplicationRealm.key-manager is missing [jboss.server.path.\"jboss.domain.config.dir\"]"
]
}^M
2023-10-26 13:38:04,153 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("security-realm" => "ApplicationRealm")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.server.path.\"jboss.domain.config.dir\""],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"org.wildfly.core.management.security.realm.ApplicationRealm.properties_authorization is missing [jboss.server.path.\"jboss.domain.config.dir\"]",
"org.wildfly.core.management.security.realm.ApplicationRealm.properties_authentication is missing [jboss.server.path.\"jboss.domain.config.dir\"]",
"org.wildfly.core.management.security.realm.ApplicationRealm.key-manager is missing [jboss.server.path.\"jboss.domain.config.dir\"]"
]
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.