Server Authentication using RQMExecutionTool.jar
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
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
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