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 141018 - IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778
Summary: IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10...
Status: RESOLVED DUPLICATE of bug 140458
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 15:55 UTC by kaa
Modified: 2008-07-29 01:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 79572


Attachments
stacktrace (5.84 KB, text/plain)
2008-07-21 15:55 UTC, kaa
Details
stacktrace (5.74 KB, text/plain)
2008-07-24 15:26 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-07-21 15:55:03 UTC
Build: NetBeans IDE Dev (Build 20080715190616)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments: 
opened sun-application.xml file
Comment 1 kaa 2008-07-21 15:55:09 UTC
Created attachment 65145 [details]
stacktrace
Comment 2 Oleg Khokhlov 2008-07-24 15:26:35 UTC
Build: NetBeans IDE Dev (Build 200807230806)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b05, Java(TM) SE Runtime Environment, 1.6.0_02-b05
OS: Windows XP, 5.1, x86

User Comments: 
clicking on sun-application.xml node in enterprise application

Stacktrace: 
java.lang.IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778 
        at org.openide.util.Mutex.enterImpl(Mutex.java:665)
        at org.openide.util.Mutex.enter(Mutex.java:630)
        at org.openide.util.Mutex.writeEnter(Mutex.java:608)
        at org.openide.util.Mutex$Privileged.enterWriteAccess(Mutex.java:1651)
        at org.openide.nodes.Children$Map.refresh(Children.java:867)
        at org.openide.nodes.Children$SortedMap.setComparator(Children.java:1147)
Comment 3 Oleg Khokhlov 2008-07-24 15:26:52 UTC
Created attachment 65544 [details]
stacktrace
Comment 4 _ pcw 2008-07-26 23:41:10 UTC
Probably caused by (and therefore a duplicate of) issue 140458.  Need to verify.
Comment 5 _ pcw 2008-07-29 01:08:50 UTC

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