随笔分类 -  异常集合

The markup in the document following the root element must be well-formed. Quartz.xml .......
摘要:这个错误说明是我的Quartz.xml文件的问题 错误描述:错误发生在文档的标记后,文档格式必须是良好的。 错误原因:我这里多写了个 </xml> 文件头的<?xml ?>只是用来描述xml文件的,是不需要</xml>结尾的。 阅读全文
posted @ 2017-02-08 10:04 老夫很紧张 阅读(852) 评论(0) 推荐(0)
No setter found for property 'cronExpression' in class 'org.springframework.scheduling.quartz.CronTriggerBean'
摘要:今天想写个Spring集成Quartz的小Demo,结果报错cronExpression未定义,通过差错,原来是因为Spring 3.0.5与Quartz2.2.2不兼容,Spring3.1以下的只能与Quartz1.x 的版本相兼容。 解决办法:将quartz-2.2.2.jar换成 quartz 阅读全文
posted @ 2017-02-07 19:53 老夫很紧张 阅读(395) 评论(0) 推荐(0)
jeecg-org.jeecgframework.web.system.listener.InitListener
摘要:早上启动项目 发现报错 百度之后,发现这属于jeecg常见问题: http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1 在上方project 中-clean一下该项目即可解决。 阅读全文
posted @ 2017-01-20 09:42 老夫很紧张 阅读(3224) 评论(0) 推荐(0)
TOMCAT-publishing to tomcat v7.0 server at
摘要:因为tomcat的work文件没有清空,导致MyEclipse部署在server.xml文件中的项目路径是错误的。 解决办法:清空work文件夹 下面这个勾勾是MyEclipse自动发布项目路径的选项 阅读全文
posted @ 2016-12-22 11:47 老夫很紧张 阅读(4883) 评论(0) 推荐(0)
'customerService' for bean class [com.cd.service.business.customer.impl.CustomerService]
摘要:'customerService' for bean class [com.cd.service.business.customer.impl.CustomerService] 此处报错是因为我 把一个CustomerService.JAVA 移动到了另外一个目录下了之后,导致classes文件夹中 阅读全文
posted @ 2016-12-14 16:24 老夫很紧张 阅读(298) 评论(0) 推荐(0)