【问题标题】:issues while doing deployment of war file and doing configuration of mariadb into wildfly 18.0.0 FInal部署war文件并将mariadb配置到wildfly 18.0.0 Final时出现问题
【发布时间】:2020-06-02 09:21:55
【问题描述】:

我在 wildfly/module/.../com/maraidb 中添加了 module.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]"]
}

【问题讨论】:

  • 您是否创建了数据源?它在工作吗?你能分享你的配置吗?
  • @ehsavoie,我已经添加了我的standalone.xml 文件,如果我是对的,请检查一下

标签: jboss wildfly wildfly-11 wildfly-18 jboss-wildfly-11


【解决方案1】:
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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-10-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-03-13
    • 2011-06-03
    • 2014-08-16
    相关资源
    最近更新 更多