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 202547 - IllegalStateException: Queue full
Summary: IllegalStateException: Queue full
Status: RESOLVED DUPLICATE of bug 201996
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 10:34 UTC by Sergey Petrov
Modified: 2012-04-04 12:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181341


Attachments
stacktrace (945 bytes, text/plain)
2011-09-23 10:34 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2011-09-23 10:34:42 UTC
Build: NetBeans IDE Dev (Build 20110923-ec8d7d619063)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
sj-nb: tried to create template project -> got exception on finish




Stacktrace: 
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:437)
   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:1556)
Comment 1 Sergey Petrov 2011-09-23 10:34:45 UTC
Created attachment 111085 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-04-04 12:32:51 UTC

*** This bug has been marked as a duplicate of bug 201996 ***