|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I recently moved three Windows slaves to a new Jenkins master. Some of my Maven build jobs throw this same exception. If I move the jobs to a Linux slave, they run fine. I was thinking that it may have to do with the old workpsaces, so I purged the workspace folder and brought the Windows slaves back online. The issue persists.
ERROR: Processing failed due to a bug in the code. Please report this to [email protected]
java.lang.IllegalArgumentException: Unable to locate class file for class hudson.remoting.Launcher
at hudson.remoting.Which.classFileUrl(Which.java:60)
at hudson.remoting.Which.jarFile(Which.java:82)
at hudson.maven.AbstractMavenProcessFactory$GetRemotingJar.call(AbstractMavenProcessFactory.java:525)
at hudson.maven.AbstractMavenProcessFactory$GetRemotingJar.call(AbstractMavenProcessFactory.java:521)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
project=hudson.maven.MavenModuleSet@89ec211[B2014_6_1_build-equicom-partner-webservices]
project.getModules()=[hudson.maven.MavenModule@59816e9a[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws][relativePath:../equicom-partner-ws], hudson.maven.MavenModule@40846e5e[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-aggregator][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-aggregator][relativePath:], hudson.maven.MavenModule@68bdbb67[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-client][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-client][relativePath:../equicom-partner-ws-client], hudson.maven.MavenModule@3cf3c6d4[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-common][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-common][relativePath:../equicom-partner-ws-common], hudson.maven.MavenModule@2882a78f[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-config][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-config][relativePath:../equicom-partner-ws-config], hudson.maven.MavenModule@1c1474ba[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-deployable][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-deployable][relativePath:equicom-partner-ws-deployable], hudson.maven.MavenModule@51f18c5f[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-emulation][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-emulation][relativePath:../equicom-partner-ws-emulation], hudson.maven.MavenModule@4936db00[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-web][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-web][relativePath:../equicom-partner-ws-web]]
project.getRootModule()=hudson.maven.MavenModule@40846e5e[B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-aggregator][B2014_6_1_build-equicom-partner-webservices/com.equifax.gis.equicom:equicom-partner-ws-aggregator][relativePath:]
FATAL: Unable to locate class file for class hudson.remoting.Launcher
java.lang.IllegalArgumentException: Unable to locate class file for class hudson.remoting.Launcher
at hudson.remoting.Which.classFileUrl(Which.java:60)
at hudson.remoting.Which.jarFile(Which.java:82)
at hudson.maven.AbstractMavenProcessFactory$GetRemotingJar.call(AbstractMavenProcessFactory.java:525)
at hudson.maven.AbstractMavenProcessFactory$GetRemotingJar.call(AbstractMavenProcessFactory.java:521)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)