Hi Team,
when we enabled below Elastic Java APM jar our application stops working.
elastic-apm-agent-0.7.0.jar
when we check the Application logs we are seeing the below exceptions. we thought there might be spring jar incompatibility issues.
Then we verified the spring version which is used in elastic APM Jar i.e. 2.0.2.RELEASE, but our application is using the spring version 2.5.6.
Please can you guys fix this ASAP.
SEVERE: Servlet.service() for servlet [springDispatcher] in context with path [] threw exception [Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/web/method/HandlerMethod] with root cause
java.lang.ClassNotFoundException: org.springframework.web.method.HandlerMethod
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
Thanks
Venkat
6503154209