zLinux scm in lscm command shows floating point exception
![]()
I download "SCM Tools - Linux for System Z" for zLinux from "plain .zip" location in "https://jazz.net/downloads/rational-team-concert/releases/5.0?p=allDownloads" link.
After that I extracted below the location and I verified status using lscm, Now I got Floating point exception I tried with "fec -v" then I received "Floating point exception" error. /opt/IBM/TeamConcert/scmtools/eclipse # ./lscm status ./lscm: line 28: 15129 Floating point exception"${PRGPATH}/fec" "$@" Here, which one I missed and why it's not showing version number..? |
3 answers
![]()
Shashikant Padur (4.2k●2●7)
| answered Nov 17 '14, 12:56 a.m.
JAZZ DEVELOPER edited Nov 17 '14, 12:56 a.m.
Arul,
Not sure why it is showing a floating point exception. Can you try setting an environment variable LSCM_USE_JAVA_FEC to any value say 1 and run the command again? If you still see some errors run 'scm daemon stop -a' and then re-run the lscm command.
Comments Hi Shashikant
Thanks for reply my post.
I tried with your suggestion but it's not working and even there is no 'scm daemon' running in my machine.
Here's my problem when I run ./fec -v in zLinux server I received "Floating point exception" but in Ubtuntu server it's works well.
|
![]()
I have a suspicion it's your Java version. I'm pretty sure Java 1.4.2 is not supported. The system requirements documentation indicates that Java 1.6 is required for CLM 5.0: https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50#A9_Java_Runtime_Environment_Serv
|