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

Summary: IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
Product: third-party Reporter: aholtz <aholtz>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=8451
Issue Type: DEFECT Exception Reporter: 8451
Attachments: stacktrace

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