zoukankan      html  css  js  c++  java
  • dubbo配置文件报错解决思路

    导入dubbo项目到Eclipse,配置文件报了如下异常:

    Multiple annotations found at this line:
    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.
    - 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>.

    解决方案:
    1、下载一个dubbo.xsd文件
    2、windows->preferrence->xml->xmlcatalog

    add->catalog entry->file system选择刚刚下载的文件路径

    key type选择schema locaiton
    修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同

  • 相关阅读:
    twemproxy配置
    tomcat远程调试
    hadoop配置
    kafka原理分析
    hive-sql
    P1983 车站分级
    拓扑排序
    洛谷P1982 小朋友的数字
    字典树Trie
    城市交通费
  • 原文地址:https://www.cnblogs.com/linjiqin/p/5173178.html
Copyright © 2011-2022 走看看