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 203225 - StackOverflowError at ProjectTemplates
Summary: StackOverflowError at ProjectTemplates
Status: RESOLVED DUPLICATE of bug 203197
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 203301 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-06 12:06 UTC by Jiri Prox
Modified: 2011-10-29 00:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181718


Attachments
stacktrace (90.94 KB, text/plain)
2011-10-06 12:06 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2011-10-06 12:06:05 UTC
This bug was originally marked as duplicate of bug 187594, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20111005-dff1879392a3)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
jiriprox: SOE when creating new project




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.filesystems.MultiFileSystem.createWritableOn(MultiFileSystem.java:459)
   at org.openide.filesystems.MultiFileSystem.writableLayer(MultiFileSystem.java:476)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:845)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:926)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:886)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:791)
Comment 1 Jiri Prox 2011-10-06 12:06:11 UTC
Created attachment 111594 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-10-12 09:44:12 UTC
   at org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:71)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:865)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:832)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:758)
   at org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:70)
   at org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:206)
   at org.openide.loaders.TemplateWizard.setTemplate(TemplateWizard.java:223)
   at org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:140)
   at org.netbeans.modules.project.ui.ProjectTemplatePanel.storeSettings(ProjectTemplatePanel.java:71)
Comment 3 Jaroslav Tulach 2011-10-12 10:08:46 UTC
*** Bug 203301 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2011-10-29 00:54:52 UTC

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