2 Replies Latest reply on May 30, 2017 5:03 AM by mayerw01

    Wildfly 8.2.0 jboss-cli.sh --connect command=:shutdown error

    ngvsunbaby

      HI All,

      I will be thankful if someone can help me with this.

      I`m using automation on Linux env. xfat framework  which is based on java and there is tag which should stop jboss via cli.

      I receive this error:

      Tag CommandLine: /app/wildfly/bin/jboss-cli.sh  --connect command=:shutdown is being executed
      Tag New process info is being executed
      ':shutdown' is assumed to be a command(s) but the commands to execute have been specified by another argument: []

      It seems like don`t get anything after command, because [] here is empty.

       

      I tried:

      jboss-cli.sh --connect command=:shutdown

      jboss-cli.sh -c --command=:shutdown

      jboss-cli.sh --connect :shutdown

      jboss-cli.sh  --connect --command=:shutdown

       

      and every time is like that.

      When I made it manually there is no problem.

       

      Do you have any suggestion from what can be?