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 195063 - FileLock when applying hint in layer
Summary: FileLock when applying hint in layer
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-04 10:53 UTC by J Bachorik
Modified: 2011-03-10 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176428


Attachments
stacktrace (4.76 KB, text/plain)
2011-02-04 10:53 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-02-04 10:53:28 UTC
Build: NetBeans IDE Dev (Build 201102020000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
yardus: applying a hint in layer.xml




Stacktrace: 
java.lang.Throwable: Locked by:
   at org.openide.filesystems.FileLock.<init>(FileLock.java:83)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.<init>(LockForFile.java:91)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:102)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:337)
   at org.openide.loaders.MultiDataObject$Entry.takeLock(MultiDataObject.java:1270)
   at org.openide.text.SimpleES$Environment.takeLock(SimpleES.java:158)
Comment 1 J Bachorik 2011-02-04 10:53:32 UTC
Created attachment 105642 [details]
stacktrace
Comment 2 Jesse Glick 2011-02-07 15:30:16 UTC
Maybe due to layer being modified? Can check if it's reproducible.
Comment 3 Jesse Glick 2011-03-09 00:57:23 UTC
core-main #14251884edf7
Comment 4 Quality Engineering 2011-03-10 09:35:30 UTC
Integrated into 'main-golden', will be available in build *201103100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/14251884edf7
User: Jesse Glick <jglick@netbeans.org>
Log: #195063: FileLock when applying hint in layer