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

After RTC is upgraded from 6.0.6 to 6.0.6.1, obtained rtc_cm:state through OSLC return 500 code

 When we are in RTC 6.0.6 ifix015, we can use the OSLC protocol to access through the following URL to return the status of the workitem (<dc:title>New</dc:title>, this New is the literal value of the status)
GET https://clmserver/ccm/oslc/workitems/123456/rtc_cm:state

The returned message is as follows:
<rtc_cm:Status rdf:about="https://clmserver/ccm/oslc/workflows/_HdsP8BTFEeqpBb4-kiZcxw/states/com.ibm.team.workitem.defectWorkflow/com.abcdefg.team.workitem.workflow.dft.state .s1">
<dc:identifier>com.abcdefg.team.workitem.workflow.dft.state.s1</dc:identifier>
<dc:title>New</dc:title>
<rtc_cm:iconUrl>
https://clmserver/ccm/service/com.ibm.team.workitem.common.internal.model.IImageContentService/processattachment/_HdsP8BTFEeqpBb4-kiZcxw/workflow/new.gif
</rtc_cm:iconUrl>
<rtc_cm:group>open</rtc_cm:group>
</rtc_cm:Status>

But after upgrading to 6.0.6.1 ifix011, the same method returned a code of 500. as follows:

<oslc_cm:error>
<oslc_cm:status>500</oslc_cm:status>
<oslc_cm:message/>
</oslc_cm:error>


The same problem, there is rtc_cm:resolution attribute.

Is the related API interface changed in V6.0.6.1 and is no longer compatible with the original calling method?

0 votes



One answer

Permanent link

 Hello David, most likely there is going to be a problem in the server, as OSLC is an API, and 500 means there is a problem in the server not the request. Check your ccm.log to see if its something simple that can be easily corrected, if not, then please contact support.

0 votes

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
× 10,938

Question asked: Aug 14 '20, 8:08 a.m.

Question was seen: 1,291 times

Last updated: Aug 14 '20, 4:54 p.m.

Confirmation Cancel Confirm