It's all about the answers!

Ask a question

Can not get ant RQM info using HttpUrlUtility


Roger Layani (5313238) | asked Feb 14 '13, 4:23 a.m.
retagged Feb 15 '13, 3:01 p.m. by Laura W. Hinson (16126)

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


permanent link
Rajat Singh (59833545) | answered Feb 14 '13, 7:26 a.m.
edited Feb 14 '13, 7:28 a.m.

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

Roger Layani selected this answer as the correct answer

Comments
Roger Layani commented Feb 14 '13, 8:17 a.m.

Rajat

thanks for answer

I have replaced the rpoject name by his Jazz id and started to get answers

Regards

Roger

Your answer


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