Hi,
when i am starting one of the java container process with JaCoCc Agent i am getting the error: java.lang.ClassFormatError: Invalid length 65532 in LocalVariableTable.
Caused by: java.lang.ClassFormatError: Invalid length 65532 in LocalVariableTable in class file <fully qualified class name>
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at <fully qualified class name>(<class name>:48)
... 12 more
This problem is reported only when i am running of the process that has JDO-Kodo stuff with JaCoCo, but i am never getting this type of error while i am runing the junit using cobertura or emma cc tools.
Please help me.
Already i opened the tiket that is already in close state so i am not able to add the comment there.
https://sourceforge.net/tracker/?func=detail&atid=883351&aid=3486469&group_id=177969
Thanks
Ashish Soni
This issue has been answered in the original tracker item. Please use the Help forum if you have any additional questions.