Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3566

Different results of disabling commands already disabled deployment

    XMLWordPrintable

Details

    Description

      Different command result of disabling already disabled deployment in standalone and domain mode

      • In standalone return
        WFLYCTL0155: 'steps' may not be null
        
      • In domain return nothing, no warning or error
      [standalone@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@localhost:9990 /] deployment disable cli-test-app1-deploy-all.war
      WFLYCTL0155: 'steps' may not be null
      [standalone@localhost:9990 /]
      
      [domain@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@localhost:9990 /] deployment disable --server-groups=main-server-group cli-test-app1-deploy-all.war
      [domain@localhost:9990 /]
      

      Attachments

        Issue Links

          Activity

            People

              mstefank Martin Stefanko
              vmarek@redhat.com Vratislav Marek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: