[JIRA] (JENKINS-44132) Random JNLP Agent disconnect

2018-04-20 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi commented on  JENKINS-44132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Random JNLP Agent disconnect   
 

  
 
 
 
 

 
 Hi, we have the same issue on Windows Server 2008 R2 SP1 with: 
 
Jenkins 2.117 
slave.jar version 3.19 
 Random during the day the slave server disconnected from the master, following the error: INFO: Failed to synchronize IO streams on the channel hudson.remoting.Channel@40caf784:JNLP4-connect connection to serverMasterName/serverMasterIP:port hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on JNLP4-connect connection to serverMasterName/serverMasterIP:port failed. The channel is closing down or has closed down at hudson.remoting.Channel.call(Channel.java:948) at hudson.remoting.Channel.syncIO(Channel.java:1683) at hudson.Launcher$RemoteLaunchCallable$1.join(Launcher.java:1315) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Unknown Source) Caused by: java.nio.channels.ClosedChannelException at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154) at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1800(BIONetworkLayer.java:48) at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:264) ... 4 more apr 20, 2018 3:36:20 AM hudson.remoting.UserRequest perform WARNING: LinkageError while performing UserRequest:UserRPCRequest:hudson.Launcher$RemoteProcess.join[](58) java.lang.NoClassDefFoundError: hudson/util/ProcessKillingVeto at hudson.util.ProcessTree$OSProcess.getVeto(ProcessTree.java:244) at hudson.util.ProcessTree$WindowsOSProcess.killRecursively(ProcessTree.java:431) at hudson.util.ProcessTree.killAll(ProcessTree.java:146) at hudson.Proc$LocalProc.destroy(Proc.java:384) at hudson.Proc$LocalProc.join(Proc.java:357) at hudson.Launcher$RemoteLaunchCallable$1.join(Launcher.java:1304) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(Intercept

[JIRA] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-09-19 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26048  
 
 
  Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
Change By: 
 Claudio Curzi  
 
 
Environment: 
 CentOS 6, JRE 7 or 8Windows Server 2008 R2, JRE 7 or 8  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-08-09 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi commented on  JENKINS-26048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
 I have only builds using "Execute Windows Batch Command". All my builds when running on the slave server and it being aborted by the timeout settings on the log, the process on the slave server continue to run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-08-01 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26048  
 
 
  Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
Change By: 
 Claudio Curzi  
 
 
Assignee: 
 Claudio Curzi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-08-01 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi assigned an issue to Claudio Curzi  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26048  
 
 
  Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
Change By: 
 Claudio Curzi  
 
 
Assignee: 
 Claudio Curzi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-08-01 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi edited a comment on  JENKINS-26048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
 Hi, I have the same problem on my windows server when build running on the slave machine.Right now I have resolved by running builds criticism on the master. I use Jenkins 2.11.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-26048) Jenkins no longer cleaning up child processes when build stopped - as of 1.587

2016-08-01 Thread claudio.cu...@4ts.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudio Curzi commented on  JENKINS-26048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins no longer cleaning up child processes when build stopped - as of 1.587   
 

  
 
 
 
 

 
 Hi, I have the same problem on my windows server when build running on the slave machine. Right now I have resolved by running builds criticism on the master.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.