You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2015/06/24 15:36:06 UTC

[jira] [Commented] (CAMEL-8898) ElementNotFoundException on LinkedIn authentication

    [ https://issues.apache.org/jira/browse/CAMEL-8898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599420#comment-14599420 ] 

Thomas Diesler commented on CAMEL-8898:
---------------------------------------

I use test-options.properties like this

{code}
# LinkedIn user name
userName=thomas.diesler@gmail.com
# LinkedIn user password
userPassword=9ZU...
# LinkedIn App clientId
clientId=7799h7dzr3o2e3
# LinkedIn App clientSecret
clientSecret=mC8GR...
# LinkedIn App required scopes
scope=r_basicprofile,r_fullprofile,r_emailaddress,r_network,r_contactinfo,rw_nus,rw_company_admin,rw_groups,w_messages
# LinkedIn App redirect URI
redirectUri=https://localhost
{code}

> ElementNotFoundException on LinkedIn authentication
> ---------------------------------------------------
>
>                 Key: CAMEL-8898
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8898
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.15.2
>            Reporter: Thomas Diesler
>             Fix For: 2.16.0
>
>
> {code}
> Caused by: com.gargoylesoftware.htmlunit.ElementNotFoundException: elementName=[form] attributeName=[name] attributeValue=[oauth2SAuthorizeForm]
> 	at com.gargoylesoftware.htmlunit.html.HtmlPage.getFormByName(HtmlPage.java:669)
> 	at org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter.getRefreshToken(LinkedInOAuthRequestFilter.java:169)
> 	at org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter.updateOAuthToken(LinkedInOAuthRequestFilter.java:279)
> 	at org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter.filter(LinkedInOAuthRequestFilter.java:240)
> 	at org.apache.cxf.jaxrs.client.spec.ClientRequestFilterInterceptor.handleMessage(ClientRequestFilterInterceptor.java:60)
> {code}
> To reproduce:
> 1. add your credentials to src/test/resources/test-options.properties
> 2. run [camel-linkedin-component]$ mvn clean install -P linkedin-test



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)