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 242761

Summary: IllegalThreadStateException: must be called in EQ
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: akochnev
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208302
Attachments: stacktrace

Description Exceptions Reporter 2014-03-10 21:31:22 UTC
This bug was originally marked as duplicate of bug 170605, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: trying to create a new java project with existing sources and instlaling 5 updates shorty lafter




Stacktrace: 
java.lang.IllegalThreadStateException: must be called in EQ
   at org.netbeans.spi.java.project.support.ui.IncludeExcludeVisualizer.getVisualizerPanel(IncludeExcludeVisualizer.java:200)
   at org.netbeans.modules.java.j2seproject.ui.wizards.PanelIncludesExcludes.getComponent(PanelIncludesExcludes.java:71)
   at org.netbeans.modules.java.j2seproject.ui.wizards.NewJ2SEProjectWizardIterator.initialize(NewJ2SEProjectWizardIterator.java:270)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:317)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:192)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:172)
Comment 1 Exceptions Reporter 2014-03-10 21:31:24 UTC
Created attachment 145917 [details]
stacktrace
Comment 2 Tomas Zezula 2014-03-11 09:31:06 UTC
Panel.getComponent() called outside EDT.
Comment 3 Stanislav Aubrecht 2014-03-11 10:26:54 UTC
Maybe I'm missing something but this looks like a problem in J2SE project code.
Comment 4 Tomas Zezula 2015-09-29 14:45:14 UTC
In fact the problem is in Features On Demand (platform).
I will take a care.
Comment 5 Tomas Zezula 2015-09-29 14:45:38 UTC
Fixed jet-main 44124202accd
Comment 6 Quality Engineering 2015-10-01 05:02:51 UTC
Integrated into 'main-silver', will be available in build *201510010328* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44124202accd
User: Tomas Zezula <tzezula@netbeans.org>
Log: #242761:IllegalThreadStateException: must be called in EQ