oauth_problem="invalid_used_nonce"
Hi all,
Problem to get my RQM serviceProviderCatalog after getting the accessToken:
I Installed and configured RQM version 3.1.2 in http and I can access to http://server:9080/qm/rootservices but if I try to go to http://server:9080/qm/oslc_qm/catalog?oauth_token=b4550503fe324ad297eb5d611a3c847a&oauth_consumer_key=d18ef13146154b35ad1c12210aaaf22d&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1340018652&oauth_nonce=467979604593127&oauth_version=1.0&oauth_signature=skBsgv3qcCPtThOcvH1%2BTAjsb28%3D I get an error message " Jun 18, 2012 1:24:12 PM org.apache.http.impl.client.DefaultRequestDirector
handleResponse
WARNING: Authentication error: Unable to respond
to any of these challenges: {oauth=WWW-Authenticate: OAuth
realm="Jazz%20Team%20Server", oauth_problem="invalid_used_nonce"}
I don't understand why
I get this error and I have not solution about
Can someone give me a lift?
Thanks in advance.
One answer
it looks like you used the oauth nonce that you put into your request already in a previous request. What are you trying to achieve? If you plan to use OSLC communication with RQM, have you been able to use the information in the OSCL workshop to connect via oauth?
- Arne