在MAVEN运行时部署错误

时间:2016-12-06 15:04:27

标签: java eclipse maven

我在尝试执行部署时遇到此错误

[INFO] BUILD FAILURE 
[INFO] Total time: 14.761 s
[INFO] Finished at: 2016-12-06T16:48:11+02:00
[INFO] Final Memory: 19M/259M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven plugin:1.0.0.Beta1:deploy (default) on project spm5: Could not execute goal deploy on D:\DIVERSE\Utile\Programe\Eclipse Neon\workspace\SPM5Rest\target\SPM5.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://localhost:9990. The connection timed out
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
`
  

我不知道为什么我在localhost:9990上出现JBAS012144错误,因为我在端口9992中使用管理控制台。或者是什么原因造成的?

0 个答案:

没有答案