Workitem Command Line WCL 4.1 Issue
Hi all,
Need help on setting up WCL 4.1.
1. RTC server version is 6.0.5
Build Information | Version | Build ID |
---|---|---|
Jazz Foundation - Core Libraries | 6.0.5 | RJF-SERVER-I20171103-1833 |
2. Java version on Redhat Linux 7.x:
3. Unlimited Strength Policy is installed and checkjava version "1.8.0_141"Java(TM) SE Runtime Environment (build 1.8.0_141-b15)Java HotSpot(TM) 64-Bit Server VM (build 25.141-b15, mixed mode)
4. WCL command tried to execute
wcl -printtypeattributes projectArea="EIS.MFT" repository="https://ibmclm.xx.com/ccm" password="xxxxx" user="aaaaa" workItemType=EIS_RI /ignoreErrors id="231848"
5. Error:
CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/versionCompatibility?clientVersion=6.0.5. Error details: java.lang.RuntimeException: Could not generate DH keypair.
Any suggestion is highly appreciated.
Thanks
One answer
1. Install and make sure to use a latest Java Runtime. e.g. 1.8.0_191. See https://rsjazz.wordpress.com/2018/11/23/rtc-extensions-workshop-how-to-fix-ssl-protocol-errors-preventing-connection-to-jetty-debug-server/ Version 1.8.0_141 is way too old and certificates have been revoked.
2. Install and make sure to use the Plain Java Client libraries for the version of RTC you are using.
Comments
James Cheung
May 18 '22, 11:02 a.m.Hi all,