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 142881 - 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: webservices
Classification: Unclassified
Component: SoapUI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: omatzura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 08:13 UTC by davideconsonni
Modified: 2016-07-07 09:54 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 86508


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2008-08-05 08:13:56 UTC
Build: NetBeans IDE Dev (Build 200808021401)
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: opening ide
STACKTRACE: (first 10 lines)
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:1486)
        at org.netbeans.core.windows.WindowManagerImpl.getMainWindow(WindowManagerImpl.java:146)
        at
com.eviware.soapui.netbeans.module.NetBeansSoapUILogicalViewProvider.createLogicalView(NetBeansSoapUILogicalViewProvider.java:52)
        at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.logicalViewForProject(ProjectsRootNode.java:300)
        at org.netbeans.modules.project.ui.ProjectsRootNode$BadgingNode.propertyChange(ProjectsRootNode.java:650)
        at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:186)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:352)
        at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:270)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
Comment 1 Martin Balin 2016-07-07 09:54:13 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