imgoby commented on issue #13802: URL: https://github.com/apache/dubbo/issues/13802#issuecomment-2022065148
@CrazyHZM Hello,This issue exists indeed. I am sure it is dubbo 's bug.If I remove org.apache.dubbo.common.utils.ClassLoaderResourceLoader code between line 86 to line 89,anything will be well.  demo for reproducing it is here : (1) pom.xml https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/blob/main/pom.xml (2)sub project: https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/tree/main/dubbo-samples-native-image-registry-provider first step: start zookeeper,second step: build native image dubbo-samples-native-image-registry-provider,third step: start up. the failure message will be saw. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
