Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Duplicate
-
None
-
Platform: All, OS: All
Description
I receive the following error when building about 90% of my builds. The other
10% it works fine. I make no changes between the times it succeeds and the
times it fails. I'm building in IE6 accessing the Hudson admin section. The
delete is occurring because it is wiping out the workspace each time; but
obviously failing.
Started by user anonymous
[workspace] $ e:\tfs\tf.exe workspaces -format:brief -
server:http://<server>:8080 ********
No workspace matching *;<USER_ID> on computer <COMPUTER_NAME> found in Team
Foundation Server http://<server>:8080.
FATAL: Unable to delete <FOLDER_NAME_IN_PROJECT> - files in dir:
<WEB_REFERENCE_FILE_IN_PROJECT>
java.io.IOException: Unable to delete <FOLDER_NAME> - files in dir:
[<WEB_REFERENCE_FILE>]
at hudson.Util.deleteFile(Util.java:218)
at hudson.Util.deleteRecursive(Util.java:251)
at hudson.Util.deleteContentsRecursive(Util.java:185)
at hudson.Util.deleteRecursive(Util.java:250)
at hudson.Util.deleteContentsRecursive(Util.java:185)
at hudson.Util.deleteRecursive(Util.java:250)
at hudson.Util.deleteContentsRecursive(Util.java:185)
at hudson.FilePath$11.invoke(FilePath.java:719)
at hudson.FilePath$11.invoke(FilePath.java:717)
at hudson.FilePath.act(FilePath.java:635)
at hudson.FilePath.deleteContents(FilePath.java:717)
at hudson.plugins.tfs.actions.CheckoutAction.checkout
(CheckoutAction.java:40)
at hudson.plugins.tfs.TeamFoundationServerScm.checkout
(TeamFoundationServerScm.java:143)
at hudson.model.AbstractProject.checkout(AbstractProject.java:830)
at hudson.model.AbstractBuild$AbstractRunner.checkout
(AbstractBuild.java:314)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
at hudson.model.Run.run(Run.java:927)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:119)
Attachments
Issue Links
- duplicates
-
JENKINS-12610 Util.deleteRecursive fails for files using unmappable characters
-
- Open
-
- is related to
-
JENKINS-3813 java.io.IOException: Unable to delete <FOLDER_NAME> - files in dir: [<WEB_REFERENCE_FILE>]
-
- Resolved
-
Too little information in the original report and some of the comments to investigate further.
One of the comments seems to essentially duplicate JENKINS-12610.
Due to the age and nature of this issue, I'm resolving this as duplicate. If this is still an issue for you on current Jenkins versions (1.554.x or 1.56x), please file a new issue and provide as much information as you can. If you're on Windows or otherwise locking file systems, disable search indexer, antivirus, and similar processes.