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 208574 - 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: Embedded Browser (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 15:22 UTC by Petr Jiricka
Modified: 2012-09-03 12:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185176


Attachments
stacktrace (2.58 KB, text/plain)
2012-02-17 15:22 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-02-17 15:22:28 UTC
This issue was reported manually by pjiricka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build EaselCSS-55-on-20120216)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11D50b
OS: Mac OS X

User Comments:
pjiricka: Running a web application with embedded browser set as the default browser.




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.topComponentID(WindowManagerImpl.java:1367)
   at org.openide.windows.WindowManager.findTopComponentID(WindowManager.java:542)
   at org.netbeans.core.windows.model.TopComponentSubModel.getID(TopComponentSubModel.java:382)
   at org.netbeans.core.windows.model.TopComponentSubModel.setSelectedTopComponent(TopComponentSubModel.java:324)
   at org.netbeans.core.windows.model.DefaultModeModel.setSelectedTopComponent(DefaultModeModel.java:241)
Comment 1 Petr Jiricka 2012-02-17 15:22:36 UTC
Created attachment 115883 [details]
stacktrace
Comment 2 David Konecny 2012-02-19 22:10:45 UTC
f3d8d6c2b7f1
Comment 3 Quality Engineering 2012-09-03 12:57:32 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f3d8d6c2b7f1
User: David Konecny <dkonecny@netbeans.org>
Log: #208574 - IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, s