Re: Skywalking java agent error

2024-09-11 Thread Sheng Wu
This seems only a kind of instrumentation failure. But why it is hard to say. Sheng Wu 吴晟 Twitter, wusheng1108 Forrest Wang 于2024年9月11日周三 15:04写道: > > Hi community: > When using skywalking java agent, our service failed to start showing > the following exception: > Do you have a

Re: Skywalking java agent error: Duplicate field name "cachedValue$$sw$c4hljc2$n9auk41" with signature "Ljava.lang.reflect.Method;" in class file org/springframework/beans/factory/annotation/Autowired

2024-07-09 Thread Forrest Wang
Thank you Sheng, you are right. My problem resolved by changing the following settings from Gradle to IDEA. > 2024年7月10日 05:45,Sheng Wu 写道: > > You may check lib path, there should be some Spring debugging tool libs > included. > You need to remove them. > > Sheng Wu 吴晟 > > Apache SkyWalkin

Re: Skywalking java agent error: Duplicate field name "cachedValue$$sw$c4hljc2$n9auk41" with signature "Ljava.lang.reflect.Method;" in class file org/springframework/beans/factory/annotation/Autowired

2024-07-09 Thread Sheng Wu
You may check lib path, there should be some Spring debugging tool libs included. You need to remove them. Sheng Wu 吴晟 Apache SkyWalking Twitter, wusheng1108 Forrest Wang 于2024年7月9日 周二06:32写道: > Hi Community: > I am using Skywalking java agent 9.2.0. > My service is based on Java 17 + Spring 2