Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-22908

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Blocker Blocker
    • None
    • 8.0.0.Alpha-DR1
    • Documentation
    • None
    • False
    • False
    • Regression
    • 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

      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.

              dsoni@redhat.com Dhruv Soni
              jkasik@redhat.com Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: