[jboss-jira] [JBoss JIRA] (WFCORE-3562) Deployment disable-all doesn't correct function at domain
Vratislav Marek (JIRA)
issues at jboss.org
Tue Jan 30 03:19:00 EST 2018
Vratislav Marek created WFCORE-3562:
---------------------------------------
Summary: 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: Jean-Francois Denise
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