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 153356 - IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
Summary: IllegalStateException: Assertion failed. WindowsAPI is required to be called ...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 07:11 UTC by aholtz
Modified: 2008-11-19 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 8451


Attachments
stacktrace (2.17 KB, text/plain)
2008-11-18 07:12 UTC, aholtz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aholtz 2008-11-18 07:11:51 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments:
aholtz: �ffnen eines dotFX Projektes

GUEST: Generating a report based on the UML project

GUEST: I requested the generation of project documentation and got this error.
Aditional information:
I observed that memory usage grows after the IDE starts even nothing is done.

aholtz: �ffnen eines dotFX Projektes



Stacktrace: 
java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
        at org.netbeans.core.windows.WindowManagerImpl.assertEventDispatchThreadWeak(WindowManagerImpl.java:1460)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentIconChanged(WindowManagerImpl.java:1181)
        at org.openide.windows.TopComponent.setIcon(TopComponent.java:888)
        at com.dotfx.netbeans.ServerClassControlTopComponent.<init>(ServerClassControlTopComponent.java:47)
        at com.dotfx.netbeans.ServerClassControlTopComponent.getDefault(ServerClassControlTopComponent.java:84)
        at com.dotfx.netbeans.ServerNode.<init>(ServerNode.java:78)
Comment 1 aholtz 2008-11-18 07:12:02 UTC
Created attachment 73848 [details]
stacktrace
Comment 2 Lukas Hasik 2008-11-19 16:03:10 UTC
need to be fixed on com.dotfx.netbeans side