gpt4 book ai didi

java - 修补 JBoss EAP 6.4 失败

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

我正在尝试使用以下命令修补我的 jboss eap 6.4:

jboss-cli.bat "patch apply jboss-eap-6.4.6-patch.zip 
--preserve=[org.jboss.resteasy.resteasy-atom-
provider:main,org.jboss.resteasy.resteasy-cdi:main,
org.jboss.resteasy.resteasy-hibernatevalidator-provider.main,
org.jboss.resteasy.resteasy-jackson-provider:main,
org.jboss.resteasy.resteasy-jaxb-provider:main,
org.jboss.resteasy.resteasy-jaxrs:main,
org.jboss.resteasy.resteasy-jettison-provider:main,
org.jboss.resteasy.resteasy-jsapi:main,
org.jboss.resteasy.resteasy-multipart-provider:main,
org.jboss.resteasy.resteasy-yaml-provider:main]"

但它失败并出现以下错误:

Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.

根据https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Installation_Guide/sect-Install_Patches_in_Zip_Form.html我应该使用:

--preserve=path(,path)</code>

我是否可能错误地解释了上面的行?

最佳答案

您无法使用 patch 命令将 6.2 版本修补到 6.4.6。 patch 命令用于累积修补,而不是从 6.2 升级到 6.4。您需要首先安装基础 JBoss EAP 6.4.0,然后应用 CP06 补丁。如果修补成功,请重新启动 JBoss 实例,您应该会看到一条日志消息,指示 JBoss EAP 6.4.6 的版本。

希望这有帮助。

关于java - 修补 JBoss EAP 6.4 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35917579/

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