最近有个需求学生排队面试的需求,需要用到队列,想来想去自己造轮子不如上框架(毕竟项目中也有很多地方用到了分布式锁),直接引入了Redisson,引入后发现XXL-Job定时任务执行报错了,项目XXL-Job版本用的是2.3.0,Redisson用的是3.12.5 image.png 很明显是版本冲突了 解决 <dependency><groupId>org.redisson</groupId>...
我使用的版本是2.1.0,也遇到类似问题,报错如下: Caused by: java.lang.OutOfMemoryError: Java heap space 21:04:52.545 logback [http-nio-80-exec-33] ERROR c.x.r.r.p.XxlRpcProviderFactory - xxl-rpc provider invokeService error. java.lang.reflect.InvocationTargetException: null at sun.reflect.G...
Sign in to your account xxl-job 版本2.0.2使用中的问题 #1497 Closed zhuyj2016 opened this issue Mar 3, 2020· 1 comment Comments Copy link zhuyj2016 commented Mar 3, 2020 Please answer some questions before submitting your issue. Thanks! Which version of XXL-JOB do you using? 2.0.2 ...
设置了下access_token 为空字符 还不清楚没有设置出现一个默认值 accessToken,导致出现这个问题 其它项...
修复xxl-job 获取任务时 select for update 和 select xxl_job_info不是用的同一个连接问题 在mycat读写分离场景下,会出现select xxl_job_info没有读取到最新数据,最终导致获取到旧数据,出现重复执行任务的问题 Other information: 修复xxl-job 获取任务时 select for update 和 select xxl_job_info不是用的同...
因为core的XxlJobRemotingUtil.postBody方法里使用了 connection.setRequestProperty("Content-Type", "application/json;charset=UTF-8"); connection.setRequestProperty("Accept-Charset", "application/json;charset=UTF-8"); 而JobApiController 用的以下接收,data是
自己新建的一个springboot项目引入xxl-job2.2.0依赖包:在任务调度中心,执行定时任务后,一直报com.xxl.rpc.util.XxlRpcException: xxl-rpc, request timeout 缺少什么配置了。我本地的配置如下: xxl: job: admin: addresses: http://localhost:8081/xxl-job-admin executor: # 执行器AppName [选填]:执行器心跳...
###7.32 版本 v2.3.0 Release Notes[规划中] -1、[规划中]DAG流程任务 Expand Down 1 change: 0 additions & 1 deletion1xxl-job-admin/src/main/resources/templates/joblog/joblog.detail.ftl Original file line numberDiff line numberDiff line change ...
在使用xxl-job时,遇到有一个奇怪的问题 一直在报 com.xxl.rpc.util.XxlRpcException: The access token[] is wrong 但是配置文件没有设置 token 同样的配置,其它项目注册过来就不会报这个问题 引用的jar也都是一样的 这个是报token的配置文件 这个是正常的配置文件 ...