AlbumenJ commented on issue #13810: URL: https://github.com/apache/dubbo/issues/13810#issuecomment-1970731990
1. The reason why no stack with `NullPointerException` is that JVM has cut it. You can refer to https://stackoverflow.com/questions/2411487/nullpointerexception-in-java-with-no-stacktrace 2. Due to the stack is cut, the stack you can see is Dubbo's stack, which is the stack when receive the response. 3. You can check the logs before, if you have enabled the logger collector, and get the original NPE stack. Also, add `-XX:-OmitStackTraceInFastThrow` to jvm properties may help you. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org