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 162254 - IllegalThreadStateException: must be called in EQ
Summary: IllegalThreadStateException: must be called in EQ
Status: RESOLVED DUPLICATE of bug 122184
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 20:14 UTC by villefilho
Modified: 2009-10-21 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144942


Attachments
stacktrace (1.06 KB, text/plain)
2009-04-08 20:14 UTC, villefilho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description villefilho 2009-04-08 20:14:47 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
villefilho: Created a new "java class project with source", pointed sources and tests, clicked "Finish" and it freezed at 25% with the exception. Had to hit cancel to close the window.

GUEST: Creating a new project. Just when I press the finish button, The progress bar gets to 25% and it hangs there. This bugs dont happens every time, but 1 of 3.



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.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:855)
        at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:801)
        at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:731)
        at org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:67)
Comment 1 villefilho 2009-04-08 20:14:53 UTC
Created attachment 79770 [details]
stacktrace
Comment 2 Jan Jancura 2009-04-09 14:22:19 UTC
I will look at it.
Comment 3 Jan Jancura 2009-10-21 14:34:39 UTC

*** This issue has been marked as a duplicate of 122184 ***