This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 174774 - [monitor] ClassCastException when showing dstore-processes
Summary: [monitor] ClassCastException when showing dstore-processes
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 09:31 EST by Martin Oberhuber CLA
Modified: 2008-08-13 13:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-02-20 09:31:10 EST
Connect to Linux-dstore server through rexec.
Show "My Processes", show in table, show in monitor.
Enable polling, drag slider to 5 sec.
Following ClassCastException is recorded:

java.lang.ClassCastException
at org.eclipse.rse.internal.ui.view.monitor.MonitorViewPage$1.run(MonitorViewPage.java:149)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

-----------Enter bugs above this line-----------
TM 2.0M5 Testing
installation : eclipse-SDK-3.3M5 (I20070209-1006), cdt-4.0M5, emf-2.3M5
RSE install  : RSE-SDK I20070219-1645 + discovery + efs
java.runtime : Sun 1.4.2_13
os.name:     : Windows XP 5.1, Service Pack 1
------------------------------------------------
systemtype   : Unix-ssh / Linux-dstore-processes
targetos     : Red Hat Enterprise Linux WS release 4 (Nahant Update 3)
targetuname  : Linux parser.takefive.co.at 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 athlon i386 GNU/Linux
targetvm     : Sun Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
------------------------------------------------
Comment 1 David McKnight CLA 2007-02-20 09:56:57 EST
Since the monitor changed from a table-tree back to a table, the cast needed to changed to use the table provider instead of the table-tree provider.
Comment 2 Martin Oberhuber CLA 2007-02-28 08:28:40 EST
Verified with I20070223-0730
Comment 3 Martin Oberhuber CLA 2008-08-13 13:16:48 EDT
[target cleanup] 2.0 M5 was the original target milestone for this bug