[JIRA] (JENKINS-52922) slave is getting disconnected in the middle of the job

2018-12-17 Thread alex.do...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dover assigned an issue to Alex Dover  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 Alex Dover  
 
 
Assignee: 
 Jeff Thompson Alex Dover  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-10-29 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The defect report does not provide sufficient information for reproduction or action. The creator has not responded to questions. Please re-open if you can provide sufficient information.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 Jeff Thompson  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-24 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Nush Ahmd, thanks for sharing that information. I'm glad it resolved your issue and maybe it will also help others. Just a note: hudson.slaves.ChannelPinger.pingInterval was deprecated in Jenkins 2.37. It was replaced by hudson.slaves.ChannelPinger.pingIntervalSeconds. Instead of assigning it a value of 2 in your case, you would want to assign it a value of 120 (seconds).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-21 Thread naushad.ah...@kantar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nush Ahmd commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 We managed to resolve this by adding "-Dhudson.slaves.ChannelPinger.pingInterval=2" to the Jenkins.xml of the master.   The issue was that our tests weren't printing anything out to the console,  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-19 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 I don't know what you intended to convey with those logs, but they don't seem immediately relevant. Perhaps, though, you've got something configured in a way that attempts to create multiple connections to the same agent. I don't see how this would cause the issue you're reporting, but it would be worth investigating. Otherwise, the logs provide nothing useful. You mention the SSH Slaves Plugin in your description above. Are you using that to connect to Windows agents? What SSH implementation are you using for Windows? This presentation contains further information on diagnosing Remoting connectivity issues. You might be able to find some information in there useful for your troubleshooting exercise. https://speakerdeck.com/onenashev/day-of-jenkins-2017-dealing-with-agent-connectivity-issues You could try varying some of your configurations to see if you can isolate components that may be interacting poorly. You could try different types of OSes or system configurations. Instead of using the Windows Slaves plugin you could try some of the other mechanisms for connecting agents on Windows. Does this fail for all jobs on Windows? Or only a subset? You could try different jobs or creating special troubleshooting jobs. You could try experiments at reducing the plugins used on a job. Or the other resources the job uses. I'm unable to reproduce this error, because of some difference in our environments or configurations. My long-running Windows job ran for an hour, reaching its proper termination time.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-11 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Jenkins Slave Logs: Sep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Agent discovery successful  Agent address: ci.kantarworldpanel.com  Agent port:    49187  Identity:      2b:ec:57:ae:00:0c:10:39:59:ca:a4:1c:a7:05:46:dcSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: HandshakingSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Connecting to ci.kantarworldpanel.com:49187Sep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Trying protocol: JNLP4-connectSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Remote identity confirmed: 2b:ec:57:ae:00:0c:10:39:59:ca:a4:1c:a7:05:46:dcSep 12, 2018 2:56:01 AM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecvINFO: [JNLP4-connect connection to ci.kantarworldpanel.com/:49187] Local headers refused by remote: jenkins2-win-slave is already connected to this master. Rejecting this connection.Sep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Protocol JNLP4-connect encountered an unexpected exceptionjava.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: jenkins2-win-slave is already connected to this master. Rejecting this connection. at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223) at hudson.remoting.Engine.innerRun(Engine.java:614) at hudson.remoting.Engine.run(Engine.java:474)Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: jenkins2-win-slave is already connected to this master. Rejecting this connection. at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378) at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:832) at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:832) at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154) at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer.access$1500(BIONetworkLayer.java:48) at org.jenkinsci.remoting.protocol.impl.BIONetworkLayer$Reader.run(BIONetworkLayer.java:247) 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) Suppressed: java.nio.channels.ClosedChannelException ... 7 more Sep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Connecting to ci.kantarworldpanel.com:49187Sep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Server reports protocol JNLP4-plaintext not supported, skippingSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Server reports protocol JNLP3-connect not supported, skippingSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Server reports protocol JNLP2-connect not supported, skippingSep 12, 2018 2:56:01 AM hudson.remoting.jnlp.Main$CuiListener statusINFO: Server reports protocol JNLP-connect not supported, skippingSep 12, 2018 

[JIRA] (JENKINS-52922) slave is getting disconnected in the middle of the job

2018-09-11 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Hi Jeff Thompson,  Thanks for your reply. Here is what I did as a part of troubleshooting. I ran the powershell script which attempted to connect to the Linux server via 443 over and over and over again. I also changed it to 49187 after a reboot. The entire time we ran this we did not see it drop once. I believe we have layer 4 communication down. while ($true) {     "$(Get-Date);$(Test-netconnection -ComputerName  -port 443 -informationlevel quiet)" } Next I went ahead and pushed a 5GB file via SCP from the Windows slave server to the Linux master server. The data was able to arrive on the server without an issue. I believe we have layer 7 communication down as well. I also ran the job and did some netstat information on both ends, seeing communication back and forth. As you have suggested I have checked for CPU memory issues and disc space issues and they are normal. I have captured logs can you please take a look at them. Java Log from Slave node: Java Web Start 11.181.2.13 x86Java Web Start 11.181.2.13 x86Using JRE version 1.8.0_181-b13 Java HotSpot(TM) Client VMUser home directory = C:\Users\saadmin---c:   clear console windowf:   finalize objects on finalization queueg:   garbage collecth:   display this help messagem:   print memory usageo:   trigger loggingp:   reload proxy configurationq:   hide consoler:   reload policy configurations:   dump system and deployment propertiest:   dump thread listv:   dump thread stack0-5: set trace level to ---Sep 10, 2018 2:07:12 PM hudson.remoting.jnlp.Main createEngineINFO: Setting up agent: jenkins2-win-slaveSep 10, 2018 2:07:12 PM hudson.remoting.Engine startEngineINFO: Using Remoting version: 3.25Sep 10, 2018 2:07:12 PM org.jenkinsci.remoting.engine.WorkDirManager initializeWorkDirINFO: Using C:\Jenkins\remoting as a remoting work directoryBoth error and output logs will be printed to C:\Jenkins\remotingSep 10, 2018 2:07:12 PM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolveINFO: Remoting server accepts the following protocols: [JNLP4-connect, Ping]Sep 10, 2018 2:07:12 PM org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer onRecvINFO: [JNLP4-connect connection to ci.kantarworldpanel.com/:49187] Local headers refused by remote: jenkins2-win-slave is already connected to this master. Rejecting this connection.Sep 10, 2018 2:07:12 PM hudson.remoting.jnlp.GuiListener$1 runINFO: Protocol JNLP4-connect encountered an unexpected exceptionjava.util.concurrent.ExecutionException: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: jenkins2-win-slave is already connected to this master. Rejecting this connection. at org.jenkinsci.remoting.util.SettableFuture.get(SettableFuture.java:223) at hudson.remoting.Engine.innerRun(Engine.java:614) at hudson.remoting.Engine.run(Engine.java:474)Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: jenkins2-win-slave is already connected to this master. Rejecting this connection. at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.newAbortCause(ConnectionHeadersFilterLayer.java:378) at org.jenkinsci.remoting.protocol.impl.ConnectionHeadersFilterLayer.onRecvClosed(ConnectionHeadersFilterLayer.java:433) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:832) at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287) at 

[JIRA] (JENKINS-52922) slave is getting disconnected in the middle of the job

2018-09-11 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 sumanthnath gangavarapu  
 
 
Attachment: 
 MasterNode-Logs.txt  
 
 
Attachment: 
 SlaveNode-Logs.txt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-11 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 sumanthnath gangavarapu, there isn't enough information in your report to perform a meaningful diagnosis. A ClosedChannelException merely indicates that the channel the agent and master were communicating on has been closed. Nothing in the report provides any indication as to how or why the channel was closed. Generally, these sorts of failures are due to system or environment issues. It isn't a problem in the code but something external that causes the connection to close. You should investigate your systems and networks so that you can isolate and determine the cause of the failure. A short, abbreviated sample of the things you should examine: 
 
Check agent logs. 
Check master logs. 
Check system logs, such as Windows Event logs. 
Look for high resource usage (CPU, disk, network, etc.) on master and agent machines. 
Investigate network issues. 
Look for any commonalities among the failures such as 
 
Time of day 
Duration of job 
Operating system 
System uptime 
  
Check the health and logs of the hosting environments. 
Match all of the timestamps and events up together with the failures to try and develop a picture of what is occurring. 
 As a simple example, I saw some similar behavior on my Windows machine when it decided it was time to go to sleep. (Windows server OSes don't usually have this behavior.) I'm sorry that I'm not able to solve this problem for you, but the investigation needs to be performed at your end. If you manage to figure out the cause, I'd be curious to learn what you discovered.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
   

[JIRA] (JENKINS-52922) slave is getting disconnected in the middle of the job

2018-09-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu edited a comment on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 [~jthompson] [~0055] [~144223] [~007g3m1n1] [~abang] [~0007924021] [~000panther] [~0023] [~fdnsjdghjhb] [~alhen123] [~abhijitpaul_02] [~brunohe] [~bode] [~delphboy] [~ajeng]Can anyone of you please guide me how can we resolve this issue.  This has been escalated in my current organisation.  I have opened this ticket one month before anticipating help from this team. Please guide me if I have missed anything in the process to get help. Thank you Sumanth  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu edited a comment on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 [~jthompson] [~0055] [~144223] [~007g3m1n1] [~abang] [~0007924021] [~000panther] [~0023] [~fdnsjdghjhb] [~alhen123] [~abhijitpaul_02] [~brunohe] [~bode] [~delphboy] [~ajeng]Can anyone of you please guide me how can we resolve this issue. This has been escalated in my current organisation. I have opened this ticket one month before anticipating help from this team. Please guide me if  there  I  have  missed anything in the process to get help. Thank youSumanth  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu edited a comment on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 [~jthompson] [~0055] [~144223] [~007g3m1n1] [~abang] [~0007924021] [~000panther] [~0023] [~fdnsjdghjhb] [~alhen123] [~abhijitpaul_02] [~brunohe] [~bode] [~delphboy] [~ajeng]Can anyone of you please guide me how can we resolve this issue. This has been escalated in my current organisation. I have opened this ticket one month before anticipating help from this team. Please guide me if there I missed anything in the process to get help. Thank you Sumanth  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu edited a comment on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 [~jthompson] [~0055] [~144223] [~007g3m1n1] [~abang] [~0007924021] [~000panther] [~0023] [~fdnsjdghjhb] [~alhen123] [~abhijitpaul_02] [~brunohe] [~bode] [~delphboy] [~ajeng]Can anyone of you please guide me how  we  can  we  resolve this issue.This has been escalated in my current organisation.I have opened this ticket one month before anticipating help from this team.Please guide me if there I missed anything in the process to get help.Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Jeff Thompson Allen Polak Erina Gomi Gemini A abang herbal Hiroshi Ujishi Paul Weber Muthamizh K dfgjshej jshrehrj Alyson Henry Abhijit Paul Bruno Henrique da Silva Carlos Henrique de Sousa Junior Henry Senior Allen Jeng Can anyone of you please guide me how we can resolve this issue. This has been escalated in my current organisation. I have opened this ticket one month before anticipating help from this team. Please guide me if there I missed anything in the process to get help. Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Hi Team, This is a complete blocker for us. Can you please look into this on priority. Thanks & Regards Sumanthnath G  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-09-06 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 sumanthnath gangavarapu  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-10 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Hi Team, Can I get help on this issue. If you need any further information please comment in this thread, I will provide you the details. Thanks & Regards Sumanthnath G  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 We are using below SSH slave and Windows Slaves plugins to connect with the slaves.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 sumanthnath gangavarapu  
 
 
Attachment: 
 image-2018-08-08-10-59-23-440.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu commented on  JENKINS-52922  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
 Jenkins version: 2.134 Jenkins Master installed in Linux Jenkins Slave installed in Windows Below is the Jenkins slave properties window.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 sumanthnath gangavarapu  
 
 
Attachment: 
 image-2018-08-07-21-45-04-675.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 remoting  
 
 
Component/s: 
 slave-squatter-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Jeff Thompson  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Jeff Thompson  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52922) slave is getting disconnected in the middle of the job

2018-08-07 Thread g.sumanthn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sumanthnath gangavarapu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52922  
 
 
  slave is getting disconnected in the middle of the job   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 slave-squatter-plugin  
 
 
Created: 
 2018-08-07 16:03  
 
 
Environment: 
 Production  
 
 
Priority: 
  Major  
 
 
Reporter: 
 sumanthnath gangavarapu  
 

  
 
 
 
 

 
 FATAL: command execution failedFATAL: command execution failedjava.nio.channels.ClosedChannelException at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:209) at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:222) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:832) at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:181) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:283) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:503) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:248) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:200) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doCloseSend(SSLEngineFilterLayer.java:213) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doCloseSend(ProtocolStack.java:800) at org.jenkinsci.remoting.protocol.ApplicationLayer.doCloseWrite(ApplicationLayer.java:173) at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.closeWrite(ChannelApplicationLayer.java:314) at hudson.remoting.Channel.close(Channel.java:1450) at