Problem Statement
Info |
---|
While creating a snapshot of a project with several issues, if the process is interrupted and when an attempt to take another snapshot is made, the below error is thrown: |
Error Message
Code Block |
---|
|
Job with name 'com.test.jira.rollout.snapshot' has already been scheduled. (This message is an example)
|
Log Entries
Code Block |
---|
|
ERROR user1234 xxxxxxxxx xxxxxxxxxxx 10.0.1.1,10.0.1.2,10.0.1.3
/rest/configuration-manager/1.0/snapshots/progress/4 [c.b.j.r.impl.rest.AbstractResource]
com.test.jira.rollout.jobs.JobAlreadyScheduledException:
Job with name 'com.test.jira.rollout.snapshot' has already been scheduled
java.util.concurrent.ExecutionException: com.test.jira.rollout.jobs.JobAlreadyScheduledException:
Job with name 'com.test.jira.rollout.snapshot' has already been scheduled |
Environment
Application | Jira |
---|
Host | Datacenter |
---|
Solution
To create a new snapshot:
...