[jboss-jira] [JBoss JIRA] Created: (AS7-707) Problem deploying to "other-server-group"

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon May 2 15:24:18 EDT 2011


Problem deploying to "other-server-group"
-----------------------------------------

                 Key: AS7-707
                 URL: https://issues.jboss.org/browse/AS7-707
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
            Reporter: Brian Stansberry
             Fix For: 7.0.0.CR1


This works for "main-server-group", but for some reason isn't working for "other-server-group":

[domain at localhost:9999 /] /host=local/server-config=server-three:start
{
    "outcome" => "success",
    "result" => "STARTING",
    "compensating-operation" => {
        "operation" => "stop",
        "address" => undefined,
        "name" => "server-three"
    }
}
[domain at localhost:9999 /] /server-group=other-server-group/deployment=test-application.war:add   
{
    "outcome" => "success",
    "result" => undefined,
    "compensating-operation" => {
        "operation" => "remove",
        "address" => [
            ("server-group" => "other-server-group"),
            ("deployment" => "test-application.war")
        ]
    }
}
[domain at localhost:9999 /] /host=local/server=server-three:read-children-name(child-type=deployment)
{
    "outcome" => "failed",
    "failure-description" => "No handler for read-children-name at address []"
}
[domain at localhost:9999 /] /host=local/server=server-three:read-children-names(child-type=deployment)
{
    "outcome" => "success",
    "result" => [],
    "compensating-operation" => undefined
}
[domain at localhost:9999 /] /server-group=other-server-group/deployment=test-application.war:add      
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => [("java.lang.IllegalStateException" => "Resource at address [
    (\"server-group\" => \"other-server-group\"),
    (\"deployment\" => \"test-application.war\")
] already exists")]}
}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list