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 230787 - 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 WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 12:55 UTC by Exceptions Reporter
Modified: 2016-07-07 09:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201195


Attachments
stacktrace (2.67 KB, text/plain)
2013-06-05 12:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-05 12:55:45 UTC
This issue was reported manually by marfous.
It already has 4 duplicates 


Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux

User Comments:
buzzword: Deleted some elements form an xsd, closed the file in NetBeans, restored the file externally, and then reopened it again in NetBeans. Got an NPE then it changed to this one.

GUEST: Just moving an element around in the XSD scheme editor.




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.topComponentActivatedNodesChanged(WindowManagerImpl.java:1219)
   at org.openide.windows.TopComponent.setActivatedNodesImpl(TopComponent.java:364)
   at org.openide.windows.TopComponent.setActivatedNodes(TopComponent.java:325)
   at org.netbeans.modules.xml.schema.abe.ComponentSelectionManager.selectComponent(ComponentSelectionManager.java:123)
   at org.netbeans.modules.xml.schema.abe.ComponentSelectionManager.addToSelectedComponents(ComponentSelectionManager.java:96)
Comment 1 Exceptions Reporter 2013-06-05 12:55:48 UTC
Created attachment 135386 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-05 13:12:52 UTC
Please evaluate, it looks to me that the module/classes doesn't exist any more.
Comment 3 Svata Dedic 2013-06-05 13:21:33 UTC
It does, but in the contrib repository; xml.schema.abe module
Comment 4 Martin Balin 2016-07-07 09:56:34 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss