sheiy opened a new issue #8456: URL: https://github.com/apache/dubbo/issues/8456
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.13 * Operating System version: Windows 10 * Java version: 11 ### Steps to reproduce this issue 1. use spring boot 2.5.3 2. use dubbo 2.7.13 3. enable dubbo 4. start the application 5. spring boot will not start Pls. provide [GitHub address] to reproduce this issue. ### Expected Result What do you expected from the above steps? ### Actual Result What actually happens? If there is an exception, please attach the exception trace: ``` 2021-08-09 16:44:09.624 ERROR 4388 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to call a method that does not exist. The attempt was made from the following location: org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.<init>(ReferenceAnnotationBeanPostProcessor.java:106) The following method did not exist: org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.setClassValuesAsString(Z)V The method's class, org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor, is available from the following locations: jar:file:/C:/Users/Sheiy/.m2/repository/org/apache/dubbo/dubbo/2.7.13/dubbo-2.7.13.jar!/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.class The class hierarchy was loaded from the following locations: org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor: file:/C:/Users/Sheiy/.m2/repository/org/apache/dubbo/dubbo/2.7.13/dubbo-2.7.13.jar com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor: file:/C:/Users/Sheiy/.m2/repository/com/alibaba/spring/spring-context-support/1.0.9/spring-context-support-1.0.9.jar org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter: file:/C:/Users/Sheiy/.m2/repository/org/springframework/spring-beans/5.3.9/spring-beans-5.3.9.jar Action: Correct the classpath of your application so that it contains a single, compatible version of org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor 2021-08-09 16:44:09.627 INFO 4388 --- [bboShutdownHook] o.apache.dubbo.config.DubboShutdownHook : [DUBBO] Run shutdown hook now., dubbo version: 2.7.13, current host: 10.244.81.82 Disconnected from the target VM, address: '127.0.0.1:5196', transport: 'socket' Process finished with exit code 1  ``` -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org