Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo-admin.xml配置问题 #45

Closed
giraffe8 opened this issue Jun 21, 2018 · 6 comments
Closed

dubbo-admin.xml配置问题 #45

giraffe8 opened this issue Jun 21, 2018 · 6 comments

Comments

@giraffe8
Copy link
Contributor

启动报错error:
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://dubbo.apache.org/schema/dubbo]
Offending resource: URL [file:/D:/idea_workspance/incubator-dubbo-ops/dubbo-admin/target/classes/dubbo-admin.xml]

解决办法:
dubbo-admin.xml的dubbo命令空间
http://dubbo.apache.org/schema/dubbo应该改为http://code.alibabatech.com/schema/dubbo

或者

com.alibaba
dubbo
2.6.2

version改为2.6.2以上

@lovepoem
Copy link
Member

I think upgrade the dubbo version to 2.6.2 is better

@giraffe8
Copy link
Contributor Author

very good

@lovepoem
Copy link
Member

Can you please send a PR?

giraffe8 pushed a commit to giraffe8/incubator-dubbo-ops that referenced this issue Jun 21, 2018
JiakunXu added a commit to WideKa/incubator-dubbo-ops that referenced this issue Jun 22, 2018
bug issues apache#45 dubbo-admin.xml配置问题 (apache#47)
@lovepoem
Copy link
Member

close this via #47

@chensiyuan0214
Copy link

成功解决了我的问题,提醒所有像我这样的小白们:
xmlns:dubbo="xxxxxxxxxxxxxx" 和 xsi:schemaLocation="xxxxxxxxxxxxxxxxxxxx"中你为dubbo所配的部分一定要一样。小白很容易东复制西复制就弄得一个是Apache的一个是Alibaba的了。
在国内的人最好用Alibaba的那个网址
在国外的人应该都能用

@Mike2017go
Copy link

still use the latest version 2.6.4 . It works;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants