quartz报错 Couldn't retrieve job because the BLOB couldn't be deserialized: null

今天线上添加定时任务之后 定时任务查询页面报出如上错误,

原因有两点

1.org.quartz.jobStore.useProperties = true 这个属性的意思存储的JobDataMaps是否都为String类型  检查下参数

2.mysql导出blob类型导入问题,导出的blob的sql 如下 ,blob类型已经被破坏  ,可以采用mysql自带的工具导入即可。

quartz报错 Couldn't retrieve job because the BLOB couldn't be deserialized: null

时间: 2024-08-06 08:37:26

quartz报错 Couldn't retrieve job because the BLOB couldn't be deserialized: null的相关文章

spring+quartz报错:Table 'BANKSTEELERP_OLD.QRTZ_TRIGGERS' doesn't exist

spring3.2.8 + quartz2.2.1配置到application.xml中 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'startQuertz' defined in class path resource [application.xml]: Invocation of init method failed; nested exception is

执行quartz报错java.lang.NoClassDefFoundError: javax/transaction/UserTransaction

使用maven ,可以在 http://mvnrepository.com 中去查找 pom 配置如何写 <!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <versi

运行yum报错Error: Cannot retrieve metalink

今天给Centos通过rpm -Uvh装了个epel的扩展后,执行yum就开始报错: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 在网上查了查,解决办法都是编辑/etc/yum.repos.d/epel.repo,把基础的恢复,镜像的地址注释掉 #baseurlmirrorlist 改成 baseurl#mirrorlist

SharePoint 2013 搜索报错&quot;Unable to retrieve topology component health. This may be because the admin component is not up and running&quot;

环境描述 Windows 2012 R2,SharePoint 2013(没有sp1补丁),sql server 2012 错误描述 搜索服务正常,但是爬网一直在Crawling Full,但是爬不到任何东西,而且不会停止,爬了一宿什么都没有爬到: 爬网不止,爬了一宿什么都没有爬到,错误如下: 去15/logs里面找日志: Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount

SharePoint 2013 搜索报错&quot;Unable to retrieve topology component health. This may be because the admin com

环境描述 Windows 2012 R2,SharePoint 2013(没有sp1补丁),sql server 2012 错误描述 搜索服务正常,但是爬网一直在Crawling Full,但是爬不到任何东西,而且不会停止,爬了一宿什么都没有爬到: 爬网不止,爬了一宿什么都没有爬到,错误如下: 去15/logs里面找日志:Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount=

centos7 升级php7 添加配置epel源 报错:Cannot retrieve metalink for repository: epel. Please verify its path and try again

文章来自:循序渐渐linux:基础知识 一书 7.3章LAMP服务器搭建 日常故障 centos上好多软件升级需要配置epel源 其中有一点小插曲 需要手动更改 1.很多时候,对PHP环境要求较新的版本,例如,PHP 7环境,如果通过源码编译.安装,将会非常麻烦.这里提供一种通过yum工具安装最新PHP 版本的方法.首先,需要在系统上安装一个扩展yum源,即epel源, 可从http://fedoraproject.org/wiki/EPEL 网站下载针对CentOS 7版本的epel文件,然后

quartz 报错:java.lang.classNotFoundException

最近在做一个调度平台改造的项目,quartz在测试环境跑的是单机环境,生产上两台服务器做集群. 测试环境是ok的,生产上线后报错,一个类java.lang.classNotFoundException(注明:这个类被别人修改了名称,现在使用的新名字) 第一次:失败 从代码上排除了对旧的job类的引用(配置文件和类都排除了) 推测是服务器缓存了该类. 尝试: 清除缓存,重启服务器,仍然报上述错误. 第二次:失败 将生产上的配置拉到测试环境上,反复测试,重启服务器时会自动清除缓存. 推测是quart

运行yum报错Error: Cannot retrieve metalink for reposit

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 在网上查了查,解决办法都是编辑/etc/yum.repos.d/epel.repo,把基础的恢复,镜像的地址注释掉 #baseurlmirrorlist 改成 baseurl#mirrorlist

service cloudera-scm-server restart报错 Unable to retrieve remote parcel repository manifest

Unable to retrieve remote parcel repository manifest 1 详细错误 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Unable to retrieve remote parcel repository manifest java.util.concurrent.ExecutionException: java.util.concurr