随笔 - 6  文章 - 129  trackbacks - 0
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(14)

随笔档案(6)

文章分类(467)

文章档案(423)

相册

收藏夹(18)

JAVA

搜索

  •  

积分与排名

  • 积分 - 815445
  • 排名 - 49

最新评论

阅读排行榜

评论排行榜

org.quartz.JobPersistenceException: Couldn't acquire next trigger: Couldn't retrieve trigger: null 
[Seenested exception: org.quartz.JobPersistenceException: Couldn't retrieve trigger: null 
[See nestedexception: java.io.EOFException]]
这个错是因为jobdataMap的数据转化成blob字段时出错,
在quartz的文档中有推荐说jobdatamap都用string,可以避免此类错误
要做到限制全是string必须在quartz.properties中把org.quartz.jobStore.useProperties设成true
同时别忘了加对应数据库的org.quartz.jobStore.driverDelegateClass
//我的就是按照上面说的在quart.properties文件中加上
org.quartz.jobStore.useProperties = true后解决的问题



posted on 2012-03-05 09:50 Ke 阅读(15096) 评论(0)  编辑  收藏 所属分类: quartz

只有注册用户登录后才能发表评论。


网站导航: