xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.38k stars 10.84k forks source link

com.xxl.job.core.util.FileUtil||/usr/local/tomcat/logs/callbacklog/xxl-job-callback-日期.log (No such file or directory) #2617

Open JohnLiBaby opened 2 years ago

JohnLiBaby commented 2 years ago

Please answer some questions before submitting your issue. Thanks!

Which version of XXL-JOB do you using?

2.2.0

Expected behavior

能够读取callbacklog进行重试。

Actual behavior

ERROR|com.xxl.job.core.util.FileUtil||/usr/local/tomcat/logs/callbacklog/xxl-job-callback-1632635091680.log (No such file or directory) java.io.FileNotFoundException: /usr/local/tomcat/logs/callbacklog/xxl-job-callback-1632635091680.log 不断循环报错,xxl-job-callback读取文件超时

Steps to reproduce the behavior

Other information

JohnLiBaby commented 2 years ago

问题找到了,回调日志太多,重试超过3s.

imkiven commented 1 year ago

如何解决的?