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 257299 - org.openide.filesystems.FileAlreadyLockedException: E:\admin\Documents\NetBeansProjects\oj\nbactions.xml
Summary: org.openide.filesystems.FileAlreadyLockedException: E:\admin\Documents\NetBea...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-26 15:56 UTC by Exceptions Reporter
Modified: 2015-12-30 17:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221847


Attachments
stacktrace (2.28 KB, text/plain)
2015-12-26 15:56 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-12-26 15:56:12 UTC
This bug was originally marked as duplicate of bug 220474, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
GUEST: ...




Stacktrace: 
org.openide.filesystems.FileAlreadyLockedException: E:\admin\Documents\NetBeansProjects\oj\nbactions.xml
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.registerLock(LockForFile.java:115)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:104)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:409)
   at org.netbeans.modules.maven.customizer.CustomizerProviderImpl$2.run(CustomizerProviderImpl.java:439)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
Comment 1 Exceptions Reporter 2015-12-26 15:56:15 UTC
Created attachment 157924 [details]
stacktrace