It's all about the answers!

Ask a question

Work Item Statistics viewlet gave error


Gary Dang (59328855) | asked Jul 10 '08, 2:29 a.m.
It happened from time to time when users logged onto Jazz Web to open the Project Area. The "Work Item Statistics" viewlet gave the followong error. But, if manually refresh the query for the viewlet, the statistics is displayed properly. Any idea how to avoid such an error? Thanks.

Show header Work item query failure: : CRJAZ1037I Failing query ->
QueryDescriptorQueryModel r = QueryDescriptorQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.filter(r.projectArea()._eq(q.newItemHandleArg())._and(r.id()._eq(q.newStringArg())));

2 answers



permanent link
Christof Marti (681) | answered Jul 10 '08, 3:35 a.m.
Could you open a defect for Dashboard and append any additional information like stacktraces?

Thanks,

Christof
Jazz Work Item team


gdang wrote:
It happened from time to time when users logged onto Jazz Web to open
the Project Area. The "Work Item Statistics" viewlet gave
the followong error. But, if manually refresh the query for the
viewlet, the statistics is displayed properly. Any idea how to avoid
such an error? Thanks.

Show header Work item query failure: : CRJAZ1037I
Failing query -
QueryDescriptorQueryModel r = QueryDescriptorQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.filter(r.projectArea()._eq(q.newItemHandleArg())._and(r.id()._eq(q.newStringArg())));

permanent link
Gary Dang (59328855) | answered Jul 10 '08, 9:40 a.m.
Yes, will do.

Another intermittent error message for the event log view:
xxxxx Event Log Show header Loading...
An internal system occured while loading the feed:
com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0546I Failed to complete the database transaction.

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.