博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
White spaces are required between publicId and sys
阅读量:5960 次
发布时间:2019-06-19

本文共 584 字,大约阅读时间需要 1 分钟。

hot3.png

spring IOC 启动的时候,会报这个错误。

Caused by: org.xml.sax.SAXParseException; systemId: http://www.springframework.org/schema/tx/spring-tx-3.0.xsd; lineNumber: 1; columnNumber: 50; White spaces are required between publicId and systemId.

Reasons: i think the most possible reasons is that you lost the jar. 最有可能得情况是没有在classpath里面添加该jar。

Solution: check if you have the jar and add to your classpath. 检查在工程里面是否有该jar.

Affiliated:spring beans example. spring xmls example.

另外:对于 xmlns 更像是声明这下关键字的(context,aop)的使用空间。xsi:schemalocation更像是相应的文件的路径。

转载于:https://my.oschina.net/u/2308739/blog/632160

你可能感兴趣的文章
补码[基础]
查看>>
两个乒乓球队进行比赛问题
查看>>
POJ2709 Painter 贪心算法
查看>>
oc-10-对象做参数
查看>>
Windows Azure Cloud Service (10) Role的生命周期
查看>>
二、Axis2的简单WebService示例
查看>>
接口的显示实现和隐式实现
查看>>
安装EBS前期检查工具 - RDA - Health Check / Validation Engine Guide 2 结果
查看>>
Windows Phone笔记(11)使用独立存储(下)
查看>>
currentRowChanged 的注意事项
查看>>
面试题--在一个字符串中查找重复次数最多的字符(转)
查看>>
Beam内置的数据源清单(Java、Python)
查看>>
二维数组
查看>>
Ambari集群里操作时典型权限问题put: `/home/bigdata/1.txt': No such file or directory的解决方案(图文详解)...
查看>>
Objective-C:运行时runtime
查看>>
android 项目中出现红色感叹号的解决方法
查看>>
Android硬件加速
查看>>
SQL server 2005高可用性之----数据库镜像
查看>>
轻、快、好、免费的开发工具
查看>>
[LeetCode] Delete Duplicate Emails 删除重复邮箱
查看>>