Re: Jenkins slaves failing with java.lang.IllegalStateException: Already Connected

2015-05-11 Thread Sean Last
So, I've determined that I can still connect to the slave from another master with no issues. So the issue must be with the master. The other master is the exact same kernel and jenkins version. On Monday, May 11, 2015 at 1:26:33 PM UTC-4, Sean Last wrote: We're getting this: ===[JENKINS

Re: Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-02-18 Thread Sean Last
. On Wed, Feb 18, 2015 at 1:11 PM, Sean Last qkt...@gmail.com javascript: wrote: And it throws an error about not having any data if you try and build with a new java version. Anyone seen this? Any ideas? -- You received this message because you are subscribed to the Google Groups Jenkins

Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-02-18 Thread Sean Last
And it throws an error about not having any data if you try and build with a new java version. Anyone seen this? Any ideas? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it,

Re: Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Sean Last
at 12:45:40 PM UTC-5, Sean Last wrote: Thu Jan 29 15:48:45 2015] Out of memory: Kill process 19422 (java) score 139 or sacrifice child [Thu Jan 29 18:24:25 2015] Out of memory: Kill process 19422 (java) score 140 or sacrifice child [Thu Jan 29 20:23:21 2015] Out of memory: Kill process 19422

Jenkins slaves are killing jobs with a linux kernal memory error

2015-02-17 Thread Sean Last
Thu Jan 29 15:48:45 2015] Out of memory: Kill process 19422 (java) score 139 or sacrifice child [Thu Jan 29 18:24:25 2015] Out of memory: Kill process 19422 (java) score 140 or sacrifice child [Thu Jan 29 20:23:21 2015] Out of memory: Kill process 19422 (java) score 143 or sacrifice child [Fri

Re: Open file handles becoming an issue

2015-01-08 Thread Sean Last
increasing. (a combination of awk sort and uniq should be able to show any upward trends - if you have an executor on the same OS as the master you could also do this through jenkins and use the plot plugin to visualize :-) /James On 07/01/2015 22:05, Sean Last wrote: Ok, i'll up the limit

Re: Open file handles becoming an issue

2015-01-07 Thread Sean Last
And I know I could just up the open files limit for the jenkins user, but I'd really like to know why this is happening so it doesn't just keep growing until it's full regardless of where I put the limit. On Wednesday, January 7, 2015 2:55:11 PM UTC-5, Sean Last wrote: Yeah, we've got plenty

Re: Open file handles becoming an issue

2015-01-07 Thread Sean Last
, Sean Last qkt...@gmail.com javascript: wrote: I run a fairly large jenkins install (300 jobs and counting), but I've begun to have serious issues with it failing every couple of weeks because there are too many open files. I have not yet increased the open files available

Re: Open file handles becoming an issue

2015-01-07 Thread Sean Last
Yes, restarting jenkins completely clears the open files for the jenkins user, even though the jenkins application is unaware of the open files. On Wednesday, January 7, 2015 3:06:39 PM UTC-5, LesMikesell wrote: On Wed, Jan 7, 2015 at 1:55 PM, Sean Last qkt...@gmail.com javascript: wrote

Re: Open file handles becoming an issue

2015-01-07 Thread Sean Last
it is hooked up which is after java itself has got may handles which can give you a significant difference. I would up the limit and then run a periodic check on the file handles to check that there are no leaks over time. On 7 January 2015 20:21:50 GMT+00:00, Sean Last qkt...@gmail.com javascript

Verify job config.xml is valid without actually creating a job

2014-08-27 Thread Sean Last
Does jenkins have any way to verify a configuration is valid other than actually creating a job? I've written a bunch of automation around jenkins that generates job configurations and pushes them, and I'd like to add more and better unit tests, but one of the things I don't know how to do is

Jenkins fails when it marks as success

2014-07-23 Thread Sean Last
Full log here: http://pastebin.com/ZF5h3y9e [INFO] Loaded 0 module information files [INFO] Completed Sonatype CLM scan [INFO] Uploading scan to https://lunabuild.akamai.com/clm [INFO] Waiting for report to be processed (estimate 5s) [ssh-agent] Stopped. Skipping sonar analysis due to bad build

Jenkins slave builds failing mysteriously

2014-07-16 Thread Sean Last
I am running Jenkins 1.570 on ubuntu 10.04, with the ssh agent plugin 1.4.1, and the ssh slave plugin 1.5. My slave is ubuntu 12.04. Another job is failing without even telling me why, and I think it might be a similar issue, because everything about the build reports success. I have no

Re: Jenkins slave builds failing mysteriously

2014-07-16 Thread Sean Last
Looks like it's the sonatype clm plugin. I disabled that and it works. On Wednesday, July 16, 2014 6:15:57 PM UTC-4, Sean Last wrote: I am running Jenkins 1.570 on ubuntu 10.04, with the ssh agent plugin 1.4.1, and the ssh slave plugin 1.5. My slave is ubuntu 12.04. Another job