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
2. Java version on Redhat Linux 7.x:
3. Unlimited Strength Policy is installed and check
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
Ralph Schoon (63.5k●3●36●46)
| answered Nov 30 '18, 2:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Nov 30 '18, 3:08 a.m.
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.
|
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.
Comments
Hi all,