[jboss-jira] [JBoss JIRA] (AS7-4235) Error adding deployment to a domain

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Mar 20 12:50:48 EDT 2012


Heiko Braun created AS7-4235:
--------------------------------

             Summary: Error adding deployment to a domain 
                 Key: AS7-4235
                 URL: https://issues.jboss.org/browse/AS7-4235
             Project: Application Server 7
          Issue Type: Bug
          Components: Console
            Reporter: Heiko Braun
            Assignee: Heiko Braun
             Fix For: 7.1.2.Final


Adding deployments to domain server groups using admin console in Beta 1. I was getting consistent failures on this last week. We're going to wipe out and start fresh and see if it is still happening, but wanted to raise the issue anyway. The admin console dialog just seems to hang and then produces this error:
		
Unknown error


{noformat}

Unexpected HTTP response: 500

Request
{
    "operation" => "composite",
    "address" => [],
    "steps" => [
        {
            "address" => [
                ("server-group" => "sovereign-development-server-group"),
                ("deployment" => "configuration-1.0.0-SNAPSHOT.jar")
            ],
            "operation" => "add"
        },
        {
            "address" => [
                ("server-group" => "sovereign-development-server-group"),
                ("deployment" => "configuration-1.0.0-SNAPSHOT.jar")
            ],
            "operation" => "deploy"
        }
    ]
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",
            "rolled-back" => true
        },
        "step-2" => {
            "outcome" => "failed",
            "rolled-back" => true
        }
    },
    "failure-description" => "JBAS014654: Composite operation was rolled back",
    "rolled-back" => true 
}
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list