Does anyone know why the list of Planned For values won't populate on Linux based Eclipse?
We have a project that is running RTC inside a 4.3.1 (Kepler) version of Eclipse on a Red Hat Enterprise Linux Server (Kernel Linux 2.6.32*). When users attempt to update a work item from this Eclipse, the Planned For field drop-down displays 'Retreiving...' and never populates with any values. All other drop-down lists populate fine (Filed Against, Priority, Severity, other enumerations). Has anyone seen this and/or know what might be going on?
Thanks,
Jamie.
Thanks,
Jamie.
Accepted answer
Jamie,
I think that you have encountered this defect: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=263488 It has been already fixed in RTC 4.0.5.
My additional few thoughts:
I think that you have encountered this defect: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=263488 It has been already fixed in RTC 4.0.5.
My additional few thoughts:
- Eclipse 4.3.1 is not officially supported yet: https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements405406#B4_Eclipse_IDE_RTC_Eclipse_Clien - I know that maybye you simply must use it but I wanted only to warn you that it has not been effectively tested yet. There is a plan to support it in 4.0.6: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=270785
-
You mentioned that your program requires Java 7. Eclipse is Java application. What I wanted you is just to start Eclipse using Java 6 but it is not a problem to develop your applications using Java 7. You are using your Java for developing applications in Eclipse properties. Or did I miss something?
Comments
One other answer
Hi Jamie,
According to your comment, it seems that you are running your RTC client on Java 7.
What is your RTC version your are running?
Please try add following entry to eclipse.ini:
-vm
/opt/sun-jdk-1.6.0.02/bin/java
Please set the path to any Java 6 version. You will find more info here: http://wiki.eclipse.org/Eclipse.ini#-vm_value:_Linux_Example
Let us know if it helps.
According to your comment, it seems that you are running your RTC client on Java 7.
What is your RTC version your are running?
Please try add following entry to eclipse.ini:
-vm
/opt/sun-jdk-1.6.0.02/bin/java
Please set the path to any Java 6 version. You will find more info here: http://wiki.eclipse.org/Eclipse.ini#-vm_value:_Linux_Example
Let us know if it helps.
Comments
Kot T.
JAZZ DEVELOPER Jan 15 '14, 4:23 p.m.Jamie Berry
Jan 15 '14, 4:37 p.m.