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 68541 - StackOverflowError during creating a module into a suite
Summary: StackOverflowError during creating a module into a suite
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 67892 69066 70007 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-11 12:33 UTC by Tomas Danek
Modified: 2005-12-07 10:47 UTC (History)
1 user (show)

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 Tomas Danek 2005-11-11 12:33:10 UTC
[Beta2 - 200511102100] [JDK 1.6.0 "beta"] [winXP]

1) module suite "suite1" containing foo module1 (all created by previous dev
builds - did not edit anything manually)
2) beta 2 - fresh userdir
3) New project->create new module. Selected "add module to suite" and by browse
navigated to suite1.
4) next
5) finish
6) modal dialog "Opening project" appears and soon exception is raised (attaching).
7) after this exception, I'm not able to open anything -> P1

- seems like my suite is corrupted, but I tried three more previous generated
(all were empty), the same result was spotted on two of them. 
- i can attach my original suite1 it it helps.
Comment 1 Martin Krauskopf 2005-11-11 12:51:06 UTC
I think this is not duplicate of the 66404. This is probably the same problem
with the Suite project type. Up to you if it is taken as part of 66404.
Not beta stopper I think since it only happens when you are creating new
suite-component for suite project which is not opened in the IDE which is really
edge case.
Comment 2 Tomas Danek 2005-11-11 12:55:57 UTC
agreed with P2 - this usecase is not very common. 
Comment 3 Jan Lahoda 2005-11-11 13:51:04 UTC
musilt2: could you please attach the stack trace? I have seen something similar
recently, but without the stack trace I cannot know if it is this or different
problem. Thanks.
Comment 4 Tomas Danek 2005-11-11 14:40:43 UTC
here you are - it's very simple:
java.lang.StackOverflowError
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.delegatingEvaluator(NbModuleProject.java:487)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)

.......
.......
and so on..
Comment 5 Jesse Glick 2005-11-16 00:20:03 UTC
Should be fixed as part of issue #66404.
Comment 6 Jesse Glick 2005-11-16 00:20:33 UTC
*** Issue 67892 has been marked as a duplicate of this issue. ***
Comment 7 Tomas Danek 2005-11-21 12:44:16 UTC
stack overflow fixed, verified, anyway filed issue 69036, based on this usecase.
Comment 8 Martin Krauskopf 2005-11-21 21:34:36 UTC
*** Issue 69066 has been marked as a duplicate of this issue. ***
Comment 9 Martin Krauskopf 2005-12-07 10:47:56 UTC
*** Issue 70007 has been marked as a duplicate of this issue. ***