解决 org.quartz.JobPersistenceException:
(2010-09-20 14:06:14)
标签:
it |
spring quartz 异常
org.quartz.JobPersistenceException: Couldn't store
Driver's Blob representation is of an unsupported type: oracle.sql.BLOB
原因是发布系统下有oracle的jar包,应用服务器lib下也有,所以报异常,去掉系统下的oracle包就可以了。
前一篇:kettle 异常解决