Re: Unspecific NPE when running build on slave node

2016-02-05 Thread prasad yelle
Hi, I upgraded to latest Jenkins 1.647 from 1.57, Now I am get the following Null Pointer Exception. ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

Re: Unspecific NPE when running build on slave node

2015-08-03 Thread Adam Mitchell
Had the same issue, setting the jdk for the build to 1.8 worked. On Tuesday, 26 May 2015 08:32:35 UTC+1, Stephan Mehlhase wrote: > > Hi, > > I had pretty much the same issue and the problem resolved after changing > the Job's JDK setting (in the Job configuration page) from default (which > on

Re: Unspecific NPE when running build on slave node

2015-05-26 Thread Stephan Mehlhase
Hi, I had pretty much the same issue and the problem resolved after changing the Job's JDK setting (in the Job configuration page) from default (which on that machine points to a Java 6 JDK) to a Java 7 JDK. After that the build started to work again without any issues. Hope this helps. Best,

Unspecific NPE when running build on slave node

2015-05-13 Thread Rafael Ruiz Palacios
Hi group, I’m running Jenkins 1.613 and created a slave node pointing to a Unix system properly launched (log attached). The problem is when I try to execute a build, a very simple job just checking out from SVN and compiling using Maven (clean install), I get a very unspecific error that’s dri