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 251712 - org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot rename file my-mw-app in Y:/jramon/projects2 to www.
Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot rename fi...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 06:06 UTC by Exceptions Reporter
Modified: 2015-12-21 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216218


Attachments
stacktrace (1.69 KB, text/plain)
2015-04-08 06:06 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-08 06:06:44 UTC
This bug was originally marked as duplicate of bug 192086, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows Vista

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: Background scanning of projects




Stacktrace: 
org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot rename file my-mw-app in Y:/jramon/projects2 to www.
   at org.netbeans.modules.masterfs.filebasedfs.utils.FSException.io(FSException.java:118)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.rename(BaseFileObj.java:444)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj$1.call(BaseFileObj.java:514)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj$1.call(BaseFileObj.java:511)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:120)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.rename(BaseFileObj.java:518)
Comment 1 Exceptions Reporter 2015-04-08 06:06:47 UTC
Created attachment 153089 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 07:32:20 UTC
It seems that target file name already existed, and the exception could be handled somehow at org.netbeans.modules.cordova.CordovaPerformer$1.run().

Reassigning to web/Cordova. Please evaluate, thank you.