我在 Centos 7 上使用 Wildfly-12。当我运行 ./jboss-cli.sh 时出现以下错误:
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.
和 java -version 输出是:
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)
我希望任何人都知道问题出在哪里。提前致谢。