RQMExecutionTool: exception
![](http://jazz.net/_images/myphoto/be33fe4d1ddb93b57e2b7b5f5d19c187.jpg)
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
Accepted answer
![](http://jazz.net/_images/myphoto/be33fe4d1ddb93b57e2b7b5f5d19c187.jpg)
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