Too many open files with Maven+Jenkins? (was Re: Build failed in Jenkins...)

2012-02-28 Thread Mattmann, Chris A (388J)
Hey Guys, No worries. I'm taking the email thread to builds@. Guys, we are seeing a ton of these too many open files issues -- Paul R. from Apache OODT dug up the below links. Anyone seeing this too? Do the links below help? Paul, Brian, not sure if you guys are subscribed to build@ so you may

RE: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread Gavin McDonald
> -Original Message- > From: Jesse Glick [mailto:jesse.gl...@oracle.com] > Sent: Wednesday, 29 February 2012 8:55 AM > To: builds@apache.org > Subject: Re: [Buildbot] value for M2_HOME (maven.home) ? > > On 02/28/2012 05:46 PM, Gavin McDonald wrote: > >> Is there a document that describe

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
On 28 February 2012 22:46, Gavin McDonald wrote: > > >> -Original Message- >> From: sebb [mailto:seb...@gmail.com] >> Sent: Wednesday, 29 February 2012 7:31 AM >> To: builds@apache.org; ga...@16degrees.com.au >> Subject: Re: [Buildbot] value for M2_HOME (maven.home) ? >> >> On 28 February

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
On 28 February 2012 22:46, Gavin McDonald wrote: > > >> -Original Message- >> From: sebb [mailto:seb...@gmail.com] >> Sent: Wednesday, 29 February 2012 7:31 AM >> To: builds@apache.org; ga...@16degrees.com.au >> Subject: Re: [Buildbot] value for M2_HOME (maven.home) ? >> >> On 28 February

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread Jesse Glick
On 02/28/2012 05:46 PM, Gavin McDonald wrote: Is there a document that describes where to find things on each slave? with over 30 slaves and different admins installing stuff all the time, I fear it would be a nightmare to keep updated. This is why tool auto-installation [1] was created. Eve

RE: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread Gavin McDonald
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Wednesday, 29 February 2012 7:31 AM > To: builds@apache.org; ga...@16degrees.com.au > Subject: Re: [Buildbot] value for M2_HOME (maven.home) ? > > On 28 February 2012 21:19, Gavin McDonald > wrote: > > Sebb et al, > > >

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
On 28 February 2012 21:19, Gavin McDonald wrote: > Sebb et al, > > Maven can be installed in different places on different slaves, so it is > good > to be specific. Is there a document that describes where to find things on each slave? > Also, it is not always appropriate to set M2_HOME in the e

RE: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread Gavin McDonald
Sebb et al, Maven can be installed in different places on different slaves, so it is good to be specific. Also, it is not always appropriate to set M2_HOME in the env of the machine or buildbot user on a build machine as there be several Maven versions installed at one time. Feel free to set M2

Re: FreeBSD Jenkins slave - no timely "connection refused" when connecting to a port is not bound

2012-02-28 Thread Keith W
Thanks Uwe for the informative reply and the potential workarounds. regards, Keith Wall.

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
On 28 February 2012 19:17, Konstantin Kolinko wrote: > 2012/2/28 sebb : >> On 28 February 2012 13:17, sebb wrote: >>> JMeter needs to know the Maven home directory in order to upload snapshots. >>> >>> However the standard M2_HOME env. variable [1] does not seem to be set. >>> >>> Is Maven instal

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread Konstantin Kolinko
2012/2/28 sebb : > On 28 February 2012 13:17, sebb wrote: >> JMeter needs to know the Maven home directory in order to upload snapshots. >> >> However the standard M2_HOME env. variable [1] does not seem to be set. >> >> Is Maven installed in a standard location? >> >> I suppose the build file cou

[Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
JMeter needs to know the Maven home directory in order to upload snapshots. However the standard M2_HOME env. variable [1] does not seem to be set. Is Maven installed in a standard location? I suppose the build file could be updated to run "mvn -v" in a shell and extract the home directory, but

Re: [Buildbot] value for M2_HOME (maven.home) ?

2012-02-28 Thread sebb
On 28 February 2012 13:17, sebb wrote: > JMeter needs to know the Maven home directory in order to upload snapshots. > > However the standard M2_HOME env. variable [1] does not seem to be set. > > Is Maven installed in a standard location? > > I suppose the build file could be updated to run "mvn