`
wxb880114
  • 浏览: 682102 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

本来项目一点事没有,突然今天遇见这个Spring启动异常: cvc-elt.1: Cannot find the declaration of element

阅读更多
突然今天遇见这个Spring启动异常: cvc-elt.1: Cannot find the declaration of element 'beans'问题,上网搜了下, 根据异常说的: 就是'beans'没有定义. 这可能是命名空间有问题。
提供如下解决方案:



C:\Program Files\Tomcat 6.0\work\Catalina\localhost

下面的 项目删除, 得联网,这点挺奇怪,没网 不就得把它下载下来,,


另一种可能是spring的版本问题:在引用的spring版本中的例子里找个spring-*.xml;文件将其文件头 复制出来, 或者将 2.5(我的是2.5版的) 改成 2.0试试;

0
2
分享到:
评论
2 楼 wxb880114 2012-05-02  
今天自己试了一下在不连网的时候,启动项目时也不会出现上面的错误,所以可能不是本地和连网的问题,后来我找了相应的spring版本,根据上面提示的方法就不出问题了,至于xsd,初学真是不懂。。。
 
  灰常感谢回复,学习了
1 楼 itwangxinli 2012-05-02  
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
       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/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">


bean的开通一般都是这么些的,忽略版本的问题。

那么是需要根据xsd做验证的,而xsd文件的uri是http:开头的,所以连网是正常的

如果你把文件下载下来,使用相对路径来引用,就不需要连外部网络了

相关推荐

    spring配置文件解析失败报”cvc-elt.1: 找不到元素 &#39;&#39;beans&#39;&#39; 的声明”异常解决

    当遇到“cvc-elt.1: 找不到元素 'beans' 的声明”这种异常时,通常意味着Spring在尝试解析XML配置文件时遇到了问题。这个错误提示表明XML解析器无法找到`&lt;beans&gt;`元素的定义,这是一个基本的Spring配置文件结构元素...

    dubbo找不到dubbo.xsd报错

    - 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 '...

    spring5 SAXParseException:cvc-elt.1: 找不到元素“beans 的声明详解

    然而,有时在尝试解析这些配置文件时,可能会遇到`SAXParseException`,错误信息显示为`cvc-elt.1: 找不到元素“beans”的声明`。这个错误通常意味着Spring无法找到预期的根元素`&lt;beans&gt;`,这是Spring配置文件的基础...

    解决:dubbo找不到dubbo.xsd报错

    - 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 '...

    springmodules-cache.xsd&springmodules-ehcache.xsd.rar

    cvc-complex-type.2.4.a: Invalid content was found starting with element 'page-encoding'. One of '{"http:// java.sun.com/xml/ns/javaee":include-prelude, ...

    spring-mvc-3.0.xsd

    cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:resources' 报错

    dubbo.xsd文件下载

    - 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....

    dubbo.xsd 约束文件 解决标签识别报红

    - 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 '...

    解决dubbo找不到dubbo.xsd报错

    - 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 '...

    计算机视觉中心-01行人数据集(CVC-01PedestrianDataset).pdf

    计算机视觉中心-01行人数据集(CVC-01PedestrianDataset) 计算机视觉中心-01行人数据集(CVC-01PedestrianDataset)是一种用于评估行人检测算法的数据库,该数据库记录了巴塞罗那周围的行人数据,并由CVC ADAS小组...

    dubbo.xsd文件资源

    - 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 '...

    最完整的CVC-ClinicDB数据集

    CVC-ClinicDB 是MICCAI 2015 结肠镜视频自动息肉检测子挑战赛训练阶段的官方数据集。该数据库由从结肠镜检查视频中提取的612张静态图像组成,这些图像来自29个不同的序列。每张帧图像都附带有一个真值(ground truth...

    CVC-T Endoscene 息肉数据集

    CVC-T 数据集是一个更广泛的数据集的测试集,称为 Endoscene。CVC-T 由从 36 名患者获得的 44 个视频序列中获得的 60 张图像组成。 一度找不到这个单独的数据集,但其实是包含在一整个医学分割网络的训练策略里的,...

    urlrewritefilter-4.0.3.jar

    这个JAR文件包含了`URLRewriteFilter`的核心类和方法,使得我们可以利用其提供的API和配置机制来定制URL处理逻辑。 在部署`URLRewriteFilter`时,我们需要在`web.xml`中注册这个Filter。`web.xml`是Web应用程序的...

    Python库 | PySMT-0.9.1.dev20-py2.py3-none-any.whl

    这个库的核心功能在于它的抽象语法树(AST)表示法,它允许对数学表达式进行操作,如构建、修改和转换,以及在不同的求解器之间进行移植。 PySMT-0.9.1.dev20-py2.py3-none-any.whl是一个Python分发包,适用于...

    Matlab高阶谱分析(HOSA)工具箱及安装方法

    org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'area'. One of '{MathWorksID, type}' is expected. 运行hosaver: Warning: Could not find an exact ...

    2020传统行业CVC发展报告-元真ISVI-2020.6-50页精品报告2020.rar

    报告描述:“2020传统行业CVC发展报告-元真ISVI-2020.6-50页精品报告2020.rar”这份文档是一个关于2020年传统行业企业风险投资(Corporate Venture Capital,简称CVC)的深度分析报告,由元真ISVI提供。报告包含了50...

    CVC-ClinicDB息肉医学图像分割公开数据集

    CVC-ClinicDB息肉医学图像分割公开数据集,内涵612张图片,612张图片标签(也可自行划分训练集与测试集)。科研小白初入图像分割领域必备数据集,深度学习模型常用!!!!小白必要数据集!!!

Global site tag (gtag.js) - Google Analytics