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+OutOfMemoryError

Regards

Richard

On 12/06/2012 13:44, Ove Ranheim wrote:
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 either:

INFO: Started SSHD at port 56903
Jun 12, 2012 10:37:40 AM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Jun 12, 2012 10:37:43 AM
org.springframework.context.support.AbstractApplicationContext
prepareRefresh
INFO: Refreshing
org.springframework.web.context.support.StaticWebApplicationContext@140c7272:
display name [Root WebApplicationContext]; startup date [Tue Jun 12
10:37:43 CEST 2012]; root of context hierarchy
Jun 12, 2012 10:37:43 AM
org.springframework.context.support.AbstractApplicationContext
obtainFreshBeanFactory
INFO: Bean factory for application context
[org.springframework.web.context.support.StaticWebApplicationContext@140c7272]:
org.springframework.beans.factory.support.DefaultListableBeanFactory@3b896429
Jun 12, 2012 10:37:43 AM
org.springframework.beans.factory.support.DefaultListableBeanFactory
preInstantiateSingletons
INFO: Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@3b896429:
defining beans [filter,legacy]; root of factory hierarchy
Jun 12, 2012 10:37:43 AM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 44944
Jun 12, 2012 10:37:56 AM hudson.WebAppMain$2 run
INFO: Jenkins is fully up and running
Jun 12, 2012 10:41:02 AM hudson.model.Run run
INFO: PoC Build #10 main build action completed: SUCCESS
Jun 12, 2012 11:06:03 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in PoC Build. Triggering #11
./j.sh: line 5: *25446 Killed java -jar jenkins.war --httpPort=8082
--prefix=/jenkins*

Any idea to what's causing this?

-Ove

Reply via email to