whohasthis opened a new issue #6960:
URL: https://github.com/apache/skywalking/issues/6960
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Bug
___
### Bug
- Which version of SkyWalking, OS, and JRE?
Skywalking 8.4.0 running on K8S 1.12 cluster, JRE 1.8
- Which company or project?
- What happened?
If possible, provide a way to reproduce the error. e.g. demo application,
component version.
In the agent log file, this error keeps showing :
```
ERROR 2021-05-17 08:02:14:928 http-nio-4187-exec-4730 InstMethodsInter :
class[class c.i.a.i.w.c.WeatherController] before method[queryWeatherList]
intercept failure
**java.lang.NoSuchMethodError:
org.springframework.web.bind.annotation.RequestMapping.path()[Ljava/lang/String;
at**
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.RequestMappingMethodInterceptor.lambda$getRequestURL$0(RequestMappingMethodInterceptor.java:40)
at
org.apache.skywalking.apm.plugin.spring.mvc.commons.ParsePathUtil.recursiveParseMethodAnnotation(ParsePathUtil.java:33)
at
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.RequestMappingMethodInterceptor.getRequestURL(RequestMappingMethodInterceptor.java:34)
at
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor.beforeMethod(AbstractMethodInterceptor.java:91)
at
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:76)
```
along with this error
```
ERROR 2021-05-17 08:02:14:943 http-nio-4187-exec-4730 InstMethodsInter :
class[class c.i.a.i.w.c.WeatherController] after method[queryWeatherList]
intercept failure
**org.apache.skywalking.apm.plugin.spring.mvc.commons.exception.IllegalMethodStackDepthException:
Please submit an new issue to Apache Skywalking if this Exception was
happened.**
at
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor.afterMethod(AbstractMethodInterceptor.java:169)
at
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:97)
```
Please advise on how to resolve this error
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]