org.quartz.ObjectAlreadyExistsException: Unable to store Trigger with name: '7079DB2AA8C1411AE0400D0A9F1E4A24' and group: 'SMS', because one already exists with this identification.
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 by d2x, 1 year ago
via Kuali JIRA by David Elyea, 2 years ago
via Kuali JIRA by David Elyea, 1 year ago
org.quartz.ObjectAlreadyExistsException: Unable to store Trigger with name: '7079DB2AA8C1411AE0400D0A9F1E4A24' and group: 'SMS', because one already exists with this identification.
at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeTrigger(JobStoreSupport.java:1176)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.replaceTrigger(JobStoreSupport.java:1511)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$9.execute(JobStoreSupport.java:1485)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.executeInLock(JobStoreCMT.java:244)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.replaceTrigger(JobStoreSupport.java:1481)
at org.quartz.core.QuartzScheduler.rescheduleJob(QuartzScheduler.java:903)
at org.quartz.impl.StdScheduler.rescheduleJob(StdScheduler.java:324)