dubbo-admin在jdk 1.8上出错问题

来源:互联网 发布:自己有产品怎么上淘宝 编辑:程序博客网 时间:2024/06/04 22:56

ERROR 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)

问题出在dubbo对jdk1.8

https://github.com/alibaba/dubbo/issues/50也给了解决方案,但是不知道怎么去改

用第二种方案,

https://github.com/dangdangdotcom/dubbox

把这个的git下来,重新编译下就ok,不需要改任何东西。

但是根目录下的,pom.xml文件中plugin插件请注意和你的maven版本一致

其中打包命令 mvn clean package  -Dmaven.javadoc.skip=true -Dmaven.test.skip=true



0 0
原创粉丝点击