Hi,
After migration from MSSQL to MySQL, I have the following error when starting the application
org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: 'heartbeat' and group: 'DEFAULT', because one already exists with this identification.
I know this is a problem between Spring and Quartz scheduler. Quartz attempt to instance an already existing job.
How to remove or stop it the SIMPLEST way through the webapp ? Unfortunately, I saw not any record in the database about 'heartbeart'.
Thanks for your help.