-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR5
-
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:
- get fresh EAP
- ./domain.sh
- ./jboss-cli.sh -c
- /profile=test:add
- /profile=test:list-add(name=includes,value=default)
- Go to http://localhost:9990
- 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
- is cloned by
-
HAL-741 "Management resource not found" on support of composition of profiles
- Resolved
- is related to
-
JBEAP-433 Some subsystems don't show information about parent profile in web console
- Closed
- relates to
-
JBEAP-409 Inconsistent visibility of subsystem children in including profiles
- Closed