[jboss-jira] [JBoss JIRA] (WFCORE-3562) Deployment disable-all doesn't correct function at domain
Jean-Francois Denise (JIRA)
issues at jboss.org
Tue Jan 30 10:01:00 EST 2018
[ https://issues.jboss.org/browse/WFCORE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526034#comment-13526034 ]
Jean-Francois Denise commented on WFCORE-3562:
----------------------------------------------
[~vmarek], are you 100% sure of your steps?
I did:
[domain at localhost:9990 /] deployment deploy-file ../../NetBeansProjects/TestApp/dist/TestApp.war --server-groups=main-server-group,other-server-group --name=Test2
[domain at localhost:9990 /] deployment deploy-file ../../NetBeansProjects/TestApp/dist/TestApp.war --server-groups=main-server-group,other-server-group
[domain at localhost:9990 /] deployment disable Test2 --server-groups=other-server-group
[domain at localhost:9990 /] deployment disable TestApp.war --server-groups=main-server-group
[domain at localhost:9990 /] deployment disable-all --all-relevant-server-groups
And it worked as expected. Am I missing something? Thank-you.
> 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