How do I create an association from RTC project area to a custom OSLC adapter
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
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
Keep in mind that the two applications should be hosted on machines with the same date/time, otherwise the OSLC request/responses will fail
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 29 '13, 3:32 p.m.Note: I modified the title of this question to take the form of a question