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 249495 - org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot lock read-only file F:\Office\Mifos\Data\StagingActivity\nbproject\private\private.properties.
Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot lock read...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-23 07:05 UTC by ddeka352
Modified: 2015-10-29 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172888


Attachments
stacktrace (9.41 KB, text/plain)
2014-12-23 07:05 UTC, ddeka352
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ddeka352 2014-12-23 07:05:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
ddeka352: Slove it

GUEST: Loading the main project after opening NetBeans

GUEST: Background scanning takes forever

GUEST: shit!

GUEST: BackgroundScanning of projects for everrrrr + can't see the source of my class when i open it

GUEST: can not background scanning projects successfully




Stacktrace: 
org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot lock read-only file F:\Office\Mifos\Data\StagingActivity\nbproject\private\private.properties.
   at org.netbeans.modules.masterfs.filebasedfs.utils.FSException.io(FSException.java:118)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:405)
   at org.netbeans.spi.project.support.ant.ProjectProperties$PP$1.run(ProjectProperties.java:302)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:641)
   at org.netbeans.spi.project.support.ant.ProjectProperties$PP.runSaveAA(ProjectProperties.java:262)
Comment 1 ddeka352 2014-12-23 07:05:52 UTC
Created attachment 151250 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-03-04 15:33:38 UTC
> Cannot lock read-only file F:\Office\Mifos\Data\StagingActivity\nbproject\private\private.properties.
It seems that the file is read only. There may be some problem with user privileges.
Can you edit the file using another editor?
Thank you.
Comment 3 Jaroslav Havlin 2015-10-29 12:36:07 UTC
Closing as incomplete. Please reopen if you can provide additional information (see comment 2).
Thank you for understanding.