Bug 1015532 - RBAC: Unable to assign deployment to a server group using assign button from content repository page
Summary: RBAC: Unable to assign deployment to a server group using assign button from ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Heiko Braun
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-04 13:04 UTC by Radim Hatlapatka
Modified: 2015-02-01 23:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-04 13:24:22 UTC
Type: Bug


Attachments (Terms of Use)

Description Radim Hatlapatka 2013-10-04 13:04:44 UTC
Description of problem:
When trying to assign deployment to a server-group using assign button on content repository page it fails with [1] (when I go via runtime->manage deployments->server groups->specific server group, I am able to assign the deployment)

[1]
Failed to add Deployment testJira2.war

Unexpected HTTP response: 500

Request
{
    "operation" => "composite",
    "address" => [],
    "steps" => [
        {
            "address" => [
                ("server-group" => "main-server-group"),
                ("deployment" => "testJira2.war")
            ],
            "operation" => "add"
        },
        {
            "address" => [
                ("server-group" => "main-server-group"),
                ("deployment" => "testJira2.war")
            ],
            "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" => "JBAS010839: Operation failed or was rolled back on all servers.",
    "rolled-back" => true
}




Version-Release number of selected component (if applicable):
EAP 6.2.0.ER4 domain mode

Comment 1 Heiko Braun 2013-10-04 13:11:47 UTC
please attach the server log and a reprodcuer binary

Comment 2 Radim Hatlapatka 2013-10-04 13:24:22 UTC
Actually my bad, there is dependency on some server configuration in the deployment I used. I have rechecked it with proper deployment and it works as expected.


Note You need to log in before you can comment on or make changes to this bug.