dubbo配置文件報錯處理
在配置dubbo服務的過程當中,常常會遇到雖然程序可以跑起來,可是配置文件一堆紅叉,雖然不影響功能,可是確實很讓人噁心。
報錯信息以下:
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>.
或者是
文件校驗是嚴格的,可是沒有發現<dubbo:reference的定義等等。
廢話少說直接上解決方案:
下載一個dubbo.xsd文件windows->preferrence->xml->xmlcatalog
add->catalog entry ->file system 選擇剛剛下載的文件路徑
修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同
保存。。在xml文件右鍵validate ok解決了。
xsd位置:把引用的jar包解壓後,在dubbo-2.5.3\META-INF下面dubbo.xsdwindows