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 146368 - ClassCastException: org.netbeans.lib.profiler.ui.components.FilterComponent cannot be cast to javax.swing.JComboBox
Summary: ClassCastException: org.netbeans.lib.profiler.ui.components.FilterComponent c...
Status: RESOLVED DUPLICATE of bug 135812
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 20:29 UTC by apb
Modified: 2008-09-06 00:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the misbehaving memory profile (1.25 MB, text/plain)
2008-09-05 20:30 UTC, apb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description apb 2008-09-05 20:29:39 UTC
I have a memory profile created by Netbeans 6.1 that whenever I open it, then
I get an seamingly infinite number of ClassCastException: org.netbeans.lib.profiler.ui.components.FilterComponent cannot
be cast to javax.swing.JComboBox being notified in the UI and the UI becomes extremely messed up -- large sections not
updating and and components displaying in strange locations...the only way to fix the problem is to restart netbeans 8-(.
Comment 1 apb 2008-09-05 20:30:48 UTC
Created attachment 69196 [details]
the misbehaving memory profile
Comment 2 apb 2008-09-05 21:29:23 UTC
Also, when I saved the memory profile I got the follow profiler warning printed to standard output:
Profiler Agent Warning: Invalid declaringClass obtained from jmethodID
Profiler Agent Warning: mId = 0x2aac37fb8b68, *mId = 0
Profiler Agent Warning: dCl = 0x2aac38cfead0, *dCl = -1308932432
Profiler Agent Warning: Invalid declaringClass obtained from jmethodID
Profiler Agent Warning: mId = 0x2aac37fb8b60, *mId = 0
Profiler Agent Warning: dCl = 0x2aac3b9e9018, *dCl = -1290142504
Profiler Agent Warning: Invalid declaringClass obtained from jmethodID
Profiler Agent Warning: mId = 0x2aac37fb8b60, *mId = 0
Profiler Agent Warning: dCl = 0x2aac38b18e40, *dCl = -1317948552
Profiler Agent Warning: Invalid declaringClass obtained from jmethodID
Profiler Agent Warning: mId = 0x2aac37fb8b68, *mId = 0
Profiler Agent Warning: dCl = 0x2aac38b18e58, *dCl = -1319069392
Comment 3 Jiri Sedlacek 2008-09-06 00:41:57 UTC
Already known JDK bug. Don't use JDK 6 Update 10.

*** This issue has been marked as a duplicate of 135812 ***