-
Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: org.springframework.aop.framework.DefaultAopProxyFactory; local class incompatible: stream classdesc serialVersionUID = 1152177735349359029, local class serialVersionUID = 7930414337282325166 2021-09-06 09:47:03.398 ERROR 4530 --- [o-15000-exec-20] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
There is no error if not add apm sdk plugin. |
Beta Was this translation helpful? Give feedback.
-
How do you use |
Beta Was this translation helpful? Give feedback.
-
To drop the jar apm-spring-core-patch-7.1.0 will avoid this issue. |
Beta Was this translation helpful? Give feedback.
-
Check the agent spring-aop.version is 3.2.9.release and object src is 4.3.8.RELEASE |
Beta Was this translation helpful? Give feedback.
To drop the jar apm-spring-core-patch-7.1.0 will avoid this issue.