3.2.7 invoking remote service in generic mode causes java.lang.ClassNotFoundException #13436
Closed
1 task done
Labels
type/bug
Bugs to being fixed
Environment
3.2.7
Linux 4.19.91-009.ali4000.alios7.x86_64 #1 SMP Mon Jan 25 10:47:38 CST 2021 x86_64 x86_64 x86_64 GNU/Linux
OpenJDK Runtime Environment (Alibaba 8.4.7) (build 1.8.0_152-b187) OpenJDK 64-Bit Server VM (Alibaba 8.4.7) (build 25.152-b187, mixed mode)
Steps to reproduce this issue
Pls. provide [GitHub address] to reproduce this issue.
Expected Behavior
Succeed in invoking remote service in generic mode.
Actual Behavior
Failed to invoke remote in generic mode, exception occurred in client side.
Cause
org.apache.dubbo.rpc.protocol.tri.TripleInvoker#invokeUnary
When method descriptor is generic, it tries to find remote-defined-only class in client side, which causes the
ClassNotFoundException
.The text was updated successfully, but these errors were encountered: