CRRDV5005E The build results cannot be displayed because the build definition status records could not be retrieved from the server.
Using RTC5.0.2 and Webshpere 8.5.5 on Linux.
Build results are not displaying for some of the builds on one of the project area. Getting below error on "Build" widget. Build results are showing in eclipse client
CRRDV5005E The build results cannot be displayed because the build definition status records could not be retrieved from the server. The server encountered an unexpected error that prevented the build definition status records from being retrieved. For more details about this issue, open the JavaScript console of your browser by pressing F12, refresh the widget, and check the JavaScript console for any resulting errors.
|
3 answers
There are a couple of suggestions in this post: https://jazz.net/forum/questions/109096/build-errorsuggested-steps
which has the same error message / question. Can you please try them? In the case of the referenced post the solution was a missing license. Please ensure that the user under which you have logged in has both the permissions to see Build results and the correct license. If this helps answer your question please mark it as accepted. - Arne Comments
Tojan John
commented Jul 21 '15, 1:55 a.m.
Hi Arne,
It is not license or permission issue. I am administrator and can list the Build results of some builds.
One thing that I noticed is that, widget throws error for builds with more than 500 results while with few results are listing properly.
So is this limitation or any setting missing?
Hi John,
Tojan John
commented Jul 22 '15, 2:51 a.m.
Hi Arne,
> 500 build results are getting displayed properly on eclipse client and web client.
Can you help providing instructions on how to debug using firebug?
Also, how to prune old build results?
|
Also, how to prune old build results?
In build definition you have the option in overview Tab under Pruning Policy
"Prune build results"
You can enable it and set it value to maybe default 10 ( depends on how much build results you want to keep for the build definition ) for each successful and failed build. ( Build results will not be deleted with this option if the build results have "Deletion Allowed" disabled. ( Open Build result and you will see it in overview tab under General Information )
|
As for pruning build results, there is an excellent article by Ralph Schoon explaining how to automate that using the Plain Java API.
As for debugging with Firebug you do not have to do this yourself - I would suggest opening a defect on jazz.net and/or work through it with IBM Support. If you want to find out how to use Firebug or other tools for Javascript debugging there is good description in the wiki: https://jazz.net/wiki/bin/view/WebUIBook/DebuggingJavaScript - Arne |
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.