tomcat启动org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'beans'
<?xmlversion="1.0"encoding="UTF-8"standalone="yes"?><beans><beanclass="org.springfram...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<beans>
<bean class="org.springframework.orm.toplink.LocalSessionFactoryBean" id="app-foreignpay-fxSessionFactory">
<property value="app-foreignpay-fxSessionFactory" name="sessionName"/>
<property value="toplink/app-foreignpay-fx-sessions.xml" name="configLocation"/>
<property name="dataSource">
<ref bean="fxDS"/>
</property>
</bean>
</beans>
大家帮忙看下。谢了。 展开
<beans>
<bean class="org.springframework.orm.toplink.LocalSessionFactoryBean" id="app-foreignpay-fxSessionFactory">
<property value="app-foreignpay-fxSessionFactory" name="sessionName"/>
<property value="toplink/app-foreignpay-fx-sessions.xml" name="configLocation"/>
<property name="dataSource">
<ref bean="fxDS"/>
</property>
</bean>
</beans>
大家帮忙看下。谢了。 展开
2个回答
展开全部
现象:Tomcat启动时,spring加载配置文件applicationContext.xml出错,抛出nested exception is og.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 47; cvc-elt.1: 找不到元素 'beans' 的声明r的异常信息。
造成该异常原因:配置文件头部配置的xsd版本信息不正确,造成解析时出错。spring头部xsd或dtd校验文件的查找分两步,第一先从本地jar包中找,如果找到则用本地jar包的进行校验(可以在spring-beans.jar或spring-context.jar里的META-INF下的spring-schemas文件中找到xsd文件位置的定义),如果没有找到则进行第二步查找,它会尝试从网络中下载该文件然后校验,如果系统断网或下载不下来,则会抛出上述异常.
解决办法 : 将applicationContext.xml中xsd文件定义的版本改为spring jar包中定义的xsd的版本,如果版本定义的太高在本地会无法找到,只能从网络上下载。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询