org.quartz.JobPersistenceException: Couldn't acquire next trigger: Couldn't retrieve trigger: No record found for selection of Trigger with key: 'DEFAULT.6da64b5bd2ee-2cc217ab-58da-4061-bf71-276e1168942d' and statement: SELECT * FROM QRTZ_SIMPLE_TRIGGERS WHERE SCHED_NAME = 'rulesExecutionScheduler' AND TRIGGER_NAME = ? AND TRIGGER_GROUP = ?
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta Project Issue Tracker by Daniel McElroy, 2 years ago
via Terracotta Project Issue Tracker by Daniel McElroy, 1 year ago
via Stack Overflow by user1020455
, 1 year agovia Stack Overflow by yoav.str
, 11 months agovia Terracotta Project Issue Tracker by seetha Lakshmi, 2 years ago
via Terracotta Project Issue Tracker by seetha Lakshmi, 1 year ago
org.quartz.JobPersistenceException: Couldn't retrieve trigger: No record found for selection of Trigger with key: 'DEFAULT.6da64b5bd2ee-2cc217ab-58da-4061-bf71-276e1168942d' and statement: SELECT * FROM QRTZ_SIMPLE_TRIGGERS WHERE SCHED_NAME = 'rulesExecutionScheduler' AND TRIGGER_NAME = ? AND TRIGGER_GROUP = ?
at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1533)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2808)