在部署 WAR 文件并将 MariaDB 配置到 Wildfly 18.0.0 FInal 中时出现问题



我已经在wildfly/module/.../com/maraidb中添加了模块.xml文件和适当的mariadb连接器jar文件。我也添加了 Jar 签证控制台,但是当执行 standalone.sh 文件时,我收到这些我不确定的错误。

11:46:22,822 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "browserconfig.xml")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.datasources.ExampleDS"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module."browserconfig.xml"."browserconfig.xml".DefaultDataSource is missing [jboss.naming.context.java.jboss.datasources.ExampleDS]"]
}
I have an extra file browserconfig.xml which I deleted and it worked.
Followed the below-mentioned links and made the adjustments in standalone.xml
https://issues.redhat.com/browse/JBEAP-2405

最新更新