[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 Oct 7 17:33:02 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved WFLY-2138.
------------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 8.0.0.CR1)
Resolution: Done
Fixed in https://github.com/wildfly/wildfly/commit/5a663d4513ff3fd1d187cf47cbbaf1dc4ba1a47e
> 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