How do I create an association from RTC project area to a custom OSLC adapter
Chris P (11●1●9●12)
| asked Apr 29 '13, 2:09 p.m.
edited Apr 29 '13, 3:31 p.m. by Geoffrey Clemm (30.1k●3●30●35)
I've asked this before, but accidentally "answered" my post and now I'm not getting any more responses...
When I go to a project area, click "Add Association", and select the friend from the list, I get the following error:
Failed to read artifact container catalog resource: Unable to load URL: /ccm/proxy?uri=http://{localhost:port}/oslc/rootservices, Status: 403
I used Firebug to dig into the javascript call that's being made, and I see the following:
HTTP Status 403 - The proxy is not configured to allow the request to http://{localhost:port}/oslc/rootservices. There may be a missing friend entry for this server.
Does anyone have any pointers on this? |
One answer
HTTP 403 is forbidden, so there may be an issue with the OAuth configuration. I am not sure what type of application you are connecting, but if this was with a CLM app, we would need to look at the OAuth consumer key and ensure they match correctly.
Keep in mind that the two applications should be hosted on machines with the same date/time, otherwise the OSLC request/responses will fail |
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.
Comments
Note: I modified the title of this question to take the form of a question