We are getting "Thread has died" issue in all our executors and this leads to block our daily activities. When I clicked on "Restart the thread" it looks the error went off, but when I start a job to run, the executor gives the same error.
Below is the Jenkins logs
java.lang.IllegalStateException: C:_Harman_NA_Info\ALM\Jenkins\master\jobs\HLF_All_Projects_All_Tasks\builds\811 already existed; will not overwite with HLF_All_Projects_All_Tasks #811
at hudson.model.RunMap.put(RunMap.java:187)
at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:178)
at hudson.model.AbstractProject.newBuild(AbstractProject.java:1006)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1205)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:144)
at hudson.model.Executor.run(Executor.java:213)
I tired with "set next build number" plugin to set the build number manually, but no improvement. Could you please help in this issue?