-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个怎么搞,有人遇到过吗 #619
Comments
根据堆栈错误应该发生在反序列化阶段,发序列化调用构造函数生成示例抛NPE。检查一下DTO相关的类,构造函数有没有包含处理逻辑的,有没有可能会抛出异常? |
+1 |
|
+1 |
|
use |
Hi, can you provide an example to reproduce this issue? |
Please check the link provided in @chickenlj 's comments. I am going to close this issue, feel free to reopen it if it still exists. |
@chickenlj @ralf0131 大佬们
}
} |
@yangxujia @miniFrank @footmanFF @zhaixiaoxiang
提供者返回: 而消费者使用的Hessian2在反序列化时使用
因为提供者返回的NPE异常信息为null,结果正好使用了Java异常初始化堆栈跟踪StackTrace。结果我们看到的是假的调用堆栈跟踪,很凑巧。 |
Hi, |
我确实只列出了关键点,但你的文章很棒👍,非常细致完整地分析。你的第 |
The text was updated successfully, but these errors were encountered: