icu4j-2.6.1.jar: java.lang.IllegalStateException: Unknown tag! pos=40 poolCount = 47 -
recently working in migration project existing application required upgraded jboss5 jboss7
when deploying existing wars new jboss7 server, getting below warning.
016-06-07 12:21:05,841 warn [org.jboss.as.server.deployment] (msc service thread 1-4) jbas015852: not index class com/ibm/icu/impl/data/localeelements_zh__pinyin.class @ /../../web-inf/lib/icu4j-2.6.1.jar: java.lang.illegalstateexception: unknown tag! pos=40 poolcount = 47.
i suppose remove these type of warnings. please suggest me.
i have found 1 solution.
looks icu4j-2.6.1.jar not compatible jboss7.
so have changed version , using icu4j-4.8.1.jar instead of previous one. can not see warning.
Comments
Post a Comment