Error while starting JBoss - Could not read provided index: /content/<<warFile>>r/WEB-INF/lib/camel-api-3.0.1.jar/META-INF/jandex.idx

只愿长相守 提交于 2020-06-26 08:06:12

问题


In our project, we are using Spring Boot 2.2.4 and Apache Camel 3.0.1 and deploying the application as a war file in JBoss EAP 7.2.0. I am getting the following error while deploying the application in JBoss

2020-03-11 20:35:59,822 ERROR [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0002: Could not read provided index: /content/<>/WEB-INF/lib/camel-api-3.0.1.jar/META-INF/jandex.idx

Similarly I am getting error on other jandex.idx files in other locations. Can anyone please guide me what should be done here?

来源:https://stackoverflow.com/questions/61314985/error-while-starting-jboss-could-not-read-provided-index-content-warfile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!