I am using Wildfly-12 on Centos 7. When I run ./jboss-cli.sh got following error :
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
java.io.IOException: Error executing 'stty -echo ıntr undef': stty: invalid argument `ıntr'
Try 'stty --help' for more information.
: Error executing 'stty -echo ıntr undef': stty: invalid argument `ıntr'
Try 'stty --help' for more information.
and java -version output is :
java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
I hope any one know where the problem is. Thanks in advance.