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 170605 - IllegalThreadStateException: must be called in EQ
Summary: IllegalThreadStateException: must be called in EQ
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 10:11 UTC by Vojtech Sigler
Modified: 2009-08-31 17:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155986


Attachments
stacktrace (1.99 KB, text/plain)
2009-08-19 10:12 UTC, Vojtech Sigler
Details
stacktrace (1.99 KB, text/plain)
2009-08-24 14:04 UTC, rafael_luiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-08-19 10:11:58 UTC
Build: NetBeans IDE Dev (Build 200908171401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-14-generic, i386

User Comments:
vsigler: Invoke New Project -> Java -> Java Project with Existing Sources

jplatts: I was trying to create a new project from existing sources.



Stacktrace: 
java.lang.IllegalThreadStateException: must be called in EQ
        at org.netbeans.spi.java.project.support.ui.IncludeExcludeVisualizer.getVisualizerPanel(IncludeExcludeVisualizer.java:197)
        at org.netbeans.modules.java.j2seproject.ui.wizards.PanelIncludesExcludes.getComponent(PanelIncludesExcludes.java:68)
        at org.netbeans.modules.java.j2seproject.ui.wizards.NewJ2SEProjectWizardIterator.initialize(NewJ2SEProjectWizardIterator.java:249)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:276)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:176)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:157)
Comment 1 Vojtech Sigler 2009-08-19 10:12:03 UTC
Created attachment 86439 [details]
stacktrace
Comment 2 Vojtech Sigler 2009-08-19 10:20:42 UTC
Making this P2. The wizard is not accessible at all, but it is probably not a much often used feature.
Comment 3 David Strupl 2009-08-20 13:18:30 UTC
Please evaluate.
Comment 4 Exceptions Reporter 2009-08-24 09:02:56 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=155986
Comment 5 rafael_luiz 2009-08-24 14:04:55 UTC
Build: NetBeans IDE Dev (Build 200908210201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalThreadStateException: must be called in EQ
        at org.netbeans.spi.java.project.support.ui.IncludeExcludeVisualizer.getVisualizerPanel(IncludeExcludeVisualizer.java:197)
        at org.netbeans.modules.java.j2seproject.ui.wizards.PanelIncludesExcludes.getComponent(PanelIncludesExcludes.java:68)
        at org.netbeans.modules.java.j2seproject.ui.wizards.NewJ2SEProjectWizardIterator.initialize(NewJ2SEProjectWizardIterator.java:249)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:276)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:176)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:157)
Comment 6 rafael_luiz 2009-08-24 14:04:59 UTC
Created attachment 86561 [details]
stacktrace
Comment 7 Exceptions Reporter 2009-08-24 14:05:04 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=155986
Comment 8 Jaroslav Tulach 2009-08-24 15:53:52 UTC
ergonomics#f38d78edad4d
Comment 9 Quality Engineering 2009-08-25 02:44:28 UTC
Integrated into 'main-golden', will be available in build *200908242212* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f38d78edad4d
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #170605: If there is a template with templateWizardIterator (and not instantiatingIterator), then don't return FeatureOnDemandWizardIterator and prefer the real one
Comment 10 Vojtech Sigler 2009-08-25 08:52:30 UTC
Verified in trunk build 200908250351