Can not get ant RQM info using HttpUrlUtility
I am trying to use RqmUrlUtility without success.
typing:
java -jar RQMUrlUtility.jar -command GET -user roger -password xxxxx -context qm -filepath /tmp/TC1.xml -url "https://jazz01:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Compass1/testcase"
I get error message:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<<<<----- [ RQMUrlUtility ] ---->>>>>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RQMUrlUtility: Connected to https://jazz01:9443 using project "Compass1"
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Method failed: HTTP/1.1 400 Bad Request
Disconnecting from the IBM Rational Quality Manager server.
can someone help me to understand what is wrong in my command ?
Accepted answer
A couple of things:
1.Confirm if the user name and password is correct.
2. The filepath needs to be with '\' something like:
C:\\tmp\TC1.xml
3. Is your project area actually 'Compass1'?
You may need to enter its actual name as stored in RQM repository.
You can find that using the below comand:
https://<hostname>:<port>/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/projects
Hope this helps
Best Regards
Rajat