Small guess: if you really *close* your session then it seems quite normal since Windows will kill running app for your users.
Another detail: there's some recent news about last JDK version 7_40 being buggy somehow. Not sure this would touch your installation though. My 2 cents Le 17 sept. 2013 09:51, "Umesh Padhye" <umesh.pad...@ansys.com> a écrit : > *Hello, > > I have the following setup for Jenkins. > Jenkins version 1.531 > Master on Win 8 64 Enterprise > Slave as web agent on 8 64 Enterprise > > The problem I am facing is that the Java web agent (version 7 u 40) gets > launched normally and I run automated tests for my application. After > sometime if I close the remote desktop window of this slave the agent gets > killed showing the following error. The agent gets connected somehow and it > proceeds for next job. Is this because Win8 64 exits out of desktop mode? > Please let me know how can I fix this. > > Thanks, > Umesh > > > > > 22:46:55* FATAL: Unable to delete script file > C:\Users\ABC\AppData\Local\Temp\hudson4146210926718838534.bat*22:46:55* > hudson.util.IOException2 > <http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2>: > remote file operation failed: > C:\Users\ABC\AppData\Local\Temp\hudson4146210926718838534.bat at > hudson.remoting.Channel@1a35130:geom_ABC_reg*22:46:55* at > hudson.FilePath.act(FilePath.java:905) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method>*22:46:55* > at hudson.FilePath.act(FilePath.java:882) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method>*22:46:55* > at hudson.FilePath.delete(FilePath.java:1291) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.delete&entity=method>*22:46:55* > at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:101) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.perform&entity=method>*22:46:55* > at > hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.perform&entity=method>*22:46:55* > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.perform&entity=method>*22:46:55* > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.perform&entity=method>*22:46:55* > at hudson.model.Build$BuildExecution.build(Build.java:199) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.build&entity=method>*22:46:55* > at hudson.model.Build$BuildExecution.doRun(Build.java:160) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.doRun&entity=method>*22:46:55* > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>*22:46:55* > at hudson.model.Run.execute(Run.java:1603) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>*22:46:55* > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>*22:46:55* > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>*22:46:55* > at hudson.model.Executor.run(Executor.java:246) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>*22:46:55* > Caused by: hudson.remoting.ChannelClosedException > <http://stacktrace.jenkins-ci.org/search?query=hudson.remoting.ChannelClosedException>: > channel is already closed*22:46:55* at > hudson.remoting.Channel.send(Channel.java:516) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.send&entity=method>*22:46:55* > at hudson.remoting.Request.call(Request.java:129) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request.call&entity=method>*22:46:55* > at hudson.remoting.Channel.call(Channel.java:714) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.call&entity=method>*22:46:55* > at hudson.FilePath.act(FilePath.java:898) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method>*22:46:55* > ... 13 more*22:46:55* Caused by: java.net.SocketTimeoutException: Read > timed out*22:46:55* at java.net.SocketInputStream.socketRead0(Native > Method)*22:46:55* at java.net.SocketInputStream.read(Unknown > Source)*22:46:55* at java.net.SocketInputStream.read(Unknown > Source)*22:46:55* at java.io.BufferedInputStream.fill(Unknown > Source)*22:46:55* at java.io.BufferedInputStream.read(Unknown > Source)*22:46:55* at > hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:77)*22:46:55* > at java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source)*22:46:55* > at java.io.ObjectInputStream$BlockDataInputStream.peek(Unknown > Source)*22:46:55* at > java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown > Source)*22:46:55* at java.io.ObjectInputStream.readObject0(Unknown > Source)*22:46:55* at java.io.ObjectInputStream.readObject(Unknown > Source)*22:46:55* at > hudson.remoting.Command.readFrom(Command.java:92)*22:46:55* at > hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)*22:46:55* > at > hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)*22:46:55* > FATAL: null*22:46:55* java.lang.NullPointerException > <http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException>*22:46:55* > at > org.jenkinsci.plugins.tokenmacro.impl.PropertyFromFileMacro.evaluate(PropertyFromFileMacro.java:36) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.impl.PropertyFromFileMacro.evaluate&entity=method>*22:46:55* > at > org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:177) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate&entity=method>*22:46:55* > at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:182) > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.TokenMacro.expand&entity=method>*22:46:55* > at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:154) > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.TokenMacro.expand&entity=method>*22:46:55* > at > org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.setDisplayName(BuildNameSetter.java:50) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.setDisplayName&entity=method>*22:46:55* > at > org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.access$000(BuildNameSetter.java:26) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.access$000&entity=method>*22:46:55* > at > org.jenkinsci.plugins.buildnamesetter.BuildNameSetter$1.tearDown(BuildNameSetter.java:42) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.buildnamesetter.BuildNameSetter$1.tearDown&entity=method>*22:46:55* > at hudson.model.Build$BuildExecution.doRun(Build.java:171) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.doRun&entity=method>*22:46:55* > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>*22:46:55* > at hudson.model.Run.execute(Run.java:1603) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>*22:46:55* > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>*22:46:55* > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>*22:46:55* > at hudson.model.Executor.run(Executor.java:246) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > > -- > 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 jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.