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 154577

Summary: StackOverflowError after Samples | Java Web | Corporate Travel Center
Product: ide Reporter: Marian Mirilovic <mmirilovic>
Component: Features On DemandAssignee: Pavel Flaska <pflaska>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2008-12-04 10:34:46 UTC
ergonomics build - creating one of the samples ...


org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
[catch] at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
java.lang.StackOverflowError
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemanWizardIterator.current(FeatureOnDemanWizardIterator.java:274)
	at
Comment 1 Pavel Flaska 2008-12-04 17:58:05 UTC
Yes, I saw it already.
Comment 2 Pavel Flaska 2008-12-08 12:59:25 UTC
*** Issue 154883 has been marked as a duplicate of this issue. ***
Comment 3 Pavel Flaska 2008-12-10 09:47:20 UTC
FeatureOnDemandWizardIterator delegates to itself. -- Did anyone see the problem in current ergonomics build? I did some changes in iterator and right now 
I'm unable to reproduce it. I continue investigating.
Comment 4 Pavel Flaska 2008-12-17 07:50:54 UTC
changeset 111935	1fefab650076

Should be fixed. It wasn't reproducible regularly, so I tried it several times and it works. Please, reopen when it occurs again.
Comment 5 Quality Engineering 2008-12-22 15:26:58 UTC
Integrated into 'main-golden', will be available in build *200812221122* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1fefab650076
User: Pavel Flaska <pflaska@netbeans.org>
Log: #154577: Fixed stackoverflow and npe
Comment 6 Marian Mirilovic 2010-04-22 10:34:22 UTC
v/c