It's all about the answers!

Ask a question

RPE fires CRRED8021E: Internal Repository Error


Erwin Kunz (94686486) | asked Nov 06 '12, 8:24 a.m.

RRC 3.0.1.4, WAS 7.0.23

I have a report working well when running the preview. Running the full document ends after about 5 minutes with:

CRRPE1064I Error in engine

Cannot retrieve data from https://bt-clmserver01.hqs.sbt.siemens.com/ccm/rpt/repository/workitem?fields=workitem%2FworkItem[projectArea%2Fname%3D%27FSS%20Vantage%20and%20Command%27%20and%20category%2Fname%3D%27Vantage%27%20and%20target%2Fname%3D%27Vantage_MP1.8.0%27]%2F%28description|summary|id|itemId|type%2F%28name%29|description|related%2F%28summary|type%2F%28name%29|id%29|dependsOn%2F%28summary|type%2F%28name%29|id%29|blocks%2F%28summary|type%2F%28name%29|id%29|children%2F%28description|summary|id|itemId|type%2F%28name%29|related%2F%28summary|type%2F%28name%29|id%29|dependsOn%2F%28summary|type%2F%28name%29|id%29|blocks%2F%28summary|type%2F%28name%29|id%29|children%2F%28description|summary|id|itemId|type%2F%28name%29|related%2F%28summary|type%2F%28name%29|id%29|dependsOn%2F%28summary|type%2F%28name%29|id%29|blocks%2F%28summary|type%2F%28name%29|id%29|children%2F%28description|summary|id|itemId|type%2F%28name%29|related%2F%28summary|type%2F%28name%29|id%29|blocks%2F%28summary|type%2F%28name%29|id%29|children%2F%28description|summary|id|itemId|type%2F%28name%29|related%2F%28summary|type%2F%28name%29|id%29|dependsOn%2F%28summary|type%2F%28name%29|id%29|blocks%2F%28summary|type%2F%28name%29|id%29%29%29%29%29%29&id=_T75ByygREeKfr9n-4wr05A&size=100&pos=100. Server returned:

Error 500: CRRED8021E: Internal Repository Error

Caused by: [_T75ByygREeKfr9n-4wr05A]

Running the url in a browser works fine if I remove the add from the server &id=_T75ByygREeKfr9n-4wr05A&size=100&pos=100

I suspect that the WAS has a limited resource and this makes it fail. Query should return about 150 Workitems

One answer



permanent link
Erwin Kunz (94686486) | answered Nov 26 '12, 9:43 a.m.
This error was due to the "small" query cache size in the JTS advanced property  com.ibm.team.repository.service.internal.QueryService
I changed the value from 65 to 150, restarted and all went well

see also:http://www-01.ibm.com/support/docview.wss?uid=swg21390693              

Your answer


Register or to post your answer.