Mybatis-3: Unable to process Jar entry SEVERE: Unable to process Jar entry [org/apache/ibatis/javassist/util/proxy/SerializedProxy.class

Created on 22 Jun 2016  路  9Comments  路  Source: mybatis/mybatis-3

Unable to process Jar entry SEVERE: Unable to process Jar entry [org/apache/ibatis/javassist/util/proxy/SerializedProxy.class] from Jar [jar:file:/var/lib/tomcats/cms/webapps/cmslottery/WEB-INF/lib/mybatis-3.4.0.jar!/] for annotations
java.io.EOFException
at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
at org.apache.tomcat.util.bcel.classfile.Utility.swallowMethodParameters(Utility.java:797)
at org.apache.tomcat.util.bcel.classfile.Attribute.readAttribute(Attribute.java:171)
at org.apache.tomcat.util.bcel.classfile.FieldOrMethod.(FieldOrMethod.java:57)
at org.apache.tomcat.util.bcel.classfile.Method.(Method.java:71)
at org.apache.tomcat.util.bcel.classfile.ClassParser.readMethods(ClassParser.java:267)
at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:127)
at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2058)
at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1934)
at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1900)
at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1885)
at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1317)
at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:876)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:374)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5355)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Most helpful comment

@wuwen5 ,

@seqwait 's issue looks more like this one, I thought. jboss-javassist/javassist/issues/29

But that one in your comment might be related to #706 .
Thanks for the input, anyway!

All 9 comments

Seems like this issue.
Try upgrading Tomcat version.

now is 7.0.54 upgrading what version? 7.0.70?

Yes, try 7.0.70, please.

OK,thanks !!

@wuwen5 ,

@seqwait 's issue looks more like this one, I thought. jboss-javassist/javassist/issues/29

But that one in your comment might be related to #706 .
Thanks for the input, anyway!

Hi @seqwait , Have you had the chance to try 7.0.70 ?

Assuming it's resolved.

I update tomcat version 7.0.55.0 to 7.0.61.0 to solve this problem.

Was this page helpful?
0 / 5 - 0 ratings