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 162674 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: RESOLVED DUPLICATE of bug 150540
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 08:47 UTC by dmeister
Modified: 2009-04-15 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149516


Attachments
stacktrace (6.57 KB, text/plain)
2009-04-15 08:47 UTC, dmeister
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmeister 2009-04-15 08:47:29 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
dmeister: Recently added JDK 1.6 Platform and changed scala project platform from JDK 1.5 to JDK 1.6

GUEST: Editing preferences



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy5.propertyChange(.java:0)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1230)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1196)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1171)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1230)
        at org.openide.nodes.Node.fireNameChange(Node.java:1016)
Comment 1 dmeister 2009-04-15 08:47:40 UTC
Created attachment 80108 [details]
stacktrace
Comment 2 Milan Kubec 2009-04-15 13:42:52 UTC

*** This issue has been marked as a duplicate of 150540 ***