dubbo 中 http://code.alibabatech.com/schema/dubbo/dubbo.xsd错误

本文解决了一个关于 Dubbo XML Schema 解析错误的问题,提供了两种解决方案:一是下载 dubbo.xsd 文件并添加到 XML catalog 中;二是引入 dubbo 框架的 jar 包。

org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

 

 解决方案

下载dubbo.xsd文件并将改文件添加到XML catalog element 中key值为xml文件中的连接,location为下载的文件路径

如果还不行进行如下操作

解决方案:

添加dubbo框架的jar包

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<version>2.5.5</version>
</dependency>

转载于:https://www.cnblogs.com/quanhuan/p/8378578.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值