You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (GitHub)" <gi...@apache.org> on 2019/12/05 01:06:52 UTC

[GitHub] [dubbo-spring-boot-project] chickenlj opened issue #633: 升级 dubbo 2.7.5 版本时,以下依赖包同样需要升级。

java.lang.NoClassDefFoundError: org/apache/dubbo/config/spring/util/BeanRegistrar
6a05d3>         at org.apache.dubbo.spring.boot.beans.factory.config.OverrideBeanDefinitionRegistryPostProcessor.postProcessBeanDefinitionRegistry(OverrideBeanDefinitionRegistryPostProcessor.java:36)
6a05d3>         at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:70)
6a05d3>         at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:691)
6a05d3>         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528)
6a05d3>         at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
6a05d3>         at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
6a05d3>         at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
6a05d3>         at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139)
6a05d3>         at org.dubbo.samples.protostuff.provider.ProviderApp.main(ProviderApp.java:28)
6a05d3> Caused by: java.lang.ClassNotFoundException: org.apache.dubbo.config.spring.util.BeanRegistrar
6a05d3>         at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
6a05d3>         at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
6a05d3>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
6a05d3>         at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
6a05d3>         ... 9 common frames omitted


[ Full content available at: https://github.com/apache/dubbo-spring-boot-project/issues/633 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org