[JIRA] [copyartifact-plugin] (JENKINS-34017) copyartifact dies with hudson.util.IOException2

2016-04-16 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam resolved as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Looks an issue of core, and same to JENKINS-25120 which is the problem when archiving artifacts, but the root cause seems same. 
Please go to JENKINS-25120. 
It looks caused for a problem with an environment of a slave node, and it might fix the problem to disconnect the slave, cleanup JENKINS_HOME in the slave, and reconnect it. Please try that. 
More details about environments would be helpful. Please report OS versions, Java versions. And please report if the issue occurs after you upgrade something (e.g. Jenkins core, OS libraries and so on.). 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-34017 
 
 
 
  copyartifact dies with hudson.util.IOException2  
 
 
 
 
 
 
 
 
 

Change By:
 
 ikedam 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message 

[JIRA] [copyartifact-plugin] (JENKINS-34017) copyartifact dies with hudson.util.IOException2

2016-04-04 Thread j...@hoblitt.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Joshua Hoblitt commented on  JENKINS-34017 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: copyartifact dies with hudson.util.IOException2  
 
 
 
 
 
 
 
 
 
 
The same exception occurs under jenkins 1.656. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [copyartifact-plugin] (JENKINS-34017) copyartifact dies with hudson.util.IOException2

2016-04-04 Thread j...@hoblitt.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Joshua Hoblitt created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34017 
 
 
 
  copyartifact dies with hudson.util.IOException2  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 copyartifact-plugin 
 
 
 

Created:
 

 2016/Apr/05 3:38 AM 
 
 
 

Environment:
 

 jenkins 1.651  copyartifact 1.37 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Joshua Hoblitt 
 
 
 
 
 
 
 
 
 
 
Configurinig any job with the copyartifact-plugin causes a fatal exception when running a build. 

 

Started by user Joshua Hoblitt
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-el6-1-febf2de4 (jenkins-el6-1 centos-6 swarm) in workspace /home/jenkins-slave/workspace/copy-test
FATAL: Failed to copy /var/lib/jenkins/jobs/run-rebuild/builds/5/archive/results/manifest.txt to /home/jenkins-slave/workspace/copy-test/results/manifest.txt
hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/run-rebuild/builds/5/archive/results/manifest.txt to /home/jenkins-slave/workspace/copy-test/results/manifest.txt
	at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:117)
	at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:67)
	at