I created Generic application link using a dummy rul my.test.rul to test rest client using oauth. To get the request token i have executed the below command from the commandline which ws mentioned in the documentation
java -jar rest-oauth-client-1.0.one-jar.jar requestToken JIRA_BASE_URL CALLBACK_URL
I got the below error message. What is wrong I am doing here? Can some one suggest please?
C:\Srinivas\jira rest client jar>java -jar rest-oauth-client-1.0.one-jar.jar requestToken "http://jirabaseurl.xxxxx.com" "http://my.test.url"
Jun 12, 2014 4:18:15 PM org.apache.http.impl.client.DefaultRequestDirector handleResponse
WARNING: Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm="http://jirabaseurl.xxxxx.com", oauth_problem="consumer_ke
y_unknown"}
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.simontuffs.onejar.Boot.run(Boot.java:340)
at com.simontuffs.onejar.Boot.main(Boot.java:166)
Caused by: java.lang.RuntimeException: Failed to obtain request token
at com.atlassian.oauth.client.example.AtlassianOAuthClient.getRequestToken(AtlassianOAuthClient.java:66)
at com.atlassian.oauth.client.example.JIRAOAuthClient.main(JIRAOAuthClient.java:52)
... 6 more
Caused by: net.oauth.OAuthProblemException: consumer_key_unknown
at net.oauth.client.OAuthResponseMessage.toOAuthProblemException(OAuthResponseMessage.java:83)
at net.oauth.client.OAuthClient.invoke(OAuthClient.java:306)
at net.oauth.client.OAuthClient.invoke(OAuthClient.java:260)
at net.oauth.client.OAuthClient.getRequestTokenResponse(OAuthClient.java:190)
at com.atlassian.oauth.client.example.AtlassianOAuthClient.getRequestToken(AtlassianOAuthClient.java:57)
... 7 more
You must use the name "hardcoded-consumer" as the consumer key for the app in Application Links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you say what is "hardcoded-consumer" ? I am not getting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Read the documentation carefully, you must use the name "hardcoded-consumer" as the consumer key. I now get a 500 error instead of consumer_key_unknown, though.. but that's a step in the right direction?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you find any solution for this @Srinivas Patruni
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi atlassians, Any help please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.