使用Maven加载项目有Dubbo框架时出现的常见异常情况

Posted 当时年少春衫薄

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Maven加载项目有Dubbo框架时出现的常见异常情况相关的知识,希望对你有一定的参考价值。

异常描述:
           The matching wildcard is strict, but no declaration can be found for element ‘dubbo:reference‘
            Multiple annotations found at this line:
   - 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>.
    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘dubbo:reference‘.
原因:在导入Maven项目时.Xml文件里面的Dubbo元素会出现引用错误,加载不dubbo的xsd配置文件.
 
解决方案:

eclispe-->window-->preferences-->xml catalog-->add 注意KEY 需要以/dubbo.xsd结尾,如下图所示

技术分享

另外:

mvn compile 编译源码

mvn install 安装到本地库

git提交时防止source folder为空,为空则不提交该source folder

git使用时先创建master分支,然后使用create brance创建develop目录,最后使用switch切换到develop后进行提交。

 

以上是关于使用Maven加载项目有Dubbo框架时出现的常见异常情况的主要内容,如果未能解决你的问题,请参考以下文章

基于MAVEN使用IDEA创建dubbo入门项目图文教程

安装使用maven时出现的问题

电商项目maven框架搭建引入dubbo配置文件报错

淘淘商城系列——使用maven构建工程时出现的错误

使用dubbo引用和发布服务时出现的异常:HTTP状态500 - 请求处理失败; 嵌套异常是com.alibaba.dubbo.rpc.RpcException:无法在服务cn.e3mall.serv

搭建项目学习框架(二,安装Dubbo监控中心,maven的安装一配置创建服务提供者)