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 226790 - IllegalMonitorStateException at java.lang.Object.wait
Summary: IllegalMonitorStateException at java.lang.Object.wait
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 14:17 UTC by Petr Cyhelsky
Modified: 2013-02-27 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199106


Attachments
stacktrace (6.57 KB, text/plain)
2013-02-27 14:17 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-02-27 14:17:56 UTC
Build: NetBeans IDE Dev (Build 20130227-fea5ed0b3c15)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Linux

Stacktrace: 
java.lang.IllegalMonitorStateException
   at java.lang.Object.wait(Object.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.exists(FileChangedManager.java:172)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.exists(FileInfo.java:112)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isConvertibleToFileObject(FileInfo.java:173)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:127)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:115)
Comment 1 Petr Cyhelsky 2013-02-27 14:17:58 UTC
Created attachment 131966 [details]
stacktrace