I am unable to stop the wildfly 10 standalone server in Linux Env. And using the following commands:
start: ./standalone.sh (working fine)
stop: ./jboss-cli.sh -c --command=:shutdown (Unable to stop the server)
Note: Stop command is working fine in windows env by executing the command:
jboss-cli.bat -c --command=:shutdown(timeout=60)