jbas015852 could not index class java.lang.IllegalStateException: Unknown tag

前端 未结 1 1677
不知归路
不知归路 2021-02-08 02:46

This error happens when deploying to a local JBOSS server. Is there a way to resolve this warning?

22:31:22,992 WARN [org.jboss.as.server.deployment] (MS

相关标签:
1条回答
  • 2021-02-08 03:06

    I'm using JBoss EAP 6.3 with patch 6.3.3 but to solve the problem I need to use jandex from JBoss EAP 6.4. I just replace "jandex-1.0.3.Final-redhat-2.jar" for "jandex-1.2.2.Final-redhat-1.jar" in JBoss modules and problem was solved.

    There is a issue in JBoss of it, maybe problems with Java 8 or lambda expressions that Jandex can´t index. See this link This is the link of the issue Bug 1193113 I hope that help you

    0 讨论(0)
提交回复
热议问题