Re: Problem running slaves

2012-07-06 Thread Sami Tikka
You can specify path to java command in the slave configuration. -- Sami David Mata kirjoitti 6.7.2012 kello 16.09: > The only way to get it that I found was run the slave by using my own script. > Start the slave via SSH option was impossible. > > Thank you > > El jueves, 5 de julio de 2012

Re: Problem running slaves

2012-07-06 Thread David Mata
The only way to get it that I found was run the slave by using my own script. Start the slave via SSH option was impossible. Thank you El jueves, 5 de julio de 2012 21:37:55 UTC+2, David Mata escribió: > > Hello. > > Does anybody know why jenkisn slave cab give this to me? > > Thank you all > >

Re: Problem running slaves

2012-07-05 Thread David Mata
Hi, Rob! It happens when I run a job.I run this prebuild script just before, and this "analizepom" seems to work. I'll try to set PATH variable better *21:31:41* no change for https://murgi.larural.es:800/corebanking/framework/ext-libs/trunk since the previous build*21:31:41* [ext-libs] $ /

RE: Problem running slaves

2012-07-05 Thread Mandeville, Rob
Looks like a JVM is being asked, not to fork, but to launch a program that happens to be called “java”. My first guess is that the slave doesn’t have a path to java in its environment. Is this happening when you launch the slave, or when you run a job on it? If the former, whatever you’re us