Unable to store Job with name: 'jobDetail' and group: 'quartz-batch'
Hi,
My batch is scheduled through a web application. I am using Quartz for scheduler. I have only one batch to run, but i have to schedule same batch as multiple jobs. For example one job should run every day and another one is at end of every month. While scheduling through web application at first time, the batch is running as expected. But if I try for second time it generated below error. But if I restart my server and try, it is working fine. Please help me to solve this issue.
org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: 'jobDetail' and group: 'quartz-batch', because one already exists with this identification.
Thanks in advance,
Shahul