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 - ISE "queue full" from TemplateWizard.instantiateNewObjects
Summary: ISE "queue full" from TemplateWizard.instantiateNewObjects
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 17:07 UTC by Jesse Glick
Modified: 2012-06-19 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)