wildfly使用--问题解决:FORCE_DEPLOY报错解决

运行环境

maven + wildfly10.0.0 + jsf2

报错信息

[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Alpha5:deploy (default-cli) on project mylabmanagement: Error executing FORCE_DEPLOY: Operation failed: "WFLYCTL0379: System boot is in process; execution of remote management operations is not currently available" -> [Help 1]

翻译一下:

Error executing FORCE_DEPLOY: Operation failed: "WFLYCTL0379: System boot is in process; execution of remote management operations is not currently available" -> [Help 1]

执行错误force_deploy:操作失败:“wflyctl0379:系统启动过程中;执行远程管理操作是当前不可用”-> [ 1 ]帮助

解决方法

重启一下wildlfy服务器。

报错原因

就是报错信息反应的“wflyctl0379:系统启动过程中;执行远程管理操作是当前不可用”,然后就要重启咯。

你可能感兴趣的:(wildfly)