[JIRA] (JENKINS-55198) java.nio.channels.ClosedChannelException

2019-07-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55198  
 
 
  java.nio.channels.ClosedChannelException   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Assignee: 
 Carlos Sanchez  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196266.1544781514000.12927.1563306208880%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55198) java.nio.channels.ClosedChannelException

2019-06-12 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-55198  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.nio.channels.ClosedChannelException   
 

  
 
 
 
 

 
 The original report suggests the Artifactory plugin is involved. Any known way to reproduce this error from scratch?  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196266.1544781514000.26213.1560367920316%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55198) java.nio.channels.ClosedChannelException

2019-06-10 Thread rishirt...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rishi Thakkar commented on  JENKINS-55198  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.nio.channels.ClosedChannelException   
 

  
 
 
 
 

 
 I see a similar issue except it happens randomly at the end of a stage.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196266.1544781514000.24702.1560203280169%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55198) java.nio.channels.ClosedChannelException

2018-12-14 Thread stephan.kirs...@secunet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Kirsten created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55198  
 
 
  java.nio.channels.ClosedChannelException   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2018-12-14 09:58  
 
 
Environment: 
 Jenkins version: 2.155  Kubernetes plugin version: 1.13.8  Kubernetes cluster version: 1.11.1  JNLP container: jenkins/jnlp-slave:3.26  shared-library  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Stephan Kirsten  
 

  
 
 
 
 

 
 After installing 1.13.8 to fix JENKINS-42136 i get the following exception after the pipeline finished. Not all the time, but quite often. 

 
[Pipeline] End of Pipeline
java.nio.channels.ClosedChannelException
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 172.16.1.10/172.16.1.10:58086
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:954)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at org.jfrog.hudson.pipeline.executors.GenericUploadExecutor.execution(GenericUploadExecutor.java:52)
		at org.jfrog.hudson.pipeline.steps.UploadStep$Execution.run(UploadStep.java:65)
		at org.jfrog.hudson.pipeline.steps.UploadStep$Execution.run(UploadStep.java:46)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
		at hudson.security.ACL.impersonate(ACL.java:290)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingS