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 214966 - StackOverflowError. .EarDataObject.refreshSourceFolders
Summary: StackOverflowError. .EarDataObject.refreshSourceFolders
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 08:56 UTC by tomzi
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190261


Attachments
stacktrace (93.68 KB, text/plain)
2012-06-29 08:56 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2012-06-29 08:56:39 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
org.openide.util.lookup.AbstractLookup$CycleError: StackOverflowError. There is 1 listeners:
Round 1

   at org.openide.util.lookup.AbstractLookup.notifyListeners(AbstractLookup.java:574)
   at org.openide.util.lookup.ProxyLookup$R.collectFires(ProxyLookup.java:633)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:170)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:126)
   at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.beforeLookup(LazyLookupProviders.java:108)
   at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
Comment 1 tomzi 2012-06-29 08:56:42 UTC
Created attachment 121542 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-09-17 09:53:40 UTC
   at org.netbeans.spi.project.support.LookupProviderSupport$SourcesImpl.getSourceGroups(LookupProviderSupport.java:144)
   at org.netbeans.modules.j2ee.ddloaders.app.EarDataObject.refreshSourceFolders(EarDataObject.java:177)
   at org.netbeans.modules.j2ee.ddloaders.app.EarDataObject.stateChanged(EarDataObject.java:628)
Comment 3 Quality Engineering 2015-02-04 03:29:53 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.