It's all about the answers!

Ask a question

how to get RQMUrlUtility get working even for urls not having port number?


Sarvendra Kumar (1922426) | asked May 30 '13, 1:18 p.m.
retagged May 31 '13, 3:27 p.m. by Laura W. Hinson (16126)
I have used the following command.

 C:\RQMUrlUtility>"C:\Program Files (x86)\Java\jre1.6.0_22\bin"\java -jar RQMUrlUtility.jar -command GET -user <username> -password <password> -filepath C:\temp1.xml -urlhttps://{server_name excluding ".com"}.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Release_Child/testcase/urn:com.ibm.rqm:testcase:9238
 
here the server is not conataining the port number information as F5 is being used to hide that information.

on running the above command following error was seen in the command prompt

RQMUrlUtility: Connected to https://{server_name excluding ".com"}.com:-1 using project "
Release3_Child1"
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 403 Forbidden
Disconnecting from the IBM Rational Quality Manager server.

further we opted for POSTER using Firefox to browse to the artifact, we were returned the following error

CRJAZ1168I Service &quot;com.ibm.rqm.integration.s ervice.IIntegrationService&quot; is not defined for remote execution.

5 answers



permanent link
Hao Wan (1.5k35) | answered May 30 '13, 10:01 p.m.
JAZZ DEVELOPER
 Hi sarvendra,
which version of Url Utility are you using? 
there's one defect on this tool for this problem and has been fixed in 4.0

permanent link
Sarvendra Kumar (1922426) | answered May 31 '13, 5:07 a.m.

Hi @ Hao Wan we are using RQMUrlUtility 4.0.2 and also the RQM server is of version 4.0.2

I went through the link but could not figure out the way to get the xml file using our current environment.


permanent link
Sarvendra Kumar (1922426) | answered Jun 13 '13, 6:07 a.m.

Hi @Hao Wan

Please provide your suggestion.


Comments
Hao Wan commented Jun 13 '13, 7:28 a.m.
JAZZ DEVELOPER

Hi sarvendra,
would you try to use the poster and do a "GET" request to the same URL that you used in URL utility?


permanent link
Sarvendra Kumar (1922426) | answered Oct 16 '13, 4:59 p.m.
The RQMUrlUtility works for the URLs not having port number.

One has to be careful in mentioning the Project Name in the command line.. instead of Project Name(what we see in th UI of RQM) one should stick to the Project Alias.



permanent link
Ajith O M (46433) | answered Feb 20 '19, 6:06 a.m.

 Hi Sarvendra,


If URL is not having port number,please give -1 as port number. It will work properly with RQMUrlUtility jar.

Your answer


Register or to post your answer.