How to fix oauth_problem="invalid_consumer_key"}?
my jts.log shows multiple entry of following error, how can it be fixed?
2015-06-03 18:39:49,103 [ Thread-131] WARN org.apache.http.impl.client.DefaultHttpClient - Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm="https%3A%2F%2Fclm.c-iv.org%2Fjts", oauth_problem="invalid_consumer_key"}
One answer
The problem is that there is some application making calls to the JTS with an old or invalid consumer key. Unfortunately, the error does not give a clue as to what application is making the calls.
Check your application logs (admin.log, rm.log, ccm.log, etc) for error messages (or stack traces) around the same time as the errors in your jts.log. Hopefully, you will see a correlation.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
Check your application logs (admin.log, rm.log, ccm.log, etc) for error messages (or stack traces) around the same time as the errors in your jts.log. Hopefully, you will see a correlation.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead