weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.88k stars 1.78k forks source link

DefaultResponseFuture#getValueOrThrowable抛出MotanServiceException #1064

Closed jasonsuzhou closed 3 months ago

jasonsuzhou commented 3 months ago

caused by 具体报错的是方法返回的类不存在java.lang.ClassNotFoundException 但是这个类实际是存在的, 并且不管是重启客户端还是服务端都能恢复。 下面是报类找不到的错误堆栈, jdk用的是21的版本 企业微信截图_17167759832944

debug细节发现用这个currentThread的方式去加载就加载不到, 直接用Class.forName是可以加载到的 image

image

rayzhang0603 commented 3 months ago

与#1063 重复