After RQM update to 4.0.2 .status of test case execution is not showing in the RQM GUI. before update it is showing something like "Completed" or "Failed".
Dev K (51●28●33)
| asked Jun 05 '13, 6:43 a.m.
retagged Jun 11 '13, 7:53 a.m. by Laura Kuczarski (211●3●7)
After RQM update to 4.0.2 .status of test case execution is not showing in the RQM GUI. before update it is showing something like "Completed" or "Failed".
I have checked the code. Its returning "responseCode" as not equal to "200".and exception is throwing.Pls refer below code.
RQMConnector.RQMConnectorResponse testexecutionrecordResponse = arg1.get (IRQMHandler.RQMObjectType.testexecutionrecord.getURLIdentifier () + "/" + arg0);
int responseCode = testexecutionrecordResponse.getResponseCode ();
if (responseCode == 404) {
return testexecutionrecordHandler;
}
/**
* Ensure valid server response
*/
if (responseCode != 200) {//other than 404 and 200.
throw new RQMConnectorException (serverErrorString, RQMConnectorException.ExceptionCode.SERVER_ERROR);
}
|
Be the first one to answer this question!
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.
Comments
We are getting response code as "500" .Internal Server Error.. Can any one please help us.It's bit urgent.
can you post a Firebug trace?
Plese include the ?debug=true paramater
https://jazz.net/wiki/bin/view/Main/WorkItemsWebDebugging
Hi Piotr, Please find the qm.log file .
i have just providing the few lines. Please let me know if you need other content also.