[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-07-19 Thread markus.untera...@software-quality-lab.com (JIRA)














































Markus Unterauer
 commented on  JENKINS-11073


copy artifact fails on windows XP slaves due to failing to set a timestamp















In jenkins v1.474 this problem is still there. Overwriting existing files does not work, writing new files works fine.
So I use the following workaround: Use a Execute Windows batch command to delete all files before copying.



























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






[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-06-29 Thread k...@kohsuke.org (JIRA)















































Kohsuke Kawaguchi
 resolved  JENKINS-11073 as Fixed


copy artifact fails on windows XP slaves due to failing to set a timestamp
















I think this is a manifestation of the same issue that caues JENKINS-11251. I claim this change in remoting fixes this. This commit will be a part of 1.473.

Notice that all the problem reports in this bug is about remoting. Due to the asynchrony in the read/write operations in remoting vs closure calls, it was possible that the attempt to set the timestamp happens before the file is fully is written (or even before the write starts at all.)





Change By:


Kohsuke Kawaguchi
(30/Jun/12 1:05 AM)




Status:


Reopened
Resolved





Assignee:


AlanHarder
KohsukeKawaguchi





Resolution:


Fixed



























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






[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-06-25 Thread ku...@gmx.de (JIRA)












































 
kutzi
 edited a comment on  JENKINS-11073


copy artifact fails on windows XP slaves due to failing to set a timestamp
















It should be fixed in 1.447 and higher http://jenkins-ci.org/changelog



























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






[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-06-24 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-11073


copy artifact fails on windows XP slaves due to failing to set a timestamp















Nicolas, yes there seems to be a bug in JDK with respect to setting the timestamp on Windows. However, that should be worked around in Jenkins core now.

Bertrand, Denis, Alexander, Marnix: which Jenkins version are you using?



























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






[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-04-27 Thread marnix.klooster+jenk...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162145#comment-162145
 ] 

Marnix Klooster commented on JENKINS-11073:
---

Same problem here with 1.22, not with 1.21.  Master and slave both run on 
Windows Server 2008 R2.  If you need additional info, just ask.

 copy artifact fails on windows XP slaves due to failing to set a timestamp
 --

 Key: JENKINS-11073
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact, core
Affects Versions: current
 Environment: Windows XP slave.  CentOS 5.5 server
Reporter: Jeff Koenig
Assignee: kutzi
 Attachments: copyArtifact.txt


 The copy artifact build step fails when it trys to set the time stamp on 
 windows XP slaves.  I have attached the stack trace that shows this error
 Caused by: java.io.IOException: Failed to set the timestamp of 
 C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 131655226
 I believe this issue was caused by the changes made for JENKINS-10805.
 I have also found a discussion of others experiencing the same issue 
 http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-04-23 Thread denis.k1...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161880#comment-161880
 ] 

Denis Kniazhev commented on JENKINS-11073:
--

I can also confirm that the issue is back with version 1.22 of 'Copy Artifact 
plugin'. Rolling back to 1.21 fixes the problem

 copy artifact fails on windows XP slaves due to failing to set a timestamp
 --

 Key: JENKINS-11073
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact, core
Affects Versions: current
 Environment: Windows XP slave.  CentOS 5.5 server
Reporter: Jeff Koenig
Assignee: kutzi
 Attachments: copyArtifact.txt


 The copy artifact build step fails when it trys to set the time stamp on 
 windows XP slaves.  I have attached the stack trace that shows this error
 Caused by: java.io.IOException: Failed to set the timestamp of 
 C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 131655226
 I believe this issue was caused by the changes made for JENKINS-10805.
 I have also found a discussion of others experiencing the same issue 
 http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-04-23 Thread denis.k1...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161880#comment-161880
 ] 

Denis Kniazhev edited comment on JENKINS-11073 at 4/23/12 8:10 AM:
---

I can also confirm that the issue is back with version 1.22 of 'Copy Artifact 
plugin'. Rolling back to 1.21 fixes the problem
Please re-open

  was (Author: denisk):
I can also confirm that the issue is back with version 1.22 of 'Copy 
Artifact plugin'. Rolling back to 1.21 fixes the problem
  
 copy artifact fails on windows XP slaves due to failing to set a timestamp
 --

 Key: JENKINS-11073
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact, core
Affects Versions: current
 Environment: Windows XP slave.  CentOS 5.5 server
Reporter: Jeff Koenig
Assignee: kutzi
 Attachments: copyArtifact.txt


 The copy artifact build step fails when it trys to set the time stamp on 
 windows XP slaves.  I have attached the stack trace that shows this error
 Caused by: java.io.IOException: Failed to set the timestamp of 
 C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 131655226
 I believe this issue was caused by the changes made for JENKINS-10805.
 I have also found a discussion of others experiencing the same issue 
 http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-04-23 Thread denis.k1...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Kniazhev reopened JENKINS-11073:
--


 copy artifact fails on windows XP slaves due to failing to set a timestamp
 --

 Key: JENKINS-11073
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact, core
Affects Versions: current
 Environment: Windows XP slave.  CentOS 5.5 server
Reporter: Jeff Koenig
Assignee: kutzi
 Attachments: copyArtifact.txt


 The copy artifact build step fails when it trys to set the time stamp on 
 windows XP slaves.  I have attached the stack trace that shows this error
 Caused by: java.io.IOException: Failed to set the timestamp of 
 C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 131655226
 I believe this issue was caused by the changes made for JENKINS-10805.
 I have also found a discussion of others experiencing the same issue 
 http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11073) copy artifact fails on windows XP slaves due to failing to set a timestamp

2012-04-19 Thread blatinvill...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161784#comment-161784
 ] 

Bertrand Latinville commented on JENKINS-11073:
---

Seems that this issue is back with version 1.22.
I have just upgraded and faced the problem on a job.
Failed 4 times with this error.
Rolling back to  1.21 and the job is passed.

 copy artifact fails on windows XP slaves due to failing to set a timestamp
 --

 Key: JENKINS-11073
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact, core
Affects Versions: current
 Environment: Windows XP slave.  CentOS 5.5 server
Reporter: Jeff Koenig
Assignee: kutzi
 Attachments: copyArtifact.txt


 The copy artifact build step fails when it trys to set the time stamp on 
 windows XP slaves.  I have attached the stack trace that shows this error
 Caused by: java.io.IOException: Failed to set the timestamp of 
 C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 131655226
 I believe this issue was caused by the changes made for JENKINS-10805.
 I have also found a discussion of others experiencing the same issue 
 http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira