Missing dependencies jboss.serverManagement.controller.management.worker and jboss.remoting.management.channel.registry in EAP 7
Issue
We removed http-upgrade-enabled="true" from the http-interface below and then get the exception below
<management-interfaces>
<http-interface security-realm="ManagementRealm">
<socket-binding http="management-http"/>
</http-interface>
</management-interfaces>
10:33:59,405 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("management-interface" => "http-interface")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.serverManagement.controller.management.http is missing [jboss.serverManagement.controller.management.worker]",
"jboss.serverManagement.controller.management.http.shutdown is missing [jboss.remoting.management.channel.registry]"
]}
10:33:59,406 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "jmx"),
("remoting-connector" => "jmx")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]"]}
10:33:59,425 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.remoting.endpoint.management (missing) dependents: [service jboss.jmx.remoting-connector-ref]
service jboss.remoting.management.channel.registry (missing) dependents: [service jboss.serverManagement.controller.management.http.shutdown]
service jboss.serverManagement.controller.management.worker (missing) dependents: [service jboss.serverManagement.controller.management.http]
Environment
- Red Hat Enterprise Application Platform (EAP)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
