ETM command line adapter failed to connect to the server
While running RQM CLA, I am seeing the following:
C:\Users\XYZ\Downloads\ETM-Extras-CommandLineAdapter-7.0.2SR1\adapters\RQMCommandLineAdapter>start.bat -repository https://elm.xyz.com/qm -user SAMS -password *** -adapterName SBT_RB3 -projectArea _iSvasKsKEe-puptzZfwRjg
Launching Adapter...
java version "22.0.2" 2024-07-16
Java(TM) SE Runtime Environment (build 22.0.2+9-70)
Java HotSpot(TM) 64-Bit Server VM (build 22.0.2+9-70, mixed mode, sharing)
Adapter is reconnecting. Using saved configuration information from Config2.ini
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
Security consideration: Adapters enable you to run programs remotely. When you use adapters, ensure that you run them by using a restricted user account that has access to only the required resources.
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
The adapter failed to connect to the server
The same command works from one machine, bit not working from another machine. Any idea what is the cause?