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 155009 - StackOverflowError at java.lang.ref.ReferenceQueue.poll
Summary: StackOverflowError at java.lang.ref.ReferenceQueue.poll
Status: CLOSED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 10:08 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 13428


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-12-09 10:08:47 UTC
35 duplicates so far ...

Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.StackOverflowError
        at java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:82)
        at java.util.WeakHashMap.expungeStaleEntries(WeakHashMap.java:274)
        at java.util.WeakHashMap.getTable(WeakHashMap.java:302)
        at java.util.WeakHashMap.get(WeakHashMap.java:349)
        at javax.faces.component.UIComponentBase.populateDescriptorsMapIfNecessary(UIComponentBase.java:126)
        at javax.faces.component.UIComponentBase.<init>(UIComponentBase.java:121)
        at com.sun.rave.web.ui.component.LinkBase.<init>(LinkBase.java:116)
        at com.sun.rave.web.ui.component.Link.<init>(Link.java:48)
        at hera.Calendar.<init>(Calendar.java:67)
        at hera.Calendar.<init>(Calendar.java:97)
Comment 1 Milos Kleint 2008-12-09 10:58:52 UTC
i don't see how this is a maven project type problem.
reassigning to visual web as rave is in the stacktrace
Comment 2 Peter Zavadsky 2008-12-10 22:35:31 UTC
Could you, please, provide entire stack trace? It is hard to guess from the end of it only (no repeating pattern there).
Thanks.
Comment 3 Marian Mirilovic 2008-12-11 09:49:19 UTC
Peter, the whole stack-trace can be found at : 
http://statistics.netbeans.org/analytics/exception.do?id=13428
Comment 4 Peter Zavadsky 2008-12-11 18:07:48 UTC
As the stacktrace shows the problem is in hera.Calendar code (looping in the constructor - starting loop line 97), which
I assume is customer's code. The one needs to be fixed.
Comment 5 Marian Mirilovic 2009-12-03 03:25:37 UTC
v/c