timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-20911] Jenkins is getting killed every few time #10834

Open timja opened 10 years ago

timja commented 10 years ago

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
  • assignee: matthijs110
  • status: Reopened
  • priority: Critical
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 10 years ago

danielbeck:

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!)

timja commented 10 years ago

matthijs110:

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.

timja commented 10 years ago

danielbeck:

Check /var/log/messages, could be that you don't have enough RAM and the process gets killed by the oom-killer.

timja commented 10 years ago

rwsmith:

I was seeing the same thing run on Ubuntu in Vagrant. I start it with:

java -Xmx512m -jar jenkins.war

I have given my Vagrant VM more memory and this seems to have fixed it.