Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
We had something similar. Jenkins 2.7.3. After some experimentation, I found that adding the empty tag: right before the executionStrategy tag at the end of the config.xml, like this: . . . false and then reloading configuration from disk fixed the problem. The matrix job now

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
Found similar issue. Jenkins 2.7.3. By experimentation, I found that I could get project(s) to load by adding immediately before in config.xml On Tuesday, August 23, 2016 at 8:22:58 AM UTC-7, Gavin Williams wrote: > Ah, actually, apologies, I got this issue mixed up with another one I'm >

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Gavin Williams
Ah, actually, apologies, I got this issue mixed up with another one I'm currently having... Yes, there is an error in the logs for the Multi-Configuration project. Aug 23, 2016 3:59:58 PM jenkins.InitReactorRunner$1 onTaskFailed > SEVERE: Failed Loading job Microservice_Matrix_Unit > java.lang

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Gavin Williams
Daniel An example config.xml is here: https://gist.github.com/fatmcgav/19660174fed68f9df6c70797f079bc72 Nothing obvious in the logs, and some complaints about 'Unreadable Data'. A couple of lines corresponding to this project: > hudson.model.FreeStyleProject Unit_4 NoSuchMethodError: > org.jr

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Daniel Beck
Please provide the config.xml of the affected job. It seems to be invalid. Maybe a plugin is failing to load. Anything in the logs, or on /manage? > On 23.08.2016, at 15:37, Gavin Williams wrote: > > The latest occurrence on a fresh install with latest of everything is: > * Jenkins: 2.7.2 > * M

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Gavin Williams
The latest occurrence on a fresh install with latest of everything is: * Jenkins: 2.7.2 * Matrix Project plugin: 1.7.1 Cheers Gavin On Tuesday, 23 August 2016 13:01:05 UTC+1, Daniel Beck wrote: > > What versions of Jenkins and the Matrix Project plugin is this? > > > On 23.08.2016, at 13:54, Ga

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Daniel Beck
What versions of Jenkins and the Matrix Project plugin is this? > On 23.08.2016, at 13:54, Gavin Williams wrote: > > Just to confirm, I hit exactly the same error on a fresh Jenkins 2 > installation... > > Anyone hit anything similar? > > Cheers > Gavin > > On Friday, 19 August 2016 17:21:

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Gavin Williams
Just to confirm, I hit exactly the same error on a fresh Jenkins 2 installation... Anyone hit anything similar? Cheers Gavin On Friday, 19 August 2016 17:21:44 UTC+1, Gavin Williams wrote: > > Afternoon all > > I've just upgraded one of our Jenkins hosts from 1.6 to 2.18, and > unfortunately

Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-19 Thread Gavin Williams
Afternoon all I've just upgraded one of our Jenkins hosts from 1.6 to 2.18, and unfortunately it appears to have broken some of our Multi-configuration projects. Upon restarting Jenkins, the following is logged: > SEVERE: Failed Loading job Microservice_Matrix_Unit > java.lang.NullPointerExce