[JIRA] [core] (JENKINS-26174) jenkins slave breaks connection after build steps finishing

2015-01-23 Thread nick.han...@csgi.com (JIRA)














































Nick Hansen
 commented on  JENKINS-26174


jenkins slave breaks connection after build steps finishing















Also experiencing this issue when running multiple, short-running jobs on agents.  Same stack trace as copied by OP.  Master and agents running on Win2K8R2 VMs.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-26174) jenkins slave breaks connection after build steps finishing

2014-12-21 Thread chipig...@gmail.com (JIRA)














































Sergey Chipiga
 updated  JENKINS-26174


jenkins slave breaks connection after build steps finishing
















Change By:


Sergey Chipiga
(21/Dec/14 11:26 AM)




Labels:


slave



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-26174) jenkins slave breaks connection after build steps finishing

2014-12-19 Thread chipig...@gmail.com (JIRA)














































Sergey Chipiga
 created  JENKINS-26174


jenkins slave breaks connection after build steps finishing















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


19/Dec/14 11:59 AM



Description:


I have a matrix-job.
Jclouds plugin creates slaves for build.
Slaves connect to jenkins via jnlp.

Sometimes slave breaks connection:


14:39:55  2 failed, 214 passed, 1 skipped, 6 deselected, 1 warnings, 1 rerun in 2283.12 seconds 
14:39:55 + true
14:39:55 Looks like the node went offline during the build. Check the slave log for the details.

14:39:55 

FATAL: Remote call on win7-x86-ru-name-4a0 failed
14:39:55 java.io.IOException: Remote call on win7-x86-ru-name-4a0 failed
14:39:55at hudson.remoting.Channel.call(Channel.java:760)
14:39:55at hudson.Launcher$RemoteLauncher.kill(Launcher.java:941)
14:39:55at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:556)
14:39:55at hudson.model.Run.execute(Run.java:1745)
14:39:55at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
14:39:55at hudson.model.ResourceController.execute(ResourceController.java:89)
14:39:55at hudson.model.Executor.run(Executor.java:240)
14:39:55 Caused by: java.lang.Error: Unable to load resource winp.dll
14:39:55at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:381)
14:39:55at java.lang.ClassLoader.getResource(Unknown Source)
14:39:55at org.jvnet.winp.Native.load(Native.java:85)
14:39:55at org.jvnet.winp.Native.clinit(Native.java:56)
14:39:55at org.jvnet.winp.WinProcess.enableDebugPrivilege(WinProcess.java:212)
14:39:55at hudson.util.ProcessTree$Windows.clinit(ProcessTree.java:469)
14:39:55at hudson.util.ProcessTree.get(ProcessTree.java:328)
14:39:55at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:953)
14:39:55at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:944)
14:39:55at hudson.remoting.UserRequest.perform(UserRequest.java:121)
14:39:55at hudson.remoting.UserRequest.perform(UserRequest.java:49)
14:39:55at hudson.remoting.Request$2.run(Request.java:324)
14:39:55at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
14:39:55at java.util.concurrent.FutureTask.run(Unknown Source)
14:39:55at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
14:39:55at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
14:39:55at hudson.remoting.Engine$1$1.run(Engine.java:63)
14:39:55at java.lang.Thread.run(Unknown Source)
14:39:55at ..remote call to partners-win7-home-premium-x86-ru-name-4a0(Native Method)
14:39:55at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
14:39:55at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
14:39:55at hudson.remoting.Channel.call(Channel.java:752)
14:39:55... 6 more
14:39:55 Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Invalid object ID 2 iota=12
14:39:55at hudson.remoting.AsyncFutureImpl.get(AsyncFutureImpl.java:75)
14:39:55at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
14:39:55at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:373)
14:39:55at java.lang.ClassLoader.getResource(Unknown Source)
14:39:55at org.jvnet.winp.Native.load(Native.java:85)
14:39:55at org.jvnet.winp.Native.clinit(Native.java:56)
14:39:55at org.jvnet.winp.WinProcess.enableDebugPrivilege(WinProcess.java:212)
14:39:55at hudson.util.ProcessTree$Windows.clinit(ProcessTree.java:469)
14:39:55at hudson.util.ProcessTree.get(ProcessTree.java:328)
14:39:55at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:953)
14:39:55at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:944)
14:39:55at hudson.remoting.UserRequest.perform(UserRequest.java:121)
14:39:55at hudson.remoting.UserRequest.perform(UserRequest.java:49)
14:39:55at hudson.remoting.Request$2.run(Request.java:324)
14:39:55at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)

[JIRA] [core] (JENKINS-26174) jenkins slave breaks connection after build steps finishing

2014-12-19 Thread chipig...@gmail.com (JIRA)














































Sergey Chipiga
 updated  JENKINS-26174


jenkins slave breaks connection after build steps finishing
















Change By:


Sergey Chipiga
(19/Dec/14 7:17 PM)




Description: