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

"Management resource not found" on support of composition of profiles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR8
    • 7.0.0.DR5
    • Web Console
    • None

      Description of problem:
      Management resource not found error during clicking on Mail, Infinispan and Security subsystems on profile, that inherits all subsystems from default profile. Hierarchical Composition of Profiles was added to AS in EAP7-281 and HAL-615.

      How reproducible:
      Always

      Steps to Reproduce:

      1. get fresh EAP
      2. ./domain.sh
      3. ./jboss-cli.sh -c
      4. /profile=test:add
      5. /profile=test:list-add(name=includes,value=default)
      6. Go to http://localhost:9990
      7. Configuration -> Profiles -> test -> (Mail or Infinispan or Security)

      Actual results:

      Unknown error
      Unexpected HTTP response: 500
      
      Request
      {
          "address" => [
              ("profile" => "test"),
              ("subsystem" => "mail")
          ],
          "child-type" => "mail-session",
          "operation" => "read-children-resources",
          "recursive" => true
      }
      
      Response
      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0216: Management resource '[
          (\"profile\" => \"test\"),
          (\"subsystem\" => \"mail\")
      ]' not found",
          "rolled-back" => true
      }
      

      Expected results:
      No errors

              rhn-support-hbraun Heiko Braun
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: