JDK 17 with JBoss EAP 7.4.8 seeing errors during startup
Issue
When using JDK 17 with JBoss EAP 7.4.8 seeing the below errors
[
("core-service" => "management"),
("management-interface" => "http-interface")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.http-upgrade-registry.http-management",
"org.wildfly.core.management.security.realm.ManagementRealm"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.remoting.remoting-http-upgrade-service.http-management is missing [jboss.http-upgrade-registry.http-management, org.wildfly.core.management.security.realm.ManagementRealm]",
"org.wildfly.management.http.extensible is missing [org.wildfly.core.management.security.realm.ManagementRealm]"
]
}
2024-10-09 17:55:42,279 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "remoting"),
("http-connector" => "http-remoting-connector")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.core.management.security.realm.ApplicationRealm"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.remoting.remoting-http-upgrade-service.http-remoting-connector is missing [org.wildfly.core.management.security.realm.ApplicationRealm]"]
}
2024-10-09 17:55:42,372 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "undertow"),
("server" => "default-server"),
("https-listener" => "https")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.core.management.security.realm.ApplicationRealm"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["org.wildfly.undertow.listener.https is missing [org.wildfly.core.management.security.realm.ApplicationRealm]"]
}
2024-10-09 17:55:42,373 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "security"),
("security-domain" => "other")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.security.security-management",
"jboss.security.jaas"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.security.security-domain.other is missing [jboss.security.security-management, jboss.security.jaas]"]
}
2024-10-09 17:55:42,376 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "security"),
("security-domain" => "jboss-web-policy")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.security.security-management",
"jboss.security.jaas"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.security.security-domain.jboss-web-policy is missing [jboss.security.security-management, jboss.security.jaas]"]
}
2024-10-09 17:55:42,380 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "security"),
("security-domain" => "jaspitest")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.security.security-management",
"jboss.security.jaas"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.security.security-domain.jaspitest is missing [jboss.security.security-management, jboss.security.jaas]"]
}
2024-10-09 17:55:42,382 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "security"),
("security-domain" => "jboss-ejb-policy")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.security.security-management",
"jboss.security.jaas"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.security.security-domain.jboss-ejb-policy is missing [jboss.security.security-management, jboss.security.jaas]"]
}
2024-10-09 17:55:42,383 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "undertow"),
("server" => "default-server"),
("host" => "default-host"),
("setting" => "http-invoker")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.core.management.security.realm.ApplicationRealm"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["org.wildfly.undertow.http-invoker.host.default-host.http-invoker is missing [org.wildfly.core.management.security.realm.ApplicationRealm]"]
}
2024-10-09 17:55:42,387 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0459: Triggering roll back due to missing management services.
2024-10-09 17:55:42,388 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("management-interface" => "http-interface")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.http-upgrade-registry.http-management",
"org.wildfly.core.management.security.realm.ManagementRealm"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.remoting.remoting-http-upgrade-service.http-management is missing [jboss.http-upgrade-registry.http-management, org.wildfly.core.management.security.realm.ManagementRealm]",
"org.wildfly.management.http.extensible is missing [org.wildfly.core.management.security.realm.ManagementRealm]"
]
}
Environment
- JBoss Enterprise Application Platform
- 7.4.8
- JDK
- 17
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.