Re: Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Eric Blom
Hello Nate, Thank you for the tip. The issue had gone on too long and I had to manually restart Jenkins. Unfortunately that was just before I received your message so I could not use the kill -QUIT command. If this problem happens again I'll reply back with the details you suggested. Eric On

Re: Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Zetan Drableg
Get a thread dump from the jenkins process. kill -QUIT Attach to jenkins with VisualVM. are you out of heap and Garbage Collecting really hard? Might need to increase your java heap. On Mon, Apr 15, 2013 at 9:40 AM, Eric Blom wrote: > Hello Everyone, > > I'm new to Jenkins and Java and am lo

Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Eric Blom
Hello Everyone, I'm new to Jenkins and Java and am looking for some tips on how to debug my Jenkins server hanging. When I say hanging I mean that the Jenkins web page does not load. No errors are returned the page just continuously loads but nothing appears. My Jenkins server current "hang t

Re: Jenkins Hung

2012-03-09 Thread Sami Tikka
ystem log via Jenkins Homepage > Manage Jenkins > System > log > > regards > > didier > > Le mercredi 7 mars 2012 20:24:16 UTC+1, John Hinnegan a écrit : >> >> Jenkins hung on me again. It just stops responding to requests. I wish it >> would just die so i

Re: Jenkins Hung

2012-03-08 Thread Didier Durand
Hi, you can access the system log via Jenkins Homepage > Manage Jenkins > System log regards didier Le mercredi 7 mars 2012 20:24:16 UTC+1, John Hinnegan a écrit : > > Jenkins hung on me again. It just stops responding to requests. I wish it > would just die so it wou

Re: Jenkins Hung

2012-03-08 Thread John Hinnegan
it is permgen out of memory, looks like it's similar to other people'e problems

Re: Jenkins Hung

2012-03-08 Thread John Hinnegan
> -- Sami > > John Hinnegan kirjoitti 7.3.2012 kello 21.24: > > Jenkins hung on me again. It just stops responding to requests. I wish it > would just die so it would be restarted. > > Anyway, following along: > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hangi

Re: Jenkins Hung

2012-03-07 Thread Sami Tikka
Do you find any exceptions from Jenkins in the system log? You should read what others have discussed here. You do not seem to be alone with your problem. Far from it. -- Sami John Hinnegan kirjoitti 7.3.2012 kello 21.24: > Jenkins hung on me again. It just stops responding to requests

Jenkins Hung

2012-03-07 Thread John Hinnegan
Jenkins hung on me again. It just stops responding to requests. I wish it would just die so it would be restarted. Anyway, following along: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging Here's the JStack: http://pastebin.com/ZSNQgCm7 Generated with sudo jstack -F 64871 He