3-8 - Proxy Failure
3-8 - Proxy Failure
Dynamic proxy creation failed.
Possible Causes
- Dynamic class loading exists
- Abnormal class format
Troubleshooting and Resolution Steps
- If the logs indicate
Fallback to use JDK proxy success
, it means that Dubbo successfully created the dynamic proxy by falling back to the JDK proxy. If the program runs normally, this can be ignored. - If the logs indicate
Fallback to use JDK proxy is also failed
, please check the corresponding class loading situation based on the exception stack trace to ensure it is normal. You can use tools like Arthas for assistance in troubleshooting.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)