Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17640

Messaging ActiveMQ server cannot be created in management model because it requires dependency on legacy security domain

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 28.0.0.Final
    • None
    • JMS
    • None
    • Hide
      1. Start EAP in standalone mode with standalone-full-ha.xml configuration
      2. Run /subsystem=messaging-activemq/server=at:add(persistence-enabled=true,async-connection-execution-enabled=true,thread-pool-max-size=10,journal-file-size=102400,journal-min-files=2,journal-type=NIO) in CLI
      Show
      Start EAP in standalone mode with standalone-full-ha.xml configuration Run /subsystem=messaging-activemq/server=at:add(persistence-enabled=true,async-connection-execution-enabled=true,thread-pool-max-size=10,journal-file-size=102400,journal-min-files=2,journal-type=NIO) in CLI
    • Regression
    • ---
    • ---

      Adding messaging server ends up with an error message:

      [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=myserver:add(persistence-enabled=true,async-connection-execution-enabled=true,thread-pool-max-size=10,journal-file-size=102400,journal-min-files=2,journal-type=NIO)
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0369: Required capabilities are not available:
          org.wildfly.security.legacy-security-domain.other; There are no known registration points which can provide this ca
      pability.",
          "rolled-back" => true
      }
      

      org.wildfly.security.legacy-security-domain.other capability is not provided by any registration point.

            ehugonne1@redhat.com Emmanuel Hugonnet
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: