No resource definition is registered for address [...] during JBoss EAP startup
Issue
- We are getting the error
WFLYCTL0030: No resource definition is registered for address
During JVM startup -
The following errors appear in server.log during server startup:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "MyWar1.war")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"MyWar1.war\".PARSE"], "Services that may be the cause:" => [ "jboss.http-upgrade-registry.default", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector", "jboss.undertow.bufferCache.default" ] }} ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "MyWar2.war")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"MyWar2.war\".PARSE"], "Services that may be the cause:" => [ "jboss.http-upgrade-registry.default", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector", "jboss.undertow.bufferCache.default"] }} ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "WebApp.war")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => ["jboss.deployment.unit.\"WebApp.war\".PARSE"], "Services that may be the cause:" => [ "jboss.http-upgrade-registry.default", "jboss.remoting.remotingConnectorInfoService.http-remoting-connector", "jboss.undertow.bufferCache.default" ] }} ... WFLYCTL0183: Service status report WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.http-upgrade-registry.default (missing) dependents: [service jboss.messaging-activemq.default] service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector] service jboss.undertow.bufferCache.default (missing) dependents: [service jboss.undertow.servlet-container.default]
Environment
- Red Hat JBoss Enterprise Application Platform (JBoss EAP)
- 7.0.8
- Undertow subsystem
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.