Docker,JBoss部署因java.net.ConnectException失败:JBAS012144:无法连接到http-remoting://127.0.0.1:9990。 连接超时

我们在我们的项目中使用docker。 Jboss作为服务器。

我正在运行下面的命令来启动应用程序 –

  1. ./tuna reset-server
  2. ./tuna star-server
  3. docker工人组成
  4. ./tuna重build全部
  5. ./tuna部署

当我运行'./tuna deploy'时,我看到下面的错误 –

[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) on project stratas-webapp: Could not execute goal deploy on /Users/p7111331/Documents/SpartaSystems/stratas-app/stratas-web/stratas-web-app/target/stratas-webapp.war. Reason: I/O Error could not execute operation '{ [ERROR] "operation" => "read-attribute", [ERROR] "address" => [], [ERROR] "name" => "launch-type" [ERROR] }': java.net.ConnectException: JBAS012144: Could not connect to http-remoting://127.0.0.1:9990. The connection timed out. 

我是新来的docker工人,我也不确定docker工是否是上述错误的原因。

任何人都可以帮助我。