Failed to read schema document 'http://www.springframework.org/schema/task/spring-task-3.2.xsd',

做springmvc定时任务的时候,部署到服务器上,发现启动报错:

Failed to read schema document 'http://www.springframework.org/schema/task/spring-task-3.2.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>

Caused by: java.net.UnknownHostException: www.springframework.org
xml代码如下

<?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:jaxws="http://cxf.apache.org/jaxws"
	   xmlns:simple="http://cxf.apache.org/simple" 
	   xmlns:context="http://www.springframework.org/schema/context"
	   xmlns:task="http://www.springframework.org/schema/task" 
	   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
	    http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
	    http://cxf.apache.org/simple http://cxf.apache.org/schemas/simple.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
				http://www.springframework.org/schema/task  
				http://www.springframework.org/schema/task/spring-task-3.2.xsd">
				
	<!-- 开启这个配置 spring才能识别@Scheduled注解 不能放在application-context.xml 否则会加载两遍-->
    <task:annotation-driven scheduler="qbScheduler" mode="proxy"/>
    <task:scheduler id="qbScheduler" pool-size="10"/>
    
    <bean id="springContextUtil" class="com.sitech.custmng.atom.impl.cug.SpringContextUtil" lazy-init="false" />
</beans>

问题出在http://www.springframework.org/schema/task/spring-task-3.2.xsd

需要把版本号去掉

改为http://www.springframework.org/schema/task/spring-task.xsd

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值