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 146015 - Exception: Not released lock for file: org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile@1b7afeb (traped in finalizer)
Summary: Exception: Not released lock for file: org.netbeans.modules.masterfs.filebase...
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-09-03 09:47 UTC by Vladimir Voskresensky
Modified: 2009-05-12 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 22496


Attachments
stacktrace (5.11 KB, text/plain)
2008-09-03 09:47 UTC, Vladimir Voskresensky
Details
stacktrace (5.64 KB, text/plain)
2008-09-05 19:55 UTC, atehrani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2008-09-03 09:47:43 UTC
Build: NetBeans IDE Dev (Build 080903)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Linux, 2.6.5-7.244-smp, i386

User Comments: 
Just closed project in IDE

Stacktrace: 
java.lang.Exception: Not released lock for file: org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile@1b7afeb (traped in finalizer)
        at org.openide.filesystems.FileLock.assertMessageForInvalidLocks(FileLock.java:135)
        at org.openide.filesystems.FileLock.finalize(FileLock.java:127)
        at java.lang.ref.Finalizer.invokeFinalizeMethod(Finalizer.java:0)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
Comment 1 Vladimir Voskresensky 2008-09-03 09:47:47 UTC
Created attachment 68937 [details]
stacktrace
Comment 2 Milan Kubec 2008-09-03 12:17:55 UTC
Don't know where the problem could be, all locks should be released in finally section.
Comment 3 atehrani 2008-09-05 19:55:35 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.Exception: Not released lock for file: org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile@1cbaeb (traped in finalizer)
        at org.openide.filesystems.FileLock.assertMessageForInvalidLocks(FileLock.java:132)
        at org.openide.filesystems.FileLock.finalize(FileLock.java:124)
        at java.lang.ref.Finalizer.invokeFinalizeMethod(Finalizer.java:0)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
Comment 4 atehrani 2008-09-05 19:55:45 UTC
Created attachment 69192 [details]
stacktrace
Comment 5 Milos Kleint 2009-02-13 11:34:26 UTC
reassigning to component owner
Comment 6 Milan Kubec 2009-05-12 14:46:45 UTC
Random issue, no more reports since Sep 08, closing.