Jboss Wildfly 15.0.1最终版本:控制器在localhost:9990上不可用

Jboss Wildfly 15.0.1最终版本:控制器在localhost:9990上不可用,jboss,wildfly,Jboss,Wildfly,我正在尝试使用Wildfly/JBoss部署我制作的一个程序的war,但我在尝试连接时不断收到以下错误: [disconnected /] connect 127.0.0.1:9990 The controller is not available at 127.0.0.1:9990: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://127.0.0.1:9990. The connection

我正在尝试使用Wildfly/JBoss部署我制作的一个程序的war,但我在尝试连接时不断收到以下错误:

[disconnected /] connect 127.0.0.1:9990
The controller is not available at 127.0.0.1:9990: java.net.ConnectException: WFLYPRT0053: Could not connect
 to remote+http://127.0.0.1:9990. The connection failed: WFLYPRT0053: Could not connect to remote+http://127.0.0.1:9990
. The connection failed: Connection refused: no further information

[disconnected /] connect localhost:9990
The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0053: Could not connect
 to remote+http://localhost:9990. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:9990
. The connection failed: Connection refused: no further information

[disconnected /] connect localhost:9991
The controller is not available at localhost:9991: java.net.ConnectException: WFLYPRT0053: Could not connect
 to remote+http://localhost:9991. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:9991
. The connection failed: Connection refused: no further information

[disconnected /] connect localhost:10000
The controller is not available at localhost:10000: java.net.ConnectException: WFLYPRT0053: Could not connec
t to remote+http://localhost:10000. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:10
000. The connection failed: Connection refused: no further information

[disconnected /] connect 127.0.0.1:9999
The controller is not available at 127.0.0.1:9999: java.net.ConnectException: WFLYPRT0053: Could not connect
 to remoting://127.0.0.1:9999. The connection failed: WFLYPRT0053: Could not connect to remoting://127.0.0.1:9999. The
connection failed: Connection refused: no further information

[disconnected /] connect 127.0.0.1:10000
The controller is not available at 127.0.0.1:10000: java.net.ConnectException: WFLYPRT0053: Could not connec
t to remote+http://127.0.0.1:10000. The connection failed: WFLYPRT0053: Could not connect to remote+http://127.0.0.1:10
000. The connection failed: Connection refused: no further information

[disconnected /]
我所做的是以下步骤

1) 去Wildfly网站

2) 下载了单机版的最新版本

3) 从档案中解包

4) 双击文件jboss-cli.bat,在Windows上运行该文件

5) 键入您在上面看到的内容(在此之前,我也只键入了“connect”,没有键入任何其他内容。仍然不起作用,localhost出现了相同的错误:9990)

我必须指定这是一个干净的下载,没有配置更改,没有文件删除,没有任何修改。甚至战争也没有展开。我还尝试向Windows防火墙添加一条规则来解锁端口9990,仍然是相同的错误。在端口9990上没有任何内容正在侦听,我已签入cmd。在尝试连接命令之前,我还重新启动了电脑,因此我无法在该端口打开任何内容

我的电脑上安装了最新版本的JDK和JRE,如果有帮助的话


这个错误到底是怎么回事,我真的迷路了。

最后我解决了这个问题,解决方法非常简单。我忘记打开standalone.sh以便wildfly可以运行,这就是jboss没有连接的原因