当前位置:网站首页>2021-07-15Caused by: org. quartz. ObjectAlreadyExistsException: Unable to store Job : ‘DEFAULT. TASK_ 1‘
2021-07-15Caused by: org. quartz. ObjectAlreadyExistsException: Unable to store Job : ‘DEFAULT. TASK_ 1‘
2022-06-30 14:33:00 【tutou_ girl】
Basic validation is not a code problem , No code changes
Guess is when updating the code , There is no normal shutdown , This results in dirty data in the table
Solution
Delete data qrtz_job_details Data in
In terms of normal ,qrtz_triggers The table is right qrtz_job_details There are foreign key references , So it cannot be deleted directly , and qrtz_cron_triggers There is another pair in the table qrtz_triggers Foreign key references to . therefore , According to : Delete the data in the following order
qrtz_cron_triggers> qrtz_triggers> qrtz_job_details
边栏推荐
- Getting started with shell Basics
- PHP 2D array change key name
- Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package
- Race of golang
- [observation] as the intelligent industry accelerates, why should AI computing power take the lead?
- NoViableAltException([email protected][])
- Lifting scanning tool
- JS delete the objects in the array and specify to delete the objects
- Google Earth engine (GEE) -- converts string to number and applies it to time search (ee.date.fromymd)
- Impersonate server and client using message queuing
猜你喜欢

MFQE 2.0: A New Approach for Multi-FrameQuality Enhancement on Compressed Video

Realize a simple LAN communication (similar to feiqiu)

Rpm2rpm packaging steps

DefCamp Capture the Flag (D-CTF) 2021-22 web

The programming competition is coming! B station surrounding, senior members and other good gifts to you!

On simple code crawling Youdao translation_ 0's problem (to be solved)

About the problems encountered when using the timer class to stop with a button (why does the QPushButton (for the first time) need to be clicked twice to respond?)

remote: Support for password authentication was removed on August 13, 2021. Please use a personal ac

Google Earth engine (GEE) -- converts string to number and applies it to time search (ee.date.fromymd)

Race of golang
随机推荐
Go language func function
想請教一下,我在佛山,到哪裏開戶比較好?手機開戶是安全麼?
JS time conversion standard format, timestamp conversion standard format
【 scientific literature measurement 】 mining and visualization of keywords in foreign and Chinese Literature
想请教一下,我在佛山,到哪里开户比较好?手机开户是安全么?
Summary of use of laravel DCAT admin
Wechat applet realizes map navigation + door-to-door recycling
【BUUCTF】 EasySql
JMeter transaction controller
Chapter 13 signal (III) - example demonstration
Learn about data kinship JSON format design from sqlflow JSON format
Lifting scanning tool
PHP multidimensional array sorting
Upgrade composer self update
Talk about Vue's two terminal diff algorithm, analysis of the rendering principle of the mobile terminal, and whether the database primary key must be self incremented? What scenarios do not suggest s
Google Earth engine (GEE) - ghsl: global human settlements layer, built grid 1975-1990-2000-2015 (p2016) data set
[scientific research data processing] [practice] frequency analysis chart of category variables, distribution chart of numerical variables and normality test (including lognormal)
Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~
Why does the folder appear open in another program
Numpy creates an empty array data = np empty(shape=[1, 64,64,3])