0 Replies Latest reply on Jun 6, 2015 8:16 AM by pradeep.narsing Branched from an earlier discussion.

    Undeployment of a WAR file from CLI fails with error

    pradeep.narsing

      Hi Team,

       

      I am undeploying the jboss war file, observing below issue.

       

      [root@hostname ~]# /opt/apphome/jboss_se/current/bin/jboss-cli.sh --controller=hostname:9999 --connect --user=XXXXX --password=XXXXXX@123 --command=/deployment=abcde.war:remove

      {

          "outcome" => "failed",

          "failure-description" => {"domain-failure-description" => "JBAS014807: Management resource '[(\"deployment\" => \"abcde.war\")]' not found"},

          "rolled-back" => true

      }

      [root@hostname ~]#