当前位置:网站首页>Based on configured schedule, the given trigger will never fire
Based on configured schedule, the given trigger will never fire
2022-07-02 01:41:00 【loveLifeLoveCoding】
springboot Integrate quartz The following error is reported during startup :
org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:698)
at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:255)
at com.grandsys.Quartz.SchedulerJob.startScheduler(SchedulerJob.java:33)
at com.grandsys.Quartz.SchedulerJob.main(SchedulerJob.java:40)reason : By quartz A task scheduled job The trigger of cronTrigger The trigger time of passes cron The expression is configured with an illegal or past time ; The job It will never be carried out to
terms of settlement : Find the illegal cron Expression and modify , Or comment on the scheduled task , After the operation, restart the application .
边栏推荐
- 开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?
- 6-2漏洞利用-ftp不可避免的问题
- MPLS experiment operation
- Have you stepped on the nine common pits in the e-commerce system?
- Architecture evolution from MVC to DDD
- Edge extraction edges based on Halcon learning_ image. Hdev routine
- Leetcode, 3 repeatless longest subsequence
- Appium inspector can directly locate the WebView page. Does anyone know the principle
- Learning note 24 - multi sensor post fusion technology
- 企业应该选择无服务器计算吗?
猜你喜欢

Since I understand the idea of dynamic planning, I have opened the door to a new world
![[IVX junior engineer training course 10 papers to get certificates] 03 events and guessing numbers games](/img/69/44219af52baef20cedec3870147589.jpg)
[IVX junior engineer training course 10 papers to get certificates] 03 events and guessing numbers games
![[rust web rokcet Series 2] connect the database and add, delete, modify and check curd](/img/23/cfa13ad30e45ef7cdda690775964a7.jpg)
[rust web rokcet Series 2] connect the database and add, delete, modify and check curd

Implementation principle of city selector component

学习笔记25--多传感器前融合技术

matlab 使用 audiorecorder、recordblocking录制声音,play 播放声音,audiowrite 保存声音

Unity AssetBundle subcontracting

Data visualization in medical and healthcare applications

2022年6月国产数据库大事记

Feature extraction and detection 16 brisk feature detection and matching
随机推荐
No converter found for return value of type: class
Brief introduction to the development of mobile network
Fastadmin controls the length of fields in the table
Edge computing accelerates live video scenes: clearer, smoother, and more real-time
[IVX junior engineer training course 10 papers to get certificates] 01 learn about IVX and complete the New Year greeting card
matlab 使用 resample 完成重采样
There are spaces in the for loop variable in the shell -- IFS variable
Raspberry pie 4B learning notes - IO communication (1-wire)
Six lessons to be learned for the successful implementation of edge coding
6-3漏洞利用-SSH环境搭建
A problem about function template specialization
[rust web rokcet Series 2] connect the database and add, delete, modify and check curd
Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
Convolutional neural network (including code and corresponding diagram)
Game thinking 15: thinking about the whole region and sub region Services
电子协会 C语言 1级 33 、奇偶数判断
开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?
[IVX junior engineer training course 10 papers] 06 database and services
Introduction to ffmpeg Lib
6-2 vulnerability exploitation - inevitable problems of FTP