Open timja opened 10 years ago
What OS? How are you launching Jenkins? What happens when you launch it differently? How do you know it's getting killed? What do you mean by 'doing something'?
This isn't a bug report, it's a support request. Maybe try the users' mailing list (but provide the information I mention above!)
Its on Ubuntu 13.04 64-bit. I launch it with this command: "java -java jenkins.war" When the connection is lost with the Jenkins server and I look into the log, it says "Killed". Thats it. Then I have the ability again to execute a command. With doing something I mean: Working on Jenkins. Doing stuff on it. Doesn't what, it is just getting killed. Its not getting killed when I am not doing anything.
Check /var/log/messages, could be that you don't have enough RAM and the process gets killed by the oom-killer.
Every time I am doing something in my Jenkins server, the server is getting killed randomly without any errors.
Originally reported by matthijs110, imported from: Jenkins is getting killed every few time