当我无法访问CLI工具时,如何关闭JBoss Wildfly?

栏目: Java · 发布时间: 5年前

内容简介:翻译自:https://stackoverflow.com/questions/34053244/how-do-i-shutdown-jboss-wildfly-when-i-cant-access-the-cli-tool
我使用Wildfly 10.0.0.CR2和 Java

8.我让Wildfly在端口8080上侦听http连接,并且过去使用此命令关闭服务器…

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

有时,即使服务器仍在运行,我也无法访问此工具.请注意我的Mac下面的交互…

Daves-MacBook-Pro-2:bin davea$./jboss-cli.sh --connect command=:shutdown
Failed to connect to the controller: The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://localhost:9990. The connection timed out: WFLYPRT0023: Could not connect to http-remoting://localhost:9990. The connection timed out
Daves-MacBook-Pro-2:bin davea$telnet localhost 8080
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

我的问题是,什么是关闭JBoss服务器的万无一失的方法?注意我更喜欢不依赖于CLI工具的方法.

我怀疑它有时无法连接,因为我可以在telnet上看到localhost首先解析为ipv6.你有没有尝试过:

./bin/jboss-cli.sh --connect controller=127.0.0.1:9990 command=:shutdown

除此之外你总是可以杀死PID:

pgrep -d" " -f "wildfly" | xargs kill;

翻译自:https://stackoverflow.com/questions/34053244/how-do-i-shutdown-jboss-wildfly-when-i-cant-access-the-cli-tool


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

成功由我

成功由我

刘世英、彭征 / 湖南人民出版社 / 2010-2 / 28.00元

《成功由我:李彦宏快乐成功之道》讲述:他,18岁高分考入北京大学,毕业后到美国名校学习最热门的计算机专业,然后闯荡于华尔街和硅谷这两大金融和技术圣地,31岁回国创立百度……到如今身价数十亿美元,领导的百度发展成为全球第二大搜索引擎,在国内搜索市场占据近八成的市场份额,将有“上帝”之称的Google抛在身后,最近他又掀起了“框计算”风暴,并雄心万丈宣称“未来十年,要让百度在全球一半以上国家成为家喻户......一起来看看 《成功由我》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换