dubbo环境搭建报错

发布于 2021-11-26 09:00:09 字数 1505 浏览 795 评论 3

有人遇到这个问题吗?弄了一天了,还是一直报错

Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.

    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
       xmlns:context="http://www.springframework.org/schema/context"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
           http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">

    <dubbo:application name="dubbo-rets" />
    <dubbo:registry address="zookeeper://127.0.0.1:2181" />
    <dubbo:reference id="userService" interface="com.huc.service.impl.UserServiceImpl" />
</beans>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

最偏执的依靠 2021-12-01 17:20:53

应该是dubbo相关jar包没有引入,或导入到工程运行环境下所导致的

倾城泪 2021-12-01 15:41:43

dubbo包没有引入?

韬韬不绝 2021-12-01 12:21:15

xml配置是不是有特殊字符呀什么的呀

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文