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

/rm/publish/resources/* takes a long time

I accessed https://clm-server:9443/rm/publish/resources/* from a browser and it took a very long time.
My RPE relies on that URL to work properly.

0 votes


Accepted answer

Permanent link
 That publishing call is asking for all resources in the entire repository.
In your production environment, the server is probably very busy trying to return ALL resources and it struggles.

That publishing call had been identified as the cause for server instability. That is, slow downs and crashes.
In the RM log, we would typically see a very large DESCRIBE query that lists all the resource URLs in the repository.
 
You might see something like the following in your RM log.

[ jena.query.monitor] WARN com.ibm.team.jfs - CRJZS5541W Query _cpfG0FwbEeWN8Jalfvs5-Q has exceeded the configurable warning threshold of 45 seconds. It has 0 user contexts:
DESCRIBE <https://clm-server:9443/rm/resources/_nmfMEFQQEeSsOsbhirHRVA> <https://clm-server:9443/rm/resources/_pJfYdlQCEeSsOsbhirHRVA>
< ... a large number of URLs here ...>
WHERE
{}

I would advise not to use that particular query anymore and, instead, add some parameters to further filter the results.
Andrew Clement selected this answer as the correct answer

2 votes

Comments
For your information, the following is a related workitem that has been fixed in DOORS Next Generation 6.0

1 vote

Your answer

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

Question asked: Oct 14 '15, 5:26 a.m.

Question was seen: 3,322 times

Last updated: Oct 14 '15, 5:33 a.m.

Related questions
Confirmation Cancel Confirm