Re: Problems with location of build workspace - not unique to each project - FIXED

2012-03-13 Thread Øyvind Harboe
On Mar 12, 6:18 pm, Sami Tikka wrote: > I think I have seen a Jenkins installation where JENKINS_HOME was a symlink. It's working now: - nuke install(removing symlinks) - install to /var/lib/jenkins using standard yum settings - move the contents of /var/lib/jenkins, except the generic home co

Re: Problems with location of build workspace - not unique to each project

2012-03-12 Thread Sami Tikka
2012/3/12 Øyvind Harboe : > On Mar 11, 10:35 pm, Sami Tikka wrote: >> Jenkins does not normally vomit null pointer exceptions when it is feeling >> fine. > > I suppose. I just don't know if it is relevant or what this NPE means. > >> Which JVM are you using to run Jenkins? How did you install Jen

Re: Problems with location of build workspace - not unique to each project

2012-03-12 Thread Sami Tikka
I think I have seen a Jenkins installation where JENKINS_HOME was a symlink. But if you want to be sure, edit some config file which sets the value for JENKINS_HOME. I am not familiar with the Jenkins rpm package but if it is built according to standard, the config file should be /etc/sysconfig/

Re: Problems with location of build workspace - not unique to each project

2012-03-12 Thread Øyvind Harboe
On Mar 11, 10:35 pm, Sami Tikka wrote: > Jenkins does not normally vomit null pointer exceptions when it is feeling > fine. I think the problem is that Jenkins misbehaves when /var/lib/jenkins is symbolic link. The root partition I'm using has only 20GBytes and the /export/dev02 that I want to

Re: Problems with location of build workspace - not unique to each project

2012-03-12 Thread Øyvind Harboe
On Mar 11, 10:35 pm, Sami Tikka wrote: > Jenkins does not normally vomit null pointer exceptions when it is feeling > fine. I suppose. I just don't know if it is relevant or what this NPE means. > Which JVM are you using to run Jenkins? How did you install Jenkins? I'm using RedHat and install

Re: Problems with location of build workspace - not unique to each project

2012-03-11 Thread Sami Tikka
Jenkins does not normally vomit null pointer exceptions when it is feeling fine. Which JVM are you using to run Jenkins? How did you install Jenkins? Could you also tell how you came to the conclusion that $WORKSPACE is the same for all your projects? -- Sami 2012/3/11 Øyvind Harboe : > I thoug