]
Brian Stansberry resolved WFLY-2138.
------------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 8.0.0.CR1)
Resolution: Done
Fixed in
Cannot add security realm child resources in a domain
-----------------------------------------------------
Key: WFLY-2138
URL:
https://issues.jboss.org/browse/WFLY-2138
Project: WildFly
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Critical
Fix For: 8.0.0.Beta1
/] /host=master/core-service=management/security-realm=JBossTest:add
{
"outcome" => "success",
"result" => undefined,
"server-groups" => undefined
}
[domain@localhost:9990 /]
/host=master/core-service=management/security-realm=JBossTest/authentication=properties:add(path=application-users.properties,
relative-to=jboss.server.config.dir)
{
"outcome" => "failed",
"result" => undefined,
"failure-description" => "JBAS010839: Operation failed or was
rolled back on all servers.",
"rolled-back" => true,
"server-groups" => {"main-server-group" =>
{"host" => {"master" => {
"server-one" => {"response" => {
"outcome" => "failed",
"failure-description" => "JBAS014883: No resource
definition is registered for address [
(\"host\" => \"master\"),
(\"core-service\" => \"management\"),
(\"security-realm\" => \"JBossTest\"),
(\"authentication\" => \"properties\")
]",
"rolled-back" => true
}},
"server-two" => {"response" => {
"outcome" => "failed",
"failure-description" => "JBAS014883: No resource
definition is registered for address [
(\"host\" => \"master\"),
(\"core-service\" => \"management\"),
(\"security-realm\" => \"JBossTest\"),
(\"authentication\" => \"properties\")
]",
"rolled-back" => true
}}
}}}}
}
Note the addresses in the server level failure messages. It appears the /host=master
level is not being stripped from the request to the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: