[jboss-jira] [JBoss JIRA] (WFCORE-3562) Deployment disable-all doesn't correct function at domain
Martin Stefanko (JIRA)
issues at jboss.org
Tue Mar 6 07:16:00 EST 2018
[ https://issues.jboss.org/browse/WFCORE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541929#comment-13541929 ]
Martin Stefanko edited comment on WFCORE-3562 at 3/6/18 7:15 AM:
-----------------------------------------------------------------
The tests to be incorporated for this issue depend on the WFCORE-3566 merge
was (Author: mstefank):
The test to be incorporated for this issue depend on the WFCORE-3566 merge
> Deployment disable-all doesn't correct function at domain
> ---------------------------------------------------------
>
> Key: WFCORE-3562
> URL: https://issues.jboss.org/browse/WFCORE-3562
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Vratislav Marek
> Assignee: Martin Stefanko
> Attachments: app01.war, app02.war, app03.war
>
>
> Domain
> {noformat}
> [domain at localhost:9990 /] deployment disable-all --all-relevant-server-groups
> org.jboss.as.cli.operation.OperationFormatException: None of the server groups is specified or references specified deployment.
> [domain at localhost:9990 /]
> {noformat}
> {noformat}
> [domain at localhost:9990 /] undeploy * --keep-content --all-relevant-server-groups
> org.jboss.as.cli.operation.OperationFormatException: None of the server groups is specified or references specified deployment.
> [domain at localhost:9990 /]
> {noformat}
> {noformat}
> [domain at localhost:9990 /] deployment disable-all --server-groups=main-server-group
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-4" => "WFLYCTL0216: Management resource '[
> (\"server-group\" => \"main-server-group\"),
> (\"deployment\" => \"cli-test-app2-deploy-all.war\")
> ]' not found"}}
> [domain at localhost:9990 /]
> {noformat}
> {noformat}
> [domain at localhost:9990 /] undeploy * --keep-content --server-groups=main-server-group
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-4" => "WFLYCTL0216: Management resource '[
> (\"server-group\" => \"main-server-group\"),
> (\"deployment\" => \"cli-test-app2-deploy-all.war\")
> ]' not found"}}
> [domain at localhost:9990 /]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list