Re: Jenkins gets killed / crashes unexpectedly

2012-06-13 Thread Ove Ranheim
Thanks Richard, This was helpful. The reason to this problem was two things: I used OpenJDK 1.6 on Centos-6 and heap/mem had to be changed for both Jenkins instance and Maven build. After switching to Oracle 1.6 JDK it works fine. Ove On Jun 13, 2012, at 1:09 AM, Richard Mortimer wrote: > It

Re: Jenkins gets killed / crashes unexpectedly

2012-06-12 Thread Richard Mortimer
It could be the kernel running out of virtual memory and the OOM (out of memory) killer is killing jenkins. Run the "dmesg" command in a terminal window on your jenkins server and see if the OOM kill has been active. Also see. https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemo

Re: Jenkins gets killed / crashes unexpectedly

2012-06-12 Thread Sami Tikka
Try 1.469. -- Sami Ove Ranheim kirjoitti 12.6.2012 kello 15.44: > Hi, > > I experience this strange problem with Jenkins (build: #1468). It's running > under its own non-privileged user on Centos 6. During execution of Maven 3 > tests, all of a sudden the Jenkins process gets killed. I'm clue

Re: Jenkins gets killed / crashes unexpectedly

2012-06-12 Thread Mark Waite
e memory size of the process, in case it is growing beyond the limits set by your operating system. Mark Waite  > > From: Ove Ranheim >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, June 12, 2012 6:44 AM >Subject: Jenkins gets killed / cr

Jenkins gets killed / crashes unexpectedly

2012-06-12 Thread Ove Ranheim
Hi, I experience this strange problem with Jenkins (build: #1468). It's running under its own non-privileged user on Centos 6. During execution of Maven 3 tests, all of a sudden the Jenkins process gets killed. I'm clueless to what's causing this. The console log is really not too informative