RQMUrlUtility: Method failed: HTTP/1.1 404 Not Found
Dear All,
I am getting the below response while using RQMUrlUtility I guess its due to HTTPS because its working fine for another server having http protocol. can you please suggest me how to access the HTTPS via RQMUrlUtility it would be great if i get a sample command or Example.
C:/> java.exe -jar RQMUrlUtility.jar -command GET -user admin -password
admin -filepath E:\\RQM_TEST\\DownLoadTc1.xml -url https://9.186.54.105:9443/jaz
z/service/com.ibm.rqm.integration.service.IIntegrationService/resources/EBLUEH_T
T_BZ1/testplan/urn:com.ibm.rqm:testplan:1Output^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<<<<RQMUrlUtility>>>>>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RQMUrlUtility: Connected to 9.186.54.105:9443 using project "EBLUEH_TT_BZ1"
2010-5-18 18:17:31 org.apache.commons.httpclient.HttpMethodDirector isRedirectNe
eded
信息: Redirect requested but followRedirects is disabled
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Method failed: HTTP/1.1 404 Not FoundThanks & Regards
One answer
Himanshu
The URL you are specifying is
https://9.186.54.105:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/EBLUEH_TT_BZ1/testplan/urn:com.ibm.rqm:testplan:1
Note the reference to 'jazz' (i.e https://9.186.54.105:9443/jazz/service/com.ibm.rqm); this means you are using 'jazz' as a context root to access Quality Manager rather than 'qm' (for example https://9.186.54.105:9443/qm/service/com.ibm.rqm)
Don wanted to to verify that 'jazz' is correct;
If you access QM via a browser, are you using 'jazz' or 'qm' as the context root?
Comments
Donald Nong
Jun 29 '14, 9:16 p.m.What happens if you visit the URL directly in a browser?
Himanshu Verma
Jun 30 '14, 2:30 a.m.I m getting
Don Yang
Jun 30 '14, 3:50 a.m.Are you use your rqm context is jazz but not qm?
Himanshu Verma
Jun 30 '14, 4:08 a.m.Means ???