It's all about the answers!

Ask a question

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 (512833) | asked Jun 05 '13, 6:43 a.m.
retagged Jun 11 '13, 7:53 a.m. by Laura Kuczarski (21137)
 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);
}

Comments
Dev K commented Jun 06 '13, 7:04 a.m. | edited Jun 06 '13, 7:04 a.m.

 We are getting response code as "500" .Internal Server Error.. Can any one please help us.It's bit urgent.


Piotr Aniola commented Jun 06 '13, 9:58 a.m.

can you post a Firebug trace?
Plese include the ?debug=true paramater
https://jazz.net/wiki/bin/view/Main/WorkItemsWebDebugging


Dev K commented Jun 10 '13, 2:09 a.m.

 Hi Piotr, Please find the qm.log file .

AsynchronousTaskRunner-3] ERROR com.ibm.team.repository                             - CRJAZ2388E Error encountered when synchronizing user data between servers in the background.  The synchronizer will silently continue to attempt to synchronize the data

CRJAZ2456W An attempt was made to load the application's web UI but the service com.ibm.team.process.internal.service.web.ProjectAreaWebUIInitializionData cannot be activated until the application has been registered with a Jazz Team Server. To make sure the web UI works correctly, complete the Jazz Team Server setup to register this application. For more information, see the help topic "Registering applications with the Jazz Team Server". 


Dev K commented Jun 10 '13, 2:10 a.m.

  i have just providing the few lines. Please let me know if you need other content also.


Be the first one to answer this question!


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.