xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update jaxen to avoid Invalid byte tag in constant pool: 60

gionn opened this issue · comments

Hi,

I needed to bump jaxen to version 1.1.6 to avoid this error under tomcat 7:

SEVERE: Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/home/gionn/src/_workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/deployer/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60

Thanks.

Which jdk are you running? Brand and version?

Sent from my Google Nexus 5

On Mar 17, 2014 11:10 AM, Giovanni Toraldo notifications@github.com wrote:

Hi,

I needed to bump jaxen to version 1.1.6 to avoid this error under tomcat 7:

SEVERE: Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/home/gionn/src/_workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/deployer/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60

Thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/106.

openjdk-7-jre-headless 7u51-2.4.4-0ubuntu0.12.04.2

it looks like that the jaxen library removed the problematic dependency on icu4j on a recent release.