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 201778 - IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
Summary: IllegalStateException: Problem in some module which uses Window System: Windo...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 201454 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-07 20:12 UTC by Jesse Glick
Modified: 2011-10-17 15:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181015


Attachments
stacktrace (4.57 KB, text/plain)
2011-09-07 20:12 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-07 20:12:12 UTC
Build: NetBeans IDE Dev (Build 20110906-a0e51eda72c3)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
jglick: Move Refactoring




Stacktrace: 
java.lang.IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see http://core.netbeans.org/proposals/threading/
   at org.netbeans.core.windows.WindowManagerImpl.warnIfNotInEDT(WindowManagerImpl.java:1686)
   at org.netbeans.core.windows.WindowManagerImpl.topComponentToolTipChanged(WindowManagerImpl.java:1326)
   at org.openide.windows.TopComponent.setToolTipText(TopComponent.java:1030)
   at org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.updateName(PropertiesEditorSupport.java:1470)
   at org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor$1.propertyChange(PropertiesEditorSupport.java:1303)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:196)
Comment 1 Jesse Glick 2011-09-07 20:12:17 UTC
Created attachment 110502 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2011-09-12 09:43:17 UTC
core-main 9660cd7f2a0d
Comment 3 Quality Engineering 2011-09-14 06:23:21 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/9660cd7f2a0d
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #201778 - access winsys API from EDT
Comment 4 Jan Peska 2011-10-17 15:21:26 UTC
*** Bug 201454 has been marked as a duplicate of this bug. ***