Hi all. I've not been able to find a solution to this one thus far so
am hoping I can crowd-source it somewhat. I have a Jenkins master
running on Linux and a slave running Mac OS X. The master/slave setup
is able to build XCode based projects but fails when I try and build
my Maven one. Slave launch method is 'Launch slave agents on Unix
machines via SSH'. Stack trace:
arsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: /Users/jenkins/
Documents/work/workspace/recruiting at
hudson.remoting.Channel@1552efb4:raut.apple.com
at hudson.FilePath.act(FilePath.java:781)
at hudson.FilePath.act(FilePath.java:767)
at hudson.maven.MavenModuleSetBuild
$RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
at hudson.maven.MavenModuleSetBuild
$RunnerImpl.doRun(MavenModuleSetBuild.java:644)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
460)
at hudson.model.Run.run(Run.java:1404)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
at hudson.model.ResourceController.execute(ResourceController.java:
88)
at hudson.model.Executor.run(Executor.java:230)
Caused by: java.io.IOException: Remote call on raut.apple.com failed
at hudson.remoting.Channel.call(Channel.java:690)
at hudson.FilePath.act(FilePath.java:774)
... 8 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
hudson.maven.MavenModuleSetBuild
at hudson.maven.MavenModuleSetBuild
$PomParser.invoke(MavenModuleSetBuild.java:1156)
at hudson.maven.MavenModuleSetBuild
$PomParser.invoke(MavenModuleSetBuild.java:1029)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Finished: FAILURE
> Hi all. I've not been able to find a solution to this one thus far so
> am hoping I can crowd-source it somewhat. I have a Jenkins master
> running on Linux and a slave running Mac OS X. The master/slave setup
> is able to build XCode based projects but fails when I try and build
> my Maven one. Slave launch method is 'Launch slave agents on Unix
> machines via SSH'. Stack trace:
> arsing POMs
> ERROR: Failed to parse POMs
> hudson.util.IOException2: remote file operation failed: /Users/jenkins/
> Documents/work/workspace/recruiting at
> hudson.remoting.Channel@1552efb4:raut.apple.com
> at hudson.FilePath.act(FilePath.java:781)
> at hudson.FilePath.act(FilePath.java:767)
> at hudson.maven.MavenModuleSetBuild
> $RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
> at hudson.maven.MavenModuleSetBuild
> $RunnerImpl.doRun(MavenModuleSetBuild.java:644)
> at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
> 460)
> at hudson.model.Run.run(Run.java:1404)
> at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
> at hudson.model.ResourceController.execute(ResourceController.java:
> 88)
> at hudson.model.Executor.run(Executor.java:230)
> Caused by: java.io.IOException: Remote call on raut.apple.com failed
> at hudson.remoting.Channel.call(Channel.java:690)
> at hudson.FilePath.act(FilePath.java:774)
> ... 8 more
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> hudson.maven.MavenModuleSetBuild
> at hudson.maven.MavenModuleSetBuild
> $PomParser.invoke(MavenModuleSetBuild.java:1156)
> at hudson.maven.MavenModuleSetBuild
> $PomParser.invoke(MavenModuleSetBuild.java:1029)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022)
> at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> at hudson.remoting.Request$2.run(Request.java:287)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> 441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor
> $Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor
> $Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:680)
> Finished: FAILURE
Very frustrating, I am having the same problem. The only way I've
been able to recover is to restart the jenkins master, but obviously
that's not a good solution. Once i restart the master this problem
goes away for a few slave builds then it comes back. I've tried a few
jenkins versions even the LTS 1.409.2 and I've had this same problem
in all of the versions. i'm running jenkins in tomcat 6 on a Centos
Linux machine. My slaves are running on windows and linux.
> > Hi all. I've not been able to find a solution to this one thus far so
> > am hoping I can crowd-source it somewhat. I have a Jenkins master
> > running on Linux and a slave running Mac OS X. The master/slave setup
> > is able to build XCode based projects but fails when I try and build
> > my Maven one. Slave launch method is 'Launch slave agents on Unix
> > machines via SSH'. Stack trace:
> > arsing POMs
> > ERROR: Failed to parse POMs
> > hudson.util.IOException2: remote file operation failed: /Users/jenkins/
> > Documents/work/workspace/recruiting at
> >hudson.remoting.Channel@1552efb4:raut.apple.com
> > at hudson.FilePath.act(FilePath.java:781)
> > at hudson.FilePath.act(FilePath.java:767)
> > at hudson.maven.MavenModuleSetBuild
> > $RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
> > at hudson.maven.MavenModuleSetBuild
> > $RunnerImpl.doRun(MavenModuleSetBuild.java:644)
> > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
> > 460)
> > at hudson.model.Run.run(Run.java:1404)
> > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
> > at hudson.model.ResourceController.execute(ResourceController.java:
> > 88)
> > at hudson.model.Executor.run(Executor.java:230)
> > Caused by: java.io.IOException: Remote call on raut.apple.com failed
> > athudson.remoting.Channel.call(Channel.java:690)
> > at hudson.FilePath.act(FilePath.java:774)
> > ... 8 more
> > Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> > hudson.maven.MavenModuleSetBuild
> > at hudson.maven.MavenModuleSetBuild
> > $PomParser.invoke(MavenModuleSetBuild.java:1156)
> > at hudson.maven.MavenModuleSetBuild
> > $PomParser.invoke(MavenModuleSetBuild.java:1029)
> > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022)
> > at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> > at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> > at hudson.remoting.Request$2.run(Request.java:287)
> > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > 441)
> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > at java.util.concurrent.ThreadPoolExecutor
> > $Worker.runTask(ThreadPoolExecutor.java:886)
> > at java.util.concurrent.ThreadPoolExecutor
> > $Worker.run(ThreadPoolExecutor.java:908)
> > at java.lang.Thread.run(Thread.java:680)
> > Finished: FAILURE
I am seeing something similar (remote file exceptions) in other areas:
1) inject environment variables from file
2) copying aritifacts from another job
3) saving artifacts
It has become very unstable since updating a few versions ago. I am
not sure I saw any of this at 1.419, but I am not certain of exact
version where I started hitting this.
I am down to a single node (master) from 5 for now . My users were
getting build failure emails and thinking they committed bad code and
seeing all these java exceptions from the tool.
Doug
On Nov 7, 6:28 pm, Khai Do <do.k...@gmail.com> wrote:
> Very frustrating, I am having the same problem. The only way I've
> been able to recover is to restart the jenkins master, but obviously
> that's not a good solution. Once i restart the master this problem
> goes away for a few slave builds then it comes back. I've tried a few
> jenkins versions even the LTS 1.409.2 and I've had this same problem
> in all of the versions. i'm running jenkins in tomcat 6 on a Centos
> Linux machine. My slaves are running on windows and linux.
> > > Hi all. I've not been able to find a solution to this one thus far so
> > > am hoping I can crowd-source it somewhat. I have a Jenkins master
> > > running on Linux and a slave running Mac OS X. The master/slave setup
> > > is able to build XCode based projects but fails when I try and build
> > > my Maven one. Slave launch method is 'Launch slave agents on Unix
> > > machines via SSH'. Stack trace:
> > > arsing POMs
> > > ERROR: Failed to parse POMs
> > > hudson.util.IOException2: remote file operation failed: /Users/jenkins/
> > > Documents/work/workspace/recruiting at
> > >hudson.remoting.Channel@1552efb4:raut.apple.com
> > > at hudson.FilePath.act(FilePath.java:781)
> > > at hudson.FilePath.act(FilePath.java:767)
> > > at hudson.maven.MavenModuleSetBuild
> > > $RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
> > > at hudson.maven.MavenModuleSetBuild
> > > $RunnerImpl.doRun(MavenModuleSetBuild.java:644)
> > > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
> > > 460)
> > > at hudson.model.Run.run(Run.java:1404)
> > > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
> > > at hudson.model.ResourceController.execute(ResourceController.java:
> > > 88)
> > > at hudson.model.Executor.run(Executor.java:230)
> > > Caused by: java.io.IOException: Remote call on raut.apple.com failed
> > > athudson.remoting.Channel.call(Channel.java:690)
> > > at hudson.FilePath.act(FilePath.java:774)
> > > ... 8 more
> > > Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> > > hudson.maven.MavenModuleSetBuild
> > > at hudson.maven.MavenModuleSetBuild
> > > $PomParser.invoke(MavenModuleSetBuild.java:1156)
> > > at hudson.maven.MavenModuleSetBuild
> > > $PomParser.invoke(MavenModuleSetBuild.java:1029)
> > > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022)
> > > at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> > > at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> > > at hudson.remoting.Request$2.run(Request.java:287)
> > > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > 441)
> > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > > at java.util.concurrent.ThreadPoolExecutor
> > > $Worker.runTask(ThreadPoolExecutor.java:886)
> > > at java.util.concurrent.ThreadPoolExecutor
> > > $Worker.run(ThreadPoolExecutor.java:908)
> > > at java.lang.Thread.run(Thread.java:680)
> > > Finished: FAILURE
> I am seeing something similar (remote file exceptions) in other areas:
> 1) inject environment variables from file
> 2) copying aritifacts from another job
> 3) saving artifacts
> It has become very unstable since updating a few versions ago. I am
> not sure I saw any of this at 1.419, but I am not certain of exact
> version where I started hitting this.
> I am down to a single node (master) from 5 for now . My users were
> getting build failure emails and thinking they committed bad code and
> seeing all these java exceptions from the tool.
> Doug
> On Nov 7, 6:28 pm, Khai Do <do.k...@gmail.com> wrote:
> > Very frustrating, I am having the same problem. The only way I've
> > been able to recover is to restart the jenkins master, but obviously
> > that's not a good solution. Once i restart the master this problem
> > goes away for a few slave builds then it comes back. I've tried a few
> > jenkins versions even the LTS 1.409.2 and I've had this same problem
> > in all of the versions. i'm running jenkins in tomcat 6 on a Centos
> > Linux machine. My slaves are running on windows and linux.
> > > I should mention this is Jenkins 1.436 running on Tomcat 7.0.22.
> > > On Nov 3, 5:43 pm, Jamie <r...@me.com> wrote:
> > > > Hi all. I've not been able to find a solution to this one thus far so
> > > > am hoping I can crowd-source it somewhat. I have a Jenkins master
> > > > running on Linux and a slave running Mac OS X. The master/slave setup
> > > > is able to build XCode based projects but fails when I try and build
> > > > my Maven one. Slave launch method is 'Launch slave agents on Unix
> > > > machines via SSH'. Stack trace:
> > > > arsing POMs
> > > > ERROR: Failed to parse POMs
> > > > hudson.util.IOException2: remote file operation failed: /Users/jenkins/
> > > > Documents/work/workspace/recruiting at
> > > >hudson.remoting.Channel@1552efb4:raut.apple.com
> > > > at hudson.FilePath.act(FilePath.java:781)
> > > > at hudson.FilePath.act(FilePath.java:767)
> > > > at hudson.maven.MavenModuleSetBuild
> > > > $RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
> > > > at hudson.maven.MavenModuleSetBuild
> > > > $RunnerImpl.doRun(MavenModuleSetBuild.java:644)
> > > > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
> > > > 460)
> > > > at hudson.model.Run.run(Run.java:1404)
> > > > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
> > > > at hudson.model.ResourceController.execute(ResourceController.java:
> > > > 88)
> > > > at hudson.model.Executor.run(Executor.java:230)
> > > > Caused by: java.io.IOException: Remote call on raut.apple.com failed
> > > > athudson.remoting.Channel.call(Channel.java:690)
> > > > at hudson.FilePath.act(FilePath.java:774)
> > > > ... 8 more
> > > > Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> > > > hudson.maven.MavenModuleSetBuild
> > > > at hudson.maven.MavenModuleSetBuild
> > > > $PomParser.invoke(MavenModuleSetBuild.java:1156)
> > > > at hudson.maven.MavenModuleSetBuild
> > > > $PomParser.invoke(MavenModuleSetBuild.java:1029)
> > > > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022)
> > > > at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> > > > at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> > > > at hudson.remoting.Request$2.run(Request.java:287)
> > > > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > 441)
> > > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > > > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > > > at java.util.concurrent.ThreadPoolExecutor
> > > > $Worker.runTask(ThreadPoolExecutor.java:886)
> > > > at java.util.concurrent.ThreadPoolExecutor
> > > > $Worker.run(ThreadPoolExecutor.java:908)
> > > > at java.lang.Thread.run(Thread.java:680)
> > > > Finished: FAILURE
> > > > The closest issue I found to this one was:
> On Nov 8, 5:21 am, dpreilan <dreil...@gmail.com> wrote:
> > I am seeing something similar (remote file exceptions) in other areas: > > 1) inject environment variables from file > > 2) copying aritifacts from another job > > 3) saving artifacts
> > It has become very unstable since updating a few versions ago. I am > > not sure I saw any of this at 1.419, but I am not certain of exact > > version where I started hitting this. > > I am down to a single node (master) from 5 for now . My users were > > getting build failure emails and thinking they committed bad code and > > seeing all these java exceptions from the tool.
> > Doug
> > On Nov 7, 6:28 pm, Khai Do <do.k...@gmail.com> wrote:
> > > Very frustrating, I am having the same problem. The only way I've > > > been able to recover is to restart the jenkins master, but obviously > > > that's not a good solution. Once i restart the master this problem > > > goes away for a few slave builds then it comes back. I've tried a few > > > jenkins versions even the LTS 1.409.2 and I've had this same problem > > > in all of the versions. i'm running jenkins in tomcat 6 on a Centos > > > Linux machine. My slaves are running on windows and linux.
> > > On Nov 3, 4:46 pm, Jamie <r...@me.com> wrote:
> > > > I should mention this is Jenkins 1.436 running on Tomcat 7.0.22.
> > > > On Nov 3, 5:43 pm, Jamie <r...@me.com> wrote:
> > > > > Hi all. I've not been able to find a solution to this one thus far so > > > > > am hoping I can crowd-source it somewhat. I have a Jenkins master > > > > > running on Linux and a slave running Mac OS X. The master/slave setup > > > > > is able to build XCode based projects but fails when I try and build > > > > > my Maven one. Slave launch method is 'Launch slave agents on Unix > > > > > machines via SSH'. Stack trace:
Jenkins version: 1.451 Jenkins master is running on a Linux Debian Jenkins slave is a MacOSX Lion 10.7.3 Maven is the default Lion embedded maven 3.0.3 Java is the default Lion embedded JDK
On Friday, November 4, 2011 6:13:58 AM UTC+5:30, Jamie wrote:
> Hi all. I've not been able to find a solution to this one thus far so > am hoping I can crowd-source it somewhat. I have a Jenkins master > running on Linux and a slave running Mac OS X. The master/slave setup > is able to build XCode based projects but fails when I try and build > my Maven one. Slave launch method is 'Launch slave agents on Unix > machines via SSH'. Stack trace:
> arsing POMs > ERROR: Failed to parse POMs > hudson.util.IOException2: remote file operation failed: /Users/jenkins/ > Documents/work/workspace/recruiting at > hudson.remoting.Channel@1552efb4:raut.apple.com > at hudson.FilePath.act(FilePath.java:781) > at hudson.FilePath.act(FilePath.java:767) > at hudson.maven.MavenModuleSetBuild > $RunnerImpl.parsePoms(MavenModuleSetBuild.java:894) > at hudson.maven.MavenModuleSetBuild > $RunnerImpl.doRun(MavenModuleSetBuild.java:644) > at > hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java: > 460) > at hudson.model.Run.run(Run.java:1404) > at > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470) > at > hudson.model.ResourceController.execute(ResourceController.java: > 88) > at hudson.model.Executor.run(Executor.java:230) > Caused by: java.io.IOException: Remote call on raut.apple.com failed > at hudson.remoting.Channel.call(Channel.java:690) > at hudson.FilePath.act(FilePath.java:774) > ... 8 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > hudson.maven.MavenModuleSetBuild > at hudson.maven.MavenModuleSetBuild > $PomParser.invoke(MavenModuleSetBuild.java:1156) > at hudson.maven.MavenModuleSetBuild > $PomParser.invoke(MavenModuleSetBuild.java:1029) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2022) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:287) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: > 441) > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor > $Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor > $Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:680) > Finished: FAILURE
We also have been faced on the same problem.
We were obliged to restart several times slaves before they can be reused
(randomly).
For the record, which version of java on slave and master are you using ?
Our configuration :
Master : AIX 5.3 - java version "1.6.0" Java(TM) SE Runtime Environment
(build pap3260sr9-20101125_01(SR9)) (IBM)
Slaves : RHEL 5 - java "1.6.0_25" Java(TM) SE Runtime Environment (build
1.6.0_25-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed
mode)
I think the problem is caused by a different packaging of xercesImpl.jar in
master's JRE and slaves' JRE.
I've added the xercesImpl.jar implementation of the master directly in the
classpath of the slaves' launchers to be sure that the same packaging
of xercesImpl.jar is applyied in both cases.
I'm not sure to clearly understand the root cause, but since I applied this
solution the bug doesn't appear anymore (perhaps, I'm just a lucky guy for
2 months :-) ).
An opinion from a more experienced java developer on different types of JVM
would be interesting.
> I also has the same problem and disconnect and reconnect the slave solved
> the problem.
> Try this.
> Good Luck!
> On Friday, November 4, 2011 6:13:58 AM UTC+5:30, Jamie wrote:
>> Hi all. I've not been able to find a solution to this one thus far so
>> am hoping I can crowd-source it somewhat. I have a Jenkins master
>> running on Linux and a slave running Mac OS X. The master/slave setup
>> is able to build XCode based projects but fails when I try and build
>> my Maven one. Slave launch method is 'Launch slave agents on Unix
>> machines via SSH'. Stack trace:
>> arsing POMs
>> ERROR: Failed to parse POMs
>> hudson.util.IOException2: remote file operation failed: /Users/jenkins/
>> Documents/work/workspace/**recruiting at
>> hudson.remoting.Channel@**1552efb4:raut.apple.com
>> at hudson.FilePath.act(FilePath.**java:781)
>> at hudson.FilePath.act(FilePath.**java:767)
>> at hudson.maven.**MavenModuleSetBuild
>> $RunnerImpl.parsePoms(**MavenModuleSetBuild.java:894)
>> at hudson.maven.**MavenModuleSetBuild
>> $RunnerImpl.doRun(**MavenModuleSetBuild.java:644)
>> at hudson.model.AbstractBuild$**AbstractRunner.run(**AbstractBuild.java:
>> 460)
>> at hudson.model.Run.run(Run.java:**1404)
>> at hudson.maven.**MavenModuleSetBuild.run(**MavenModuleSetBuild.java:470)
>> at hudson.model.**ResourceController.execute(**ResourceController.java:
>> 88)
>> at hudson.model.Executor.run(**Executor.java:230)
>> Caused by: java.io.IOException: Remote call on raut.apple.com failed
>> at hudson.remoting.Channel.call(**Channel.java:690)
>> at hudson.FilePath.act(FilePath.**java:774)
>> ... 8 more
>> Caused by: java.lang.**NoClassDefFoundError: Could not initialize class
>> hudson.maven.**MavenModuleSetBuild
>> at hudson.maven.**MavenModuleSetBuild
>> $PomParser.invoke(**MavenModuleSetBuild.java:1156)
>> at hudson.maven.**MavenModuleSetBuild
>> $PomParser.invoke(**MavenModuleSetBuild.java:1029)
>> at hudson.FilePath$**FileCallableWrapper.call(**FilePath.java:2022)
>> at hudson.remoting.UserRequest.**perform(UserRequest.java:118)
>> at hudson.remoting.UserRequest.**perform(UserRequest.java:48)
>> at hudson.remoting.Request$2.run(**Request.java:287)
>> at java.util.concurrent.**Executors$RunnableAdapter.**call(Executors.java:
>> 441)
>> at java.util.concurrent.**FutureTask$Sync.innerRun(**FutureTask.java:303)
>> at java.util.concurrent.**FutureTask.run(FutureTask.**java:138)
>> at java.util.concurrent.**ThreadPoolExecutor
>> $Worker.runTask(**ThreadPoolExecutor.java:886)
>> at java.util.concurrent.**ThreadPoolExecutor
>> $Worker.run(**ThreadPoolExecutor.java:908)
>> at java.lang.Thread.run(Thread.**java:680)
>> Finished: FAILURE