how to get RQMUrlUtility get working even for urls not having port number?
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 "com.ibm.rqm.integration.s ervice.IIntegrationService" is not defined for remote execution.
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 "com.ibm.rqm.integration.s ervice.IIntegrationService" is not defined for remote execution.
5 answers
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
Hi @Hao Wan
Please provide your suggestion.