3-8 - Proxy Failure
Failed to generate dynamic proxy.
Possible Reason
- There is dynamic class loading
- Class format exception
Troubleshooting and resolution steps
- If
Fallback to use JDK proxy success
is displayed in the log, It means that Dubbo has successfully created a dynamic proxy after automatically falling back to the JDK proxy. If the program is running normally, you can ignore it - If the log shows
Fallback to use JDK proxy is also failed
, Please check whether the corresponding class loading is normal according to the exception stack information, you can use tools such as arthas to assist in troubleshooting
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)