Since I have updated to LTS 1.532.2 I noticed that rather often Jenkins fails when checking Java on Windows 7 slaves. When checking for Java it says:
ERROR: Failed to prepare Javajcifs.smb.SmbException <http://stacktrace.jenkins-ci.org/search?query=jcifs.smb.SmbException>: The handle is invalid. at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:545) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbTransport.checkStatus&entity=method> at jcifs.smb.SmbTransport.send(SmbTransport.java:646) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbTransport.send&entity=method> at jcifs.smb.SmbSession.send(SmbSession.java:244) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbSession.send&entity=method> at jcifs.smb.SmbTree.send(SmbTree.java:119) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbTree.send&entity=method> at jcifs.smb.SmbFile.send(SmbFile.java:770) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbFile.send&entity=method> at jcifs.smb.SmbFileOutputStream.writeDirect(SmbFileOutputStream.java:245) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbFileOutputStream.writeDirect&entity=method> at jcifs.smb.SmbFileOutputStream.write(SmbFileOutputStream.java:216) <http://stacktrace.jenkins-ci.org/search/?query=jcifs.smb.SmbFileOutputStream.write&entity=method> at org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher.copyAndClose(WindowsRemoteProcessLauncher.java:303) <http://stacktrace.jenkins-ci.org/search/?query=org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher.copyAndClose&entity=method> at org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher.launch(WindowsRemoteProcessLauncher.java:118) <http://stacktrace.jenkins-ci.org/search/?query=org.jvnet.hudson.remcom.WindowsRemoteProcessLauncher.launch&entity=method> at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:233) <http://stacktrace.jenkins-ci.org/search/?query=hudson.os.windows.ManagedWindowsServiceLauncher.launch&entity=method> at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:230) <http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer$1.call&entity=method> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method> at java.util.concurrent.FutureTask.run(FutureTask.java:166) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorker&entity=method> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method> at java.lang.Thread.run(Thread.java:636) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method> After lots of trials it then succeeds with the check -- without ANY change at the master, slave, or DC. Any ideas? Thanks! -Markus -- 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/d/optout.
