|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-15652) All executors dead with item.isStuck(): ArrayIndexOutOfBoundsException and more in logs
alexander.schma...@cor.fja.com (JIRA) Fri, 23 Nov 2012 03:32:51 -0800
- [JIRA] (JENKINS-15652) All executors... lkea...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... lkea...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... azsch...@zeb.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... azsch...@zeb.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... jer...@jeremymoore.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... jer...@jeremymoore.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... marc.re...@live.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... marc.re...@live.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... marc.re...@live.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... marc.re...@live.de (JIRA)
- [JIRA] (JENKINS-15652) All executors... alexander.schma...@cor.fja.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... alexander.schma...@cor.fja.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... ro...@rogerscriven.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... alexander.schma...@cor.fja.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... lkea...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... flybr...@frontiernet.net (JIRA)
- [JIRA] (JENKINS-15652) All executors... candr...@integralblue.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... mwpowell...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... pascal.lambert...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... pascal.lambert...@gmail.com (JIRA)
- [JIRA] (JENKINS-15652) All executors... lkea...@gmail.com (JIRA)
I'm not sure that this problem is directly related to a recent Jenkins update.
In our environment (Jenkins 1.489 on Windows 2003 server) this exception started to appear last Friday. An update to Jenkins 1.491 didn't help. Neither did a downgrade back to 1.489.
But after thinking about it: we had troubles with our time server last Friday so that suddenly the server clock changed from Friday noon to Thursday evening.
This lead to some "past" build referencing previous builds from the "future" - at least this is what Jenkins seems to see now.
I've noted the problematic build numbers in the log and searched in the build.xml files in our jobs directory. Some single build directories had the wrong timestamp (in the past) - which I corrected to a date that's more appropriate (not knowing the real build timestamp anymore I had to make an educated guess
).
After this the exception disappeared and the executor's not dying anymore.