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 205004

Summary: ISE "queue full" from TemplateWizard.instantiateNewObjects
Product: platform Reporter: Jesse Glick <jglick>
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2011-11-11 17:07:49 UTC
After other wizard errors, TemplateWizard does not recover well:

WARNING [org.openide.WizardDescriptor]
java.lang.IllegalStateException: Queue full
	at java.util.AbstractQueue.add(AbstractQueue.java:71)
	at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:209)
	at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:440)
	at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:247)
	at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:160)
	at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1569)
	at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1521)
	at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:139)
[catch] at org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2134)