It's all about the answers!

Ask a question

RTC client on zlnx


gayatri bayyareddy (631) | asked Apr 23 '10, 5:39 p.m.
Hi I followed the following link to make it work for AIX and Solaris, I had to tweak scm.sh also apart from scm.ini as mentioned here:

http://www-01.ibm.com/support/docview.wss?uid=swg21407634

But When tried to do the same on zlinux, I am getting segmentation core dump, any help would be highly appreciate.

dlbuild@lnxec482 /opt/RTC/jazz/scmtools/eclipse$sh scm.sh
Unhandled exception
Type=Floating point error vmState=0x00000000
J9Generic_Signal_Number=00080020 Signal_Number=00000008 Error_Value=00000000 Sig
nal_Code=00000001
Handler1=77D59B98 Handler2=77D2ED1C
gpr0=00000000 gpr1=00000000 gpr2=00000000 gpr3=0F4D007F
gpr4=74EC11E0 gpr5=77CCABD8 gpr6=01F9AE50 gpr7=00000003
gpr8=01F9B048 gpr9=77CCABD8 gpr10=01F9ACF8 gpr11=77CCAB20
gpr12=78001000 gpr13=77FF9DB8 gpr14=F7FEE1FC gpr15=77CCAA98
psw=F7FEDE50 mask=070DC000 fpc=00080000
fpr0 408f400000000000 (f: 0.000000, d: 1.000000e+03)
fpr1 402e000000000000 (f: 0.000000, d: 1.500000e+01)
fpr2 4018000000000000 (f: 0.000000, d: 6.000000e+00)
fpr3 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr5 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr6 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr7 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
fpr15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
Module=/lib/ld.so.1
Module_base_address=77FE6000
Target=2_40_20091214_049398 (Linux 2.6.16.60-0.21-default)
CPU=s390 (1 logical CPUs) (0x3e2c8000 RAM)
----------- Stack Backtrace -----------
(0x77D25F22 )
---------------------------------------
JVMDUMP006I Processing dump event "gpf", detail "" - please wait.
JVMDUMP032I JVM requested System dump using '/opt/RTC/jazz/scmtools/eclipse/core
.20100423.103755.6522.0001.dmp' in response to an event
JVMDUMP010I System dump written to /opt/RTC/jazz/scmtools/eclipse/core.20100423.
103755.6522.0001.dmp
JVMDUMP032I JVM requested Snap dump using '/opt/RTC/jazz/scmtools/eclipse/Snap.2
0100423.103755.6522.0002.trc' in response to an event
JVMDUMP010I Snap dump written to /opt/RTC/jazz/scmtools/eclipse/Snap.20100423.10
3755.6522.0002.trc
JVMDUMP032I JVM requested Java dump using '/opt/RTC/jazz/scmtools/eclipse/javaco
re.20100423.103755.6522.0003.txt' in response to an event
JVMDUMP010I Java dump written to /opt/RTC/jazz/scmtools/eclipse/javacore.2010042
3.103755.6522.0003.txt
JVMDUMP013I Processed dump event "gpf", detail "".
dlbuild@lnxec482 /opt/RTC/jazz/scmtools/eclipse$ls
total 64166

Accepted answer


permanent link
Tom Canova (9111) | answered Mar 09 '11, 10:48 a.m.
I now have the SCM command line working on zLinux (at least the commands which I need for one of our build processes). I modified scm.sh to point to IBM's version of Java 1.6 for zLinux. Within my ant scripts (which are called from build forge running on zLinux), I use a script tag to leverage javascript to make calls to the command line commands, so that everything is self contained within the script (no need to use perl or other external tools).
Ralph Schoon selected this answer as the correct answer

3 other answers



permanent link
Guy Slade (64158) | answered Apr 26 '10, 10:39 a.m.
JAZZ DEVELOPER
Hi

Linux for System z is not a supported platform for the Eclipse client. The Rational Team Concert for System z product allows you to run the server on Linux for System z but, again the client is not supported on this platform.

Guy

permanent link
Tom Canova (9111) | answered Mar 03 '11, 10:57 a.m.
I need to use the scm command line on zlinux to fetch some files from RTC as part of a buildforge job that runs on zlinux. Will the scm command line work on zlinux, and if so, can I simply take the linux client zip file, extract it to a folder in zlinux and then use scm.sh, or do I need to do configure additional settings, such as specifying the jvm inside of scm.ini in order to get this working on zlinux?


If you know if there is not a way to get the rtc scm command line working in zlinux, I figured the next option would be to write some java using the rtc java libraries. I'd rather not go down this path if I can simply get the rtc scm command line working...

It seems to me that now that we are on version 3 of RTC, IBM should have the RTC scm command line working with zlinux, as zlinux is a strategic platform for some customers with their buildforge implementations.


Hi

Linux for System z is not a supported platform for the Eclipse client. The Rational Team Concert for System z product allows you to run the server on Linux for System z but, again the client is not supported on this platform.

Guy

permanent link
Arul Dhandapani (634) | answered Nov 17 '14, 4:22 a.m.
 Hi Tom

What are all the changes you did in scm.sh file in zLinux environment to make it work. we would like to know those changes.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.