Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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".

 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);
}

0 votes

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 .

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". 

  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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,953
× 343

Question asked: Jun 05 '13, 6:43 a.m.

Question was seen: 4,707 times

Last updated: Jun 11 '13, 7:53 a.m.

Confirmation Cancel Confirm