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 186384 - 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: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 14:20 UTC by dynamite
Modified: 2011-12-23 06:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169828


Attachments
stacktrace (2.97 KB, text/plain)
2010-05-19 14:20 UTC, dynamite
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dynamite 2010-05-19 14:20:23 UTC
This bug was originally marked as duplicate of bug 163469, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201005182201)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
stanley_tweedle: on restart after install a few plugins. now removing them, one by one, expecting problem will go away.

dynamite: Starting up NB 200905071401 after previously having to kill a hung NB.

GUEST: installing plugins

GUEST: Problem on start-up

dynamite: Installed the rather useful "Desktop Sampler" plugin.




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:1520)
   at org.netbeans.core.windows.WindowManagerImpl.getMainWindow(WindowManagerImpl.java:160)
   at org.netbeans.modules.desktopsampler.ui.DesktopSampler.<init>(DesktopSampler.java:110)
   at org.netbeans.modules.desktopsampler.ui.DesktopSamplerAction.<init>(DesktopSamplerAction.java:31)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
Comment 1 dynamite 2010-05-19 14:20:35 UTC
Created attachment 99210 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-05-20 08:56:47 UTC
desktop sampler isn't part of netbeans standard distro