最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

maven - drools-xml-support - Error: Cannot build index of kmodule.xml - Stack Overflow

programmeradmin1浏览0评论

drools-xml-support: 8.44.0.Final drools-core: 8.44.0.Final

I'm getting this error when running my application:

Unable to build index of kmodule.xml url=jar:nested:/deployments/bp-sessionmanager-v1-1.11.0-prc-svis-SNAPSHOT.jar/!BOOT-INF/lib/bp-libs-kie-profilazione-1.24.0.jar!/META-INF/kmodule.xml

We are currently using these drools versions:

<dependencies>    
    <dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-spring</artifactId>
    <version>7.73.0.Final</version>
</dependency>
<dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-api</artifactId>
    <version>7.59.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-core</artifactId>
    <version>7.74.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-decisiontables</artifactId>
    <version>7.74.0.Final</version>
</dependency>
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-test</artifactId>
    <version>7.73.0.Final</version>
</dependency>
    <dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-engine</artifactId>
    <version>7.74.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-xml-support</artifactId>
    <version>8.44.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-mvel</artifactId>
    <version>7.74.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-model-compiler</artifactId>
    <version>7.74.0.Final</version>
</dependency>
<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-compiler</artifactId>
    <version>7.73.0.Final</version>
</dependency>
</dependencies>

I've tried to change different drools versions to see if it was a compatibility problem, this pom version allows me to run the application locally without encountering any issues but when I deploy it I get the error: "Unable to build index of kmodule.xml"

发布评论

评论列表(0)

  1. 暂无评论