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

RQMUrlUtility fails with error: "Error: Could not find or load main class .ibm.team.repository.transport.client.protocol=TLSv1.2"

My CLM environment is set up to use TLS 1.2, and when trying to the following command below:

java -Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2" -jar RQMUrlUtility.jar -command GET -user CLM -password <password> -filepath C:\tmp\tc.xml -url https://<hostname>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:15

I get the following error:

"Error: Could not find or load main class .ibm.team.repository.transport.client.protocol=TLSv1.2"

However if running the following command against an environment, that is not configured to use TLS 1.2, then the command succeeds.

""java -jar RQMUrlUtility.jar -command GET -user CLM -password <password> -filepath C:\tmp\tc.xml -url https://<hostname>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:15""




0 votes



One answer

Permanent link

The above message will occur when using the Windows PowerShell in stead of the CMD window. Since the PowerShellis an object oriented application, it does not recognize certain commands. While the Windows Powershell will work on some commands, it seems that in other cases, it's best to use a string based editor such as CMD for Windows.

0 votes

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

Question asked: Dec 14 '17, 10:22 a.m.

Question was seen: 2,653 times

Last updated: Dec 14 '17, 10:23 a.m.

Confirmation Cancel Confirm