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 159882 - 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 WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 01:00 UTC by big_al
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 115603


Attachments
stacktrace (2.48 KB, text/plain)
2009-03-09 01:02 UTC, big_al
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2009-03-09 01:00:10 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.6, x86_64

User Comments:
GUEST: editing an xml schema in source view

big_al: Pasted XML into an empty XSD file



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:1542)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1166)
        at org.openide.windows.TopComponent.requestActive(TopComponent.java:789)
        at org.netbeans.modules.xml.schema.abe.ComponentSelectionManager.selectComponent(ComponentSelectionManager.java:128)
        at org.netbeans.modules.xml.schema.abe.ComponentSelectionManager.addToSelectedComponents(ComponentSelectionManager.java:96)
        at org.netbeans.modules.xml.schema.abe.ComponentSelectionManager.setSelectedComponent(ComponentSelectionManager.java:83)
Comment 1 big_al 2009-03-09 01:02:30 UTC
Created attachment 77885 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:33 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.