RTRT Adapter failed to register with RQM server
Dear All,
I an trying to connect RTRT with RQM and it is giving me below error
Enter adapter name (default is : TestRT on tis100) asdf
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
The adapter failed to connect to the server
java.io.IOException: login failed
at com.ibm.rqm.integration.client.clientlib.JFSHttpsClient.login(JFSHttp
sClient.java:148)
at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQ
MConnectionHelper.java:197)
at com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInform
ation.java:184)
at com.ibm.rqm.adapter.library.data.NewRequester.<init>(NewRequester.jav
a:106)
at com.ibm.rqm.adapter.library.data.RQMAdapter.<init>(RQMAdapter.java:44
)
at com.ibm.rqm.adapter.testrt.QMTestRTAdapter.<init>(Unknown Source)
at com.ibm.rqm.adapter.testrt.QMTestRTAdapter.main(Unknown Source)
Rational Test RealTime adapter failed to register with the Rational Quality Mana
ger server: com.ibm.rqm.adapter.library.data.AdapterException:
Press any key to continue . . .
RTRT version - 7.5.0.4,
RQM version - 3.0.1,
Plateform - Win XP professional SP3
3 answers
Hello Ankit,
first, you should use TestRT 7.5.0.5 instead of 7.5.0.4. The 7.5.0.4 version you are using does not support RQM 3.0.1, whereas the 7.5.0.5 does.
second, to avoid the error you are facing, make sure that:
- your JRE version is at least 1.5,
- the JAVA_HOME environment variable is set,
- your PATH environment variable contains the java binary directory,
- you are providing the correct port number and context root to the TestRT adapter.
This last point is probably the cause of the error. See the IBM technote at https://www-304.ibm.com/support/docview.wss?uid=swg21502985 for more details: youhave to provide an SSL port to access your RQM server.
I hope this helps.
Regards,
-Nicolas
first, you should use TestRT 7.5.0.5 instead of 7.5.0.4. The 7.5.0.4 version you are using does not support RQM 3.0.1, whereas the 7.5.0.5 does.
second, to avoid the error you are facing, make sure that:
- your JRE version is at least 1.5,
- the JAVA_HOME environment variable is set,
- your PATH environment variable contains the java binary directory,
- you are providing the correct port number and context root to the TestRT adapter.
This last point is probably the cause of the error. See the IBM technote at https://www-304.ibm.com/support/docview.wss?uid=swg21502985 for more details: you
I hope this helps.
Regards,
-Nicolas