Dynamic proxy creation failed.
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.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.