-
Search before asking
Apache SkyWalking ComponentJava Agent (apache/skywalking-java) What happened
What you expected to happenCaused by: java.lang.ClassFormatError: Duplicate field name "cachedValue$sw$p8ebm33$v76p9n0" with signature "Ljava.lang.reflect.Method;" in class file org/apache/catalina/core/StandardHostValve How to reproduce
Anything elseNo response Are you willing to submit a pull request to fix on your own?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Duplicate field usually means the class is instrumented twice. Maybe you have two agents installed. |
Beta Was this translation helpful? Give feedback.
-
This problem seems to be caused by the image built based on ❎ This is wrong dockerfile configuration:
✅ The 【-javaagent:/skywalking/agent/skywalking-agent.jar】 configuration should be deleted from the JVM startup parameters |
Beta Was this translation helpful? Give feedback.
Duplicate field usually means the class is instrumented twice. Maybe you have two agents installed.