Please create a new Jira issue and attach the whole stack trace. Does the same 
error occur if your build is started on the master? Did you ensure that your 
slaves are connected to the master using the latest slave.jar? What setup is 
your slave using?

Ulli 


Am 22.10.2012 um 02:58 schrieb bballantyne <bob.ballant...@emc.com>:

> I am running Jenkins 1.486 on an OpenSUSE linux with various plugins (see 
> attached System_Info.pdf for full list). I have 2 Windows slaves attached on 
> which I run FLEX build/analysis/unit-test/flexcover. For the static analysis, 
> I use FlexPMD which produces pmd.xml and cpd.xml files. Whenever I try to 
> publish either of these files, I get an exception with basically the same 
> stack trace in either case. It does not matter if I use one, or the other (or 
> both), I get a build failure because of the exception. When I do not use 
> either, the build is successful.
> 
> I am curious to find out if anyone else has experienced this, or if I should 
> just report it as an issue on JIRA.
> 
> I am using the DRY (v2.33) publisher and PMD (v3.33) publisher plugins, with 
> the analysis-collector (v1.34) and analysis-core (v1.48).
> 
> The DRY publisher plugin gives the following error
>       [DRY] Collecting duplicate code analysis files...
>       ERROR: Publisher hudson.plugins.dry.DryPublisher aborted due to 
> exception
> 
> The PMD publisher plugin gives the following error
>       [PMD] Collecting PMD analysis files...
>       ERROR: Publisher hudson.plugins.pmd.PmdPublisher aborted due to 
> exception
> 
> The following stack trace follows either error:
>       hudson.util.IOException2: remote file operation failed: 
> d:\views\jenkins\workspace\KH_............._efx at 
> hudson.remoting.Channel@512c512c:Slave Windows-HW-10.X.Y.Z
>               at hudson.FilePath.act(FilePath.java:847)
>               at hudson.FilePath.act(FilePath.java:824)
>               at 
> hudson.plugins.pmd.PmdPublisher.perform(PmdPublisher.java:139)
>               at 
> hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:144)
>               at 
> hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:329)
>               at 
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
>               at 
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:807)
>               at 
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:782)
>               at hudson.model.Build$BuildExecution.post2(Build.java:183)
>               at 
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:729)
>               at hudson.model.Run.execute(Run.java:1541)
>               at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>               at 
> hudson.model.ResourceController.execute(ResourceController.java:88)
>               at hudson.model.Executor.run(Executor.java:236)
>       Caused by: java.io.IOException: Remote call on Slave 
> Windows-HW-10.244.160.82 failed
>               at hudson.remoting.Channel.call(Channel.java:673)
>               at hudson.FilePath.act(FilePath.java:840)
>               ... 13 more
> 
> <System_Info.pdf>

Reply via email to