You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"
ObjectAlreadyExistsException Unable to store Job : 'DEFAULT.jobs.noop.1', because one already exists with this identification. org.quartz.simpl.RAMJobStore.storeJob (RAMJobStore.java:277)
"
Please post full stack trace, it's impossible to tell at what step you get the exception. Please add the ns macro "header" to your code, it's not clear what schedule qs may be referring to.
Finally, there is quartzite.scheduler/maybe-schedule and quartzite.scheduler/add-trigger.
Hi.
I'd like to do something like this:
but I am getting error:
"
ObjectAlreadyExistsException Unable to store Job : 'DEFAULT.jobs.noop.1', because one already exists with this identification. org.quartz.simpl.RAMJobStore.storeJob (RAMJobStore.java:277)
"
Example here suggests it should be possible:
http://www.mkyong.com/java/example-to-run-multiple-jobs-in-quartz/
For now I'm like to fully duplicate the job to schedule 2, independent instances of the same workload.
Kind regards.
Ludwik.
The text was updated successfully, but these errors were encountered: