You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomas Veskrna (Jira)" <ji...@apache.org> on 2022/09/20 11:08:00 UTC

[jira] [Comment Edited] (CAMEL-18530) Camel box cannot authorize

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

Tomas Veskrna  edited comment on CAMEL-18530 at 9/20/22 11:07 AM:
------------------------------------------------------------------

[~acosentino] https://privatebin.corp.redhat.com/?2620f66f27cb1f3f#AQ3jPW5CGBA1h8GssazBHVxseB9yVXf3tP9xB7qoswQ5 well it is 3.18.1 but I think it will do the work.



was (Author: tveskrna):
[~acosentino] https://privatebin.corp.redhat.com/?2620f66f27cb1f3f#AQ3jPW5CGBA1h8GssazBHVxseB9yVXf3tP9xB7qoswQ5 well it is 3.18.1 bu I think it will do the work.


> Camel box cannot authorize
> --------------------------
>
>                 Key: CAMEL-18530
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18530
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-box
>            Reporter: Tomas Veskrna 
>            Priority: Major
>         Attachments: box-api
>
>
> Box API changed and camel-box cannot parse the request token. See the error in box-api file attached. Tests in previous versions were working but now failed. 
> {code:java}
> Caused by: java.lang.IllegalArgumentException: Error authorizing application: Can not parse request token.
> 	at org.apache.camel.component.box.internal.BoxConnectionHelper.createStandardAuthenticatedConnection(BoxConnectionHelper.java:152) ~[?:?]
> 	at org.apache.camel.component.box.internal.BoxConnectionHelper.createConnection(BoxConnectionHelper.java:76) ~[?:?]
> 	at org.apache.camel.component.box.BoxComponent.doStart(BoxComponent.java:85) ~[?:?]
> 	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:72) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:3721) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultCamelContext.getComponent(DefaultCamelContext.java:478) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultCamelContext.getComponent(DefaultCamelContext.java:445) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:696) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:80) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:227) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:116) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:122) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.SendDefinition.resolveEndpoint(SendDefinition.java:62) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.SendDefinition.createProcessor(SendDefinition.java:56) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.ProcessorDefinition.makeProcessorImpl(ProcessorDefinition.java:569) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.ProcessorDefinition.makeProcessor(ProcessorDefinition.java:530) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.ProcessorDefinition.addRoutes(ProcessorDefinition.java:240) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1349) ~[!/:2.23.2.fuse-7_10_2-00001-redhat-00005]
> 	... 25 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)