“WFLYCTL0216: Management resource not found”

为君一笑 提交于 2020-04-16 04:54:12

问题


I am passing dbUrl through systemProperties to maven-cargo plugin with wildfly15 container. But getting the following error. Please help to understand the reason

[INFO] [talledLocalContainer] 17:52:06,880 ERROR [org.jboss.as.cli.CommandContext] (main) {
[INFO] [talledLocalContainer]     "outcome" => "failed",
[INFO] [talledLocalContainer]     "failure-description" => "WFLYCTL0216: Management resource '[(\"system-property\" => \"dbUrl\")]' not found",
[INFO] [talledLocalContainer]     "rolled-back" => true
[INFO] [talledLocalContainer] }
[INFO] [talledLocalContainer] {
[INFO] [talledLocalContainer]     "outcome" => "failed",
[INFO] [talledLocalContainer]     "failure-description" => "WFLYCTL0216: Management resource '[(\"system-property\" => \"dbUrl\")]' not found",
[INFO] [talledLocalContainer]     "rolled-back" => true
[INFO] [talledLocalContainer] }

来源:https://stackoverflow.com/questions/54905522/wflyctl0216-management-resource-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!