[jboss-jira] [JBoss JIRA] (WFLY-2138) Cannot add security realm child resources in a domain
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Sep 23 16:12:45 EDT 2013
Brian Stansberry created WFLY-2138:
--------------------------------------
Summary: 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 at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list