gpt4 book ai didi

maven - 无法在项目上执行目标 org.wildfly.plugins :wildfly-maven-plugin:1. 0.0.Final:deploy (default-cli)

转载 作者:行者123 更新时间:2023-12-01 15:00:43 24 4
gpt4 key购买 nike

我正在开发具有以下文件夹结构的 Java EE 7 Maven 多模块项目。

+---parent-module
+---module-domain
+---module-service
+---module-web

我想配置 Wildfly maven 插件以将 ap 部署/取消部署到 Wildfly app server 8.0.0 这是 pom.xml(在父模块的 pom 中):

    <plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.0.0.Final</version>

<configuration>
<hostname>127.0.0.1</hostname>
<port>9990</port>
<username>admin</username>
<password>admin</password>
<!-- <jbossHome>C:/tools/wildfly-8.0.0.Final</jbossHome> -->
</configuration>
</plugin>

this is the log :

Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.0.Final:deploy (default-cli) on project .....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

====>有什么线索吗?

谢谢

最佳答案

看起来 WildFly 服务器没有运行。您是手动启动它,还是也在 POM 中使用 wildfly:start

关于maven - 无法在项目上执行目标 org.wildfly.plugins :wildfly-maven-plugin:1. 0.0.Final:deploy (default-cli),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27904623/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com