"WFLYCTL0216: Management resource not found" - after upgrading to wildfly 23.0 and with prometheus enabled

Viewed 40

I am having a hard time Understanding how to solve this one. I keep getting errors on start up specifically on a containrized env- after upgrading to wildfly 23 and with prometheus is enabled. Strange thing is if prometheus is disabled wont get below error but only when prometheus is enabled then will get below error . your help is very much appreciated. from the logs:


^[[31m2022-09-06T04:48:56.466+0000  ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("system-property" => "http.max.post.size")]) - failure description: "WFLYCTL0216: Management resource '[(\"system-property\" => \"http.max.post.size\")]' not found"
^[[0m^[[31m2022-09-06T04:48:56.470+0000 ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("system-property" => "threadpool.workflow.maxthread")]) - failure description: "WFLYCTL0216: Management resource '[(\"system-property\" => \"threadpool.workflow.maxthread\")]' not found"
^[[0m^[[31m2022-09-06T04:48:56.474+0000 Etc/UTC ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("system-property" => "threadpool.sdk.maxthread")]) - failure description: "WFLYCTL0216: Management resource '[(\"system-property\" => \"threadpool.sdk.maxthread\")]' not found"
^[[0m^[[31m2022-09-06T04:48:56.477+0000  ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("system-property" => "jboss.txn-status.port")]) - failure description: "WFLYCTL0216: Management resource '[(\"system-property\" => \"jboss.txn-status.port\")]' not found"
^[[0m^[[31m2022-09-06T04:48:56.480+0000 Etc/UTC ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("system-property" => "threadpool.sdk.queuesize")]) - failure description: "WFLYCTL0216: Management resource '[(\"system-property\" => \"threadpool.sdk.queuesize\")]' not found"
[[0m^[[31m2022-09-06T04:48:56.524+0000 Etc/UTC ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
 ("subsystem" => "messaging-activemq"),
 ("server" => "default"),
 ("jms-queue" => "cluster-serviceDestination")
]) - failure description: "WFLYCTL0216: Management resource '[(\"subsystem\" => \"messaging-activemq\")]' not found"
^[[0m^[[31m2022-09-06T04:48:56.526+0000 Etc/UTC ERROR [org.jboss.as.controller.management-operation] (pool-1-thread-1) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
 ("subsystem" => "messaging-activemq"),
 ("server" => "default"),

''''
                                                                                                 
0 Answers
Related