It's all about the answers!

Ask a question

Server Authentication using RQMExecutionTool.jar


Santhosh B K (132) | asked Jun 24 '19, 11:10 a.m.
Hello Team,

Authentication fails while executing below command:

java -jar RQMExecutionTool.jar -tserId=4514 -projectName="xxxxxx%20(QM)" -publicURI=https://xxxx.xxxxxx.com/jazz -user=xxxxxx -password=xxxxxxx -exitOnComplete=false

log:
Procesing Command Line arguments for Test Execution
Logging in to the server
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS

Note: We have certificates for accessing RQM. OSLC apis work without any problems using rest client on the browser.


How to resolve ?

Regards,
Santhosh

One answer



permanent link
abhishek gour (3812) | answered Jun 25 '19, 6:34 a.m.

 One of the obvious possibilities of this error is explained in this support docview link -


Please refer to this. You may have to check for your java version, RQM and Utility version, The algorithm encoding your certificate is based on etc. This is mainly a security issue between your certificate you are using and java version being used to run the utility. 

Thanks,
Abhishek

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.