我在使用 jdk 17 运行 jboss 时遇到以下错误。
WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
14:28:15,062 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:" => [
"org.wildfly.core.management.security.realm.ManagementRealm",
"jboss.http-upgrade-registry.http-management"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.remoting.remoting-http-upgrade-service.http-management is missing [org.wildfly.core.management.security.realm.ManagementRealm, jboss.http-upgrade-registry.http-management]",
"org.wildfly.management.http.extensible is missing [org.wildfly.core.management.security.realm.ManagementRealm]"
]
}
我尝试了不同的 jvm 参数但不起作用
我尝试了jboss 7.4.7和jboss 7.4.10`
JBoss EAP 7.4 仅从 JBoss EAP 7.4 Update 7 开始支持 JDK 17。因此您需要升级。