gpt4 book ai didi

chalice 未能建立 war

转载 作者:行者123 更新时间:2023-12-02 14:27:11 24 4
gpt4 key购买 nike

有人以前见过这个问题吗?这是什么原因?

Error executing script War: loader constraint violation in interface itable initialization: when resolving method "groovy.util.XmlParser.setDocumentLocator(Lorg/xml/sax/Locator;)V" the class loader (instance of org/codehaus/groovy/grails/cli/support/GrailsRootLoader) of the current class, groovy/util/XmlParser, and the class loader (instance of ) for interface org/xml/sax/ContentHandler have different Class objects for the type org/xml/sax/Locator used in the signature

at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at _GrailsWar_groovy$_run_closure4.class$(_GrailsWar_groovy) at _GrailsWar_groovy$_run_closure4.$get$$class$groovy$util$XmlParser(_GrailsWar_groovy) at _GrailsWar_groovy$_run_closure4.doCall(_GrailsWar_groovy:186) at War$_run_closure1.doCall(War.groovy:38) at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:427) at
gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:415) at
gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at
gant.Gant.executeTargets(Gant.groovy:590) at
gant.Gant.executeTargets(Gant.groovy:589)



编辑 :正如 Tim 和 Peter 下面的回答,这个问题是一个典型的 xml-api lib 妨碍类加载器。从 Ivy 缓存目录中删除它后,我能够运行依赖报告并清楚地看到它被 hibernate->dom4j->xml-api 拉入。我在另一台具有相同代码库的机器上运行了相同的报告,但没有看到这种依赖关系被引入。所以我仍然试图找出导致这个问题的原因。我的快速解决方法是在 BuildConfig 中添加以下内容
inherits("global") {
excludes ( "xml-apis", "commons-digester")
}

最佳答案

Sounds like something已拉xml-apis模块到你的类路径中。

GroovyWS 有时是罪魁祸首。您最近是否在依赖项中添加了任何内容?

我认为该项目过去可以工作......所以它一定是最近有人添加的

回顾您的源代码管理可能会帮助您了解它是什么......

还是有人卡在 JAVA_HOME/lib/ext 中?

关于 chalice 未能建立 war ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7592593/

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