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 235383 - StackOverflowError at org.codehaus.plexus.interpolation.StringSearchInterpolator.interpolate
Summary: StackOverflowError at org.codehaus.plexus.interpolation.StringSearchInterpola...
Status: RESOLVED DUPLICATE of bug 202987
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 07:28 UTC by Exceptions Reporter
Modified: 2013-09-02 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183940


Attachments
stacktrace (109.49 KB, text/plain)
2013-09-02 07:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-02 07:28:47 UTC
This bug was originally marked as duplicate of bug 205658, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at org.codehaus.plexus.interpolation.StringSearchInterpolator.interpolate(StringSearchInterpolator.java:147)
   at org.codehaus.plexus.interpolation.StringSearchInterpolator.interpolate(StringSearchInterpolator.java:124)
   at org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator.interpolateInternal(AbstractStringBasedModelInterpolator.java:240)
   at org.apache.maven.model.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.interpolateStringField(StringSearchModelInterpolator.java:217)
   at org.apache.maven.model.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.interpolateField(StringSearchModelInterpolator.java:166)
   at org.apache.maven.model.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.traverseObjectWithParents(StringSearchModelInterpolator.java:149)
Comment 1 Exceptions Reporter 2013-09-02 07:28:49 UTC
Created attachment 139557 [details]
stacktrace
Comment 2 Milos Kleint 2013-09-02 08:16:40 UTC
I think this was fixed in 7.2 by fixing issue 202987. The cycle is likely caused by using plugins that use the original project somehow. in issue 202987 we've only limited the workspace loading for project dependencies only. AFAIK maven itself will prohibit cycles there.

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