Question

Error with communication to assystMessagingSystem

  • 26 February 2024
  • 1 reply
  • 31 views

Badge +4

I’m working on the install of the Assyst Web Server and our first setup with the External Message System.  I believe I have everything up an going, but posting this to the community in hopes someone might have an answer.  

Once the log settles down, at the bottom are these errors.  I don’t know if this is some missing configuration OR just something to “ignore”.  

2024-02-26 14:09:27,531 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 381) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([
    ("subsystem" => "resource-adapters"),
    ("resource-adapter" => "assystMessagingSystem"),
    ("connection-definitions" => "ActiveMQConnectionFactoryPool"),
    ("statistics" => "extended")
]) - failure description: "WFLYCTL0030: No resource definition is registered for address [
    (\"subsystem\" => \"resource-adapters\"),
    (\"resource-adapter\" => \"assystMessagingSystem\"),
    (\"connection-definitions\" => \"ActiveMQConnectionFactoryPool\"),
    (\"statistics\" => \"extended\")
]"
2024-02-26 14:09:27,547 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 381) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([
    ("subsystem" => "resource-adapters"),
    ("resource-adapter" => "assystMessagingSystem"),
    ("admin-objects" => "ActiveMQQueue.queue_in"),
    ("statistics" => "extended")
]) - failure description: "WFLYCTL0030: No resource definition is registered for address [
    (\"subsystem\" => \"resource-adapters\"),
    (\"resource-adapter\" => \"assystMessagingSystem\"),
    (\"admin-objects\" => \"ActiveMQQueue.queue_in\"),
    (\"statistics\" => \"extended\")
]"
2024-02-26 14:09:27,547 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 381) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([
    ("subsystem" => "resource-adapters"),
    ("resource-adapter" => "assystMessagingSystem"),
    ("admin-objects" => "ActiveMQQueue.queue_out"),
    ("statistics" => "extended")
]) - failure description: "WFLYCTL0030: No resource definition is registered for address [
    (\"subsystem\" => \"resource-adapters\"),
    (\"resource-adapter\" => \"assystMessagingSystem\"),
    (\"admin-objects\" => \"ActiveMQQueue.queue_out\"),
    (\"statistics\" => \"extended\")
]"
2024-02-26 14:09:27,547 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 381) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([
    ("subsystem" => "resource-adapters"),
    ("resource-adapter" => "assystMessagingSystem"),
    ("statistics" => "extended")
]) - failure description: "WFLYCTL0030: No resource definition is registered for address [
    (\"subsystem\" => \"resource-adapters\"),
    (\"resource-adapter\" => \"assystMessagingSystem\"),
    (\"statistics\" => \"extended\")
]"


1 reply

Badge

Hello, 

These errors indicate that the server is trying to access resources related to the Assyst Messaging System through JBoss AS (WildFly) but is unable to find the necessary definitions or configurations for these resources. This could be due to missing or incorrect configurations in the resource adapters subsystem for ActiveMQ connections in your setup.

Thanks 
Shohaib

Reply