RQMExecutionTool: exception
Hello!
I'm trying to execute RQM 5.0.2 test case and getting following error:
D:\Data\Projects\UCD\plugin\RQM-Extras-ExecutionTool-5.0.2>java -jar RQMExecutio
nTool.jar -tcerId=250298 -projectName="Jupiter" -publicURI="https://hs22-33.ca.s
brf.ru:9445/jazz" -user="****" -password="****" -exitOnComplete=true
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
Connection to RQM Server is established
Execute Execution Command
Procesing input parameters for TestCase Execution
Starting execution
Exception occurred while doing a post to the server with the URL:https://hs22-33
.ca.sbrf.ru:9445/jazz/service/com.ibm.rqm.execution.common.service.rest.ITestcas
eExecutionRecordRestService/executeDTO. Please verify that the adapter being use
d is running and the values for parameters tcerId, scriptId, adapterId are valid
and exist.
Internal Error occurred. See log for more details
Any ideas?
|
Accepted answer
Hi, Timur
The exception messages cover all the possible causes: Please verify that the adapter being used is running and the values for parameters tcerId, scriptId, adapterId are valid and exist. For example, if I intentionally put the wrong tcerId, or if I dont have a running adapter, I will get exactly same exception as you got. . check if tcerId=250298 is valid or not in the project Jupiter . check if a default script is set in TCER as scripId is not specified . check if there is an adapter available for the TCER and running as adapterId is not specified Timur Markunin selected this answer as the correct answer
|
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.