[ https://issues.jenkins-ci.org/browse/JENKINS-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
evernat resolved JENKINS-3380. ------------------------------ Resolution: Incomplete No response from the reporter, so resolving as incomplete. Anyway according to the last comments, this issue seems to be fixed. > Reboot of slavesystem does not take slave offline > ------------------------------------------------- > > Key: JENKINS-3380 > URL: https://issues.jenkins-ci.org/browse/JENKINS-3380 > Project: Jenkins > Issue Type: Bug > Components: core > Affects Versions: current > Environment: Platform: All, OS: All > Reporter: Cees Bos > > If you shutdown/reboot a windows 2003 server with that slave installed as > service the master still thinks the slave is online. > This is related to 2566. > After the reboot the service on the windows2003 is not started. So the slave > is > still offline. But the master acts if it is online. > The master is not up to date on the status of the slaves. > When you execute a task on that slave you get: > FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: > Connection reset > hudson.remoting.RequestAbortedException: > hudson.remoting.RequestAbortedException: java.net.SocketException: Connection > reset > at hudson.remoting.Request.call(Request.java:131) > at hudson.remoting.Channel.call(Channel.java:481) > at hudson.FilePath.act(FilePath.java:427) > at hudson.FilePath.mkdirs(FilePath.java:482) > at hudson.model.AbstractProject.checkout(AbstractProject.java:799) > at > hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266) > at hudson.model.Run.run(Run.java:896) > at hudson.model.Build.run(Build.java:112) > at hudson.model.ResourceController.execute(ResourceController.java:93) > at hudson.model.Executor.run(Executor.java:119) > Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: > Connection reset > at hudson.remoting.Request.abort(Request.java:223) > at hudson.remoting.Channel.terminate(Channel.java:528) > at hudson.remoting.Channel$ReaderThread.run(Channel.java:684) > Caused by: java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(SocketInputStream.java:168) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at java.io.BufferedInputStream.read(BufferedInputStream.java:237) > at > java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2247) > at > java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2540) > at > java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2550) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351) > at hudson.remoting.Channel$ReaderThread.run(Channel.java:665) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira