Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



One answer

Permanent link

It could be the Java version.

You might want to make sure the Java version used actually works with the command line adaptor. A good rule of thumbs is to use the same Java version that is used by the server, which is probably Java 1.8 - and not 22.0.2.

0 votes

Comments

This is definitely Java version related - basically the version of Java that works has a set of SSL cyphers that are compatible with what the server is asking for, and the other one doesn't

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Dec 04 '24, 3:16 a.m.

Question was seen: 280 times

Last updated: Dec 04 '24, 5:43 p.m.

Confirmation Cancel Confirm