Work Item Statistics viewlet gave error
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())));
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
Could you open a defect for Dashboard and append any additional information like stacktraces?
Thanks,
Christof
Jazz Work Item team
gdang wrote:
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())));