-
Notifications
You must be signed in to change notification settings - Fork 6.5k
UT005071: Undertow request failed java.lang.NullPointerException #12610
Replies: 1 comment · 5 replies
-
What is An error stack is hard to tell. |
Beta Was this translation helpful? Give feedback.
All reactions
-
All requests will report this error 2024-09-12 08:45:23.438 [TID:N/A]ERROR 23820 --- [ XNIO-1 I/O-15] io.undertow.request : UT005071: Undertow request failed HttpServerExchange{ GET /tenant/list} java.lang.NullPointerException: null 2024-09-12 08:45:48.037 [TID:N/A]ERROR 23820 --- [ XNIO-1 I/O-18] io.undertow.request : UT005071: Undertow request failed HttpServerExchange{ GET /param/getValue} java.lang.NullPointerException: null 2024-09-12 08:45:48.038 [TID:N/A]ERROR 23820 --- [ XNIO-1 I/O-5] io.undertow.request : UT005071: Undertow request failed HttpServerExchange{ GET /tenant/list} java.lang.NullPointerException: null |
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, I don't know anything about the undertow. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Find such error in the agent log INFO 2024-09-12 13:52:29.766 main SkyWalkingAgent : Skywalking agent transformer has installed. INFO 2024-09-12 13:52:31.292 main AgentClassLoader : D:\sys\skywalking-agent\plugins\apm-activemq-5.x-plugin-9.3.0.jar loaded. ERROR 2024-09-12 13:52:31.598 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] before method[writeValueAsString] intercept failure ERROR 2024-09-12 13:52:31.599 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] before method[readValue] intercept failure ERROR 2024-09-12 13:52:31.599 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] before method[readValue] intercept failure ERROR 2024-09-12 13:52:31.624 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] after method[readValue] intercept failure ERROR 2024-09-12 13:52:31.624 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] after method[readValue] intercept failure ERROR 2024-09-12 13:52:31.926 main InstMethodsInter : class[class com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient] before method[serverCheck] intercept failure ERROR 2024-09-12 13:52:32.380 main InstMethodsInter : class[class com.fasterxml.jackson.databind.ObjectMapper] before method[writeValueAsBytes] intercept failure |
Beta Was this translation helpful? Give feedback.
All reactions
-
This means you activated two conflict plugins. I think you tried to use two different sampling plugins. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay now, thank you |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions