It's all about the answers!

Ask a question

Unable to excute RTRT scripts in RQM v4.0.1


Rajesh Avanthi (10815137173) | asked May 08 '14, 5:36 a.m.
RTRT:8.0.0.0
RQM:4.0.1
Operating System: Red Hat Enterprise Linux 5.1

Imported RTRT scripts into RQM successfully. Upon executing below error is noticed:



Comments
Ankit Vashistha commented May 08 '14, 5:38 a.m.

Hi Rajesh, 


Pls mention the error on prompt you are receiving for clarification. 

Regards:
Ankit


Rajesh Avanthi commented May 08 '14, 5:49 a.m.

Heres the error

Can't load '/opt/IBM/TestRealTime/lib/perl/i686-linux/auto/TestRTUtil/
TestRTUtil.so' for module TestRTUtil: libqt.so.3: cannot open shared
object file: No such file or directory at /opt/IBM/TestRealTime/lib/
perl/i686-linux/DynaLoader.pm line 230. at /opt/IBM/TestRealTime/lib/
scripts/Translate.pl line 25 Compilation failed in require at /opt/IBM/
TestRealTime/lib/scripts/Translate.pl line 25. BEGIN
failed--compilation aborted at /opt/IBM/TestRealTime/lib/scripts/
Translate.pl line 25. Compilation failed in require at /opt/IBM/
TestRealTime/lib/scripts/Fcts.pl line 21. Compilation failed in require
at /opt/IBM/TestRealTime/lib/scripts/TestRTRqm.pl line 29 

2 answers



permanent link
Don Yang (7.7k21109138) | answered May 09 '14, 2:02 a.m.
I am not familiar with Test RT but there are two points you may want to check with first:
1) RHEL 5.1 is not supported in either Test RT or RQM 4.0.1.
See the requirements for both from below:

https://jazz.net/library/article/1109
http://www-03.ibm.com/software/products/en/realtime

2) libqt.so.3: cannot open shared object file usually means the concerned library is missing, I am not sure whether it is related to the Linux version or not. Or if the package is there, LD_LIBRARY_PATH may not be set properly.

permanent link
Simon Washbrook (67216) | answered May 12 '14, 2:24 a.m.
Hi,
Don Yang is correct the problem is that your LD_LIBRARY_PATH is not set before running the TestRT RQM adapter.

You should run the testrtinit.sh script to setup the environment variables before running the adapter. This is explained in the following technote that was written for another tool that had the same error message. The solution is the same.

Can't locate loadable object for module TestRTUtil"
http://www-01.ibm.com/support/docview.wss?uid=swg21395651

If you use the script "startTestRTAdapter.sh", as described in the online documentation for Test RealTime it will call the "testrtinit.sh" script for you.

Enjoy,
Simon

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.