[jboss-jira] [JBoss JIRA] (WFCORE-3566) Different results of disabling commands already disabled deployment

Vratislav Marek (JIRA) issues at jboss.org
Tue Jan 30 07:42:00 EST 2018


Vratislav Marek created WFCORE-3566:
---------------------------------------

             Summary: Different results of disabling commands already disabled deployment
                 Key: WFCORE-3566
                 URL: https://issues.jboss.org/browse/WFCORE-3566
             Project: WildFly Core
          Issue Type: Bug
          Components: CLI
            Reporter: Vratislav Marek
            Assignee: Jean-Francois Denise


*Different command result in standalone and domain mode*
* In standalone return 
{noformat}
WFLYCTL0155: 'steps' may not be null
{noformat}
* In domain return nothing, no warning or error

{noformat}
[standalone at localhost:9990 /] deployment info
NAME                        RUNTIME-NAME                PERSISTENT ENABLED STATUS  
cli-test-another-deploy.war cli-test-another-deploy.war true       true    OK      
cli-test-app1-deploy.war    cli-test-app1-deploy.war    true       false   STOPPED 
cli-test-app2-deploy.war    cli-test-app2-deploy.war    true       true    OK      
[standalone at localhost:9990 /] deployment disable cli-test-app1-deploy-all.war
WFLYCTL0155: 'steps' may not be null
[standalone at localhost:9990 /]
{noformat}

{noformat}
[domain at localhost:9990 /] deployment info --server-groups=main-server-group
NAME                            RUNTIME-NAME                    STATE     
cli-test-another-deploy-all.war cli-test-another-deploy-all.war enabled   
cli-test-app1-deploy-all.war    cli-test-app1-deploy-all.war    added     
cli-test-app2-deploy-all.war    cli-test-app2-deploy-all.war    not added 
cli-test-app3-deploy-all.war    cli-test-app3-deploy-all.war    enabled   
[domain at localhost:9990 /] deployment disable --server-groups=main-server-group cli-test-app1-deploy-all.war
[domain at localhost:9990 /]
{noformat}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list