Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-25 Thread Slide
You can look at this issue to see some examples of what the trigger sections look like. https://issues.jenkins-ci.org/browse/JENKINS-20265 On Fri, Oct 25, 2013 at 8:35 AM, Nick Desjardins wrote: > Noted. I was trying to help narrow down the issue as you mentioned. > > As a work-around, I would

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-25 Thread Nick Desjardins
Noted. I was trying to help narrow down the issue as you mentioned. As a work-around, I would like to hand-code valid xml nodes into the config.xml file. Do you think this would work, and can you please tell what the plug-in expects? On Fri, Oct 25, 2013 at 11:14 AM, Slide wrote: > Yes, its an

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-25 Thread Slide
Yes, its an issue with the way that 1.536 changed how items that implement Descriptor/Describable pattern are saved. The new behavior breaks several plugins. On Fri, Oct 25, 2013 at 8:02 AM, Nick Desjardins wrote: > I'm on Jenkins version 1.536 with ext-email-plugin 2.35.1, and I see the > NPE i

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-25 Thread Nick Desjardins
I'm on Jenkins version 1.536 with ext-email-plugin 2.35.1, and I see the NPE in many of our jobs. Looking at the config.xml file generated for the job, it seems that any trigger I try to create is set to null: After saving and coming back into the page from the web UI, t

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Slide
There are two possible reasons, one is that you don't have any triggers defined, there was a bug related to this that has been fixed, but I am waiting to do a release to see if there is traction on the second possible cause, which is if you are running 1.536, there are major issues for email-ext an

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Richard Bywater
Its probably worth confirming exactly which version of email-ext plugin you are using, but that line appears to be when trying to read the configured triggers - by any chance have you no triggers applied to the job (e.g. no trigger on failure) Richard. On Fri, Oct 25, 2013 at 12:51 PM, Rob Burke

Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Rob Burke
Hi, After a quick search I didn't find a thread on this, so thought it might be useful to post the exception I got: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException