This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271072 - java.io.IOException: Could not rename file C:\Users\ortizj\Documents\NetBeansProjects\validation-manager\tableexport-for-vaadin\._pom.xml6352228949095457317.tmp to C:\Users\ortizj\Documents\NetBeansPr
Summary: java.io.IOException: Could not rename file C:\Users\ortizj\Documents\NetBeans...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 13:46 UTC by javydreamercsw
Modified: 2017-07-11 13:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216064


Attachments
stacktrace (4.21 KB, text/plain)
2017-07-11 13:47 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-07-11 13:46:56 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
GUEST: test

javydreamercsw: Rebasing a branch.

GUEST: git pull with rebase

GUEST: I did git pull rebase and got this error. I have no idea what it means.

rdekeijzer_pm: Filesystem somehow locks the file




Stacktrace: 
java.io.IOException: Could not rename file C:\Users\ortizj\Documents\NetBeansProjects\validation-manager\tableexport-for-vaadin\._pom.xml6352228949095457317.tmp to C:\Users\ortizj\Documents\NetBeansProjects\validation-manager\tableexport-for-vaadin\pom.xml
   at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:1264)
   at org.eclipse.jgit.merge.ResolveMerger.checkout(ResolveMerger.java:324)
   at org.eclipse.jgit.merge.ResolveMerger.mergeTrees(ResolveMerger.java:1024)
   at org.eclipse.jgit.merge.ResolveMerger.mergeImpl(ResolveMerger.java:301)
   at org.eclipse.jgit.merge.Merger.merge(Merger.java:203)
   at org.eclipse.jgit.merge.Merger.merge(Merger.java:156)
Comment 1 javydreamercsw 2017-07-11 13:47:00 UTC
Created attachment 164741 [details]
stacktrace