2.5.4-SNAPSHOT dubbo admin error
See original GitHub issueERROR context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uriBrokerService': Cannot create inner bean '(inner bean)' of type [com.alibaba.citrus.service.uribroker.impl.URIBrokerServiceImpl$URIBrokerInfo] while setting bean property 'brokers' with key [0]; nested excepti
on is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#25': Cannot create inner bean 'server' of type [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker] while setting constructor argument; nested exception is org.springframework.beans.fact
ory.BeanCreationException: Error creating bean with name 'server': Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'URIType' of bean class [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker]: Bean property 'URIType'
is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:230)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:122)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
Issue Analytics
- State:
- Created 9 years ago
- Comments:61 (3 by maintainers)
Top Results From Across the Web
2.5.4-SNAPSHOT dubbo admin error · Issue #50 - GitHub
JDK8报: Invalid property 'URIType' of bean class [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker]: Bean property 'URIType' is not ...
Read more >dubbo 2.5.4-SNAPSHOT dubbo-admin 报错- sunney - 博客园
问题描述: RROR context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error ...
Read more >Dubbo管理平台搭建(duboo-admin-2.5.4)遇到的问题:org ...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uriBrokerService': Cannot create inner bean '(inner bean)' of type [com.
Read more >Dubbo build-linux (CENTOS7) Dubbo-admin installation record (i ...
Up to today, the latest version of Dubbo is 2.5.4-snapshot. After the Dubbo code has been downloaded, to compile the Dubbo code, and...
Read more >dubbo-admin 2.5.4 编译和部署 - 51CTO博客
dubbo -admin 2.5.4 编译和部署,前言: 公司比较奇葩,应用服务器用的还是 ... for project com.alibaba:dubbo-admin:war:2.5.4-SNAPSHOT: Could not ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
我使用的是JDK 1.8.0_05, dubbo-admin版本是2.5.4-SNAPSHOT,也遇到了一样的问题。解决方案如@ddatsh :
1、webx的依赖改为3.1.6版;
2、添加velocity的依赖,我用了1.7;
3、对依赖项dubbo添加exclusion,避免引入旧spring
4、webx已有spring 3以上的依赖,因此注释掉dubbo-admin里面的spring依赖
确定war包解压后lib目录没有spring 3 以下的依赖就行。然后运行正常了。
@EdwinLi 我今天搞了一天,环境是jdk1.8 centos7 ,这个错误最后解决办法是将spring版本修改为3.2.X 我改的是 <spring_version>3.2.18.RELEASE</spring_version>