Hi,
I had created multiple jobs and set cron expression to run automaticall.
But io.jmix.autoconfigure.imap.job.***ImapSync Job***
getting automatically created even after deleting the job from the table still somehow it is getting created and due to which job are getting in to paused state automatically once it gets fired. Also job are going from Waiting
state to Error
state instead of waiting state for next fire date and time. Also class is available as im able to create cron
ERROR o.q.i.j.JobStoreSupport.acquireNextTrigger:2867 - [quartzScheduler_QuartzSchedulerThread] Error retrieving job, setting trigger state to ERROR.
org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: com.mobicule.mcollectsettlementnew.scheduler.LoanCorePostingMc001
at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveJob(JobStoreSupport.java:1393)