It's all about the answers!

Ask a question

RQMUrlUtility: Method failed: HTTP/1.1 404 Not Found


Himanshu Verma (645) | asked Jun 29 '14, 1:57 p.m.
edited Jun 29 '14, 2:06 p.m.
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:1

Output 

  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

<<<<<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 Found
Thanks & Regards

Comments
Donald Nong commented Jun 29 '14, 9:16 p.m.

What happens if you visit the URL directly in a browser?


Himanshu Verma commented Jun 30 '14, 2:30 a.m.

I m getting 


Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/CBCM Regression/executionresult/urn:com.ibm.rqm:executionresult:1 

when i Visit URL Directly


Don Yang commented Jun 30 '14, 3:50 a.m. | edited Jun 30 '14, 3:50 a.m.

Are you use your rqm context is jazz but not qm?


Himanshu Verma commented Jun 30 '14, 4:08 a.m.

Means ???

I didn't get it
 

One answer



permanent link
Ara Masrof (3.2k15) | answered Jun 30 '14, 8:07 a.m.
JAZZ DEVELOPER
 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?

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.