Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.ClassFormatError: LVTT entry for 'ht' in class file

ArashJNov 29 2017 — edited Dec 19 2017

We migrated our application to 12.2.1.3 and when we run application we get:

Java.lang.ClassFormatError: LVTT entry for 'ht' in class fileĀ  WCMMVRQ_TS$beaVersion0_1130 does not match any LVT entry

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:763)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

at weblogic.utils.classloaders.GenericClassLoader.defineClassInternal(GenericClassLoader.java:1113)

at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:1046)

Truncated. see log file for complete stacktrace

I modified debug info configuration but didn't help our application works fine in 12.1.3

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2018
Added on Nov 29 2017
3 comments
1,293 views