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 212784 - IllegalStateException: Too many org.netbeans.modules.profiler.heapwalk.ui.OverviewControllerUI$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.profiler.heapwalk.ui.Ove...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 13:42 UTC by Petr Cyhelsky
Modified: 2013-10-16 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188159


Attachments
stacktrace (2.82 KB, text/plain)
2012-05-21 13:42 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-05-21 13:42:43 UTC
Build: NetBeans IDE Dev (Build 201205200400)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.heapwalk.ui.OverviewControllerUI$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.profiler.heapwalk.ui.OverviewControllerUI.refreshSummary(OverviewControllerUI.java:140)
   at org.netbeans.modules.profiler.heapwalk.ui.OverviewControllerUI.<init>(OverviewControllerUI.java:105)
   at org.netbeans.modules.profiler.heapwalk.OverviewController.createControllerUI(OverviewController.java:149)
   at org.netbeans.modules.profiler.heapwalk.AbstractController.getPanel(AbstractController.java:65)
   at org.netbeans.modules.profiler.heapwalk.ui.SummaryControllerUI.initComponents(SummaryControllerUI.java:123)
Comment 1 Petr Cyhelsky 2012-05-21 13:42:47 UTC
Created attachment 119689 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-05-21 14:32:41 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/e11069240ca6.
Comment 3 Quality Engineering 2012-06-05 06:02:01 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e11069240ca6
User: Jiri Sedlacek <jis@netbeans.org>
Log: Prevent using default RequestProcessor in HeapWalker, fixes bugs #212784 and #212780