gpt4 book ai didi

Jboss AS7部署警告: does not point to a valid jar for a Class-Path reference

转载 作者:行者123 更新时间:2023-12-03 07:04:15 25 4
gpt4 key购买 nike

在 jboss AS7 中部署 .war 时,我收到以下警告。有什么想法吗?

(MSC service thread 1-4) Class Path entry commons-beanutils.jar in "/content/test-1.0.0.war/WEB-INF/lib/struts-1.2.9.jar" does not point to a valid jar for a Class-Path reference.

PS。 commons-beanutils-1.7.0.jar 已位于 lib 文件夹中。

最佳答案

这只是一个警告,在大多数情况下您可以安全地忽略它。

它告诉你的是,在你的 struts-1.2.9.jar 中有 META-INF/MANIFEST.MF在类路径中引用“commons-beanutils.jar”并且无法引用此文件/jar。但鉴于您有 commons-beanutils-1.7.0.jar ,一切都会正常工作。

要消除警告,您可以做两件事:

  • 将 commons-beanutils-1.7.0.jar 重命名为 commons-beanutils.jar 或
  • 打开 struts-1.2.9.jar!META-INF/MANIFEST.MF 并删除该 Class-Path 元素。

但正如我所说,这主要是信息性警告。

关于Jboss AS7部署警告: does not point to a valid jar for a Class-Path reference,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15681870/

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