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 128224 - 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: VERIFIED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 13:28 UTC by Petr Dvorak
Modified: 2008-04-14 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 12330


Attachments
stacktrace (6.25 KB, text/plain)
2008-02-23 13:28 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2008-02-23 13:28:16 UTC
Build: NetBeans IDE Dev (Build 200802191203)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
I created a new mobile application (New > Mobility > std MIDP app (first choice)), then I opened a "Flow" designer and I tried to delete a form (the one that was generated there by default). An exception occured.
Comment 1 Petr Dvorak 2008-02-23 13:28:20 UTC
Created attachment 57130 [details]
stacktrace
Comment 2 Lukas Hasik 2008-02-25 08:45:35 UTC
reassigning to visual designer/mobility

at org.openide.util.Mutex.writeAccess(Mutex.java:466)
        at org.netbeans.modules.vmd.api.model.DescriptorRegistry$3.run(DescriptorRegistry.java:129)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.netbeans.modules.vmd.api.model.GlobalDescriptorRegistry.readAccess(GlobalDescriptorRegistry.java:159)
        at org.netbeans.modules.vmd.api.model.DescriptorRegistry.writeAccess(DescriptorRegistry.java:127)
        at org.netbeans.modules.vmd.api.model.DescriptorRegistry.reload(DescriptorRegistry.java:135)
Comment 3 Karol Harezlak 2008-02-27 13:26:11 UTC
It happens every time or just happened once?
Comment 4 Petr Dvorak 2008-02-27 13:41:44 UTC
It happened just once to me. However the error seems to be more or less the same as the one you have reported recently,
see http://statistics.netbeans.org/analytics/detail.do?id=12330. The steps you made before the exception was thrown and
the stack-traces seem to be very similar to each other... (That is why I reported the issue...)
Comment 5 Karol Harezlak 2008-03-07 11:54:23 UTC
I was not able to reproduce it. I've tried several times. It may happen under some very rare circumstances. WORKSFORME.
Comment 6 Petr Dvorak 2008-04-14 13:08:07 UTC
Verified: 20080411