What path did you end up supplying to make it work? - Mark
On Monday, June 24, 2013 4:25:23 PM UTC-4, Jonathan Daugherty wrote: > > > Jun 20, 2013 10:10:07 AM hudson.remoting.JarCacheSupport$1 run > > WARNING: Failed to resolve a jar 99359fe9ac016153261e724d92de37eb > > java.io.IOException: The system cannot find the path specified > > at java.io.WinNTFileSystem.createFileExclusively(Native Method) > > at java.io.File.checkAndCreate(Unknown Source) > > at java.io.File.createTempFile0(Unknown Source) > > at java.io.File.createTempFile(Unknown Source) > > at > hudson.remoting.FileSystemJarCache.retrieve(FileSystemJarCache.java:60) > > at hudson.remoting.JarCacheSupport$1.run(JarCacheSupport.java:62) > > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown > Source) > > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at > hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:89) > > > > I managed to work around this problem by passing the -jar-cache option > to the slave command line[1] and setting the directory manually. Sadly, > I found this only by looking at the FileSystemJarCache and > JarCacheSupport source files. I also still don't know what path it was > attempting to use. > > [1] > https://github.com/jenkinsci/remoting/commit/b5145a06876f4390ef3229d70fa5a7edf0739dae#L2R143 > > > -- > Jonathan Daugherty > Software Engineer > Galois, Inc. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
