Bytecoder icon indicating copy to clipboard operation
Bytecoder copied to clipboard

Issue with Throwable?

Open hcldan opened this issue 2 years ago • 0 comments

Caused by: java.lang.IllegalStateException: Cannot find virtual method printStackTrace in non-abstract class java/lang/Throwable with signature VOID(java.io.PrintWriter)
    at de.mirkosertic.bytecoder.core.BytecodeInstructionINVOKEVIRTUAL.performLinking (BytecodeInstructionINVOKEVIRTUAL.java:57)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveMethodSignatureAndBody (BytecodeLinkedClass.java:482)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveStaticMethod (BytecodeLinkedClass.java:452)
    at de.mirkosertic.bytecoder.core.BytecodeInstructionINVOKESTATIC.performLinking (BytecodeInstructionINVOKESTATIC.java:35)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveMethodSignatureAndBody (BytecodeLinkedClass.java:482)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveStaticMethod (BytecodeLinkedClass.java:452)
    at de.mirkosertic.bytecoder.core.BytecodeInstructionINVOKESTATIC.performLinking (BytecodeInstructionINVOKESTATIC.java:35)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveMethodSignatureAndBody (BytecodeLinkedClass.java:482)
    at de.mirkosertic.bytecoder.core.BytecodeLinkedClass.resolveStaticMethod (BytecodeLinkedClass.java:452)

The root of a long stack trace involving log4j

https://github.com/hcldan/poi-example mvn compile -X

hcldan avatar Mar 24 '22 14:03 hcldan