Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为啥一堆错误😂 #2

Open
DaiYuanchuan opened this issue Mar 15, 2019 · 8 comments
Open

为啥一堆错误😂 #2

DaiYuanchuan opened this issue Mar 15, 2019 · 8 comments

Comments

@DaiYuanchuan
Copy link

莫名其妙的 就是 一堆错误 , 先从 定时任务 quartz 包 ,
报 org.springframework.scheduling.quartz.QuartzJobBean 这个包没有 ,
引入 spring-context-support 错误消失 ,
后来就是 MySQL 报错 , 说好的支持 Linux 呢 。。。 错误
Table 'actuator.QRTZ_TRIGGERS' doesn't exist
为啥是大写的 。。。Liunx 的 MySQL 默认区分大小写
然后 又是
Couldn't retrieve trigger:No record found for selection of Trigger with key: 'DEFAULT.TASK_4' and statement
。。。。。。。。。。
不说了 , 调 BUG 去了

@qinxuewu
Copy link
Owner

(⊙o⊙)… 我的数据库默表都是小写的了。 这个错误就是你的数据区分大小写了。定时任务的表结构都是
quartz自带的

@qinxuewu
Copy link
Owner

spring-context-support 这个包 我项目里好像没有吧

@DaiYuanchuan
Copy link
Author

是的 这个包你没有 , 然后我就报错,说找不到QuartzJobBean , 不止这些呢 ,还有一堆 。。。。
mail.html 错误
Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: oshi/SystemInfo
An error happened during template parsing (template: "class path resource [templates/main.html]")
然后就一直是 执行定时任务失败(ScheduleJob.java:58) 。。。。
什么任务ID:6 还有什么 java.lang.NullPointerException(ThreadService.java:35)。。。。。

@DaiYuanchuan
Copy link
Author

兄弟 , 你这个到处都是缺少 jar 包的啊 , 全部都是 要么 jar 冲突 , 要么 缺少 jar , 我光找 对应的 jar 就找了好久。。。。。。😂

@qinxuewu
Copy link
Owner

我本地下载下来 运行启动不少jar包的啊

@DaiYuanchuan
Copy link
Author

com.github.oshi 这个没有

@qinxuewu
Copy link
Owner

修复jar包缺失问题 增加大写的定时任务表结构

@DaiYuanchuan
Copy link
Author

还有个问题,就是SQL里面的定时任务,经常是运行时出错,任务ID5 ,任务ID6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants