You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/03/02 11:29:00 UTC

[jira] [Commented] (CAMEL-16284) camel-couchbase: Incorrect Endpoint URI breaks CKC's couchbase connector

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

Claus Ibsen commented on CAMEL-16284:
-------------------------------------

You are welcome to do a PR for 3.7.x branch

> camel-couchbase: Incorrect Endpoint URI breaks CKC's couchbase connector
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-16284
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16284
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.7.2, 3.8.0
>            Reporter: Otavio Rodolfo Piske
>            Assignee: Otavio Rodolfo Piske
>            Priority: Major
>             Fix For: 3.7.3, 3.9.0
>
>
> Running the Couchbase connector from CKC, leads to the following failure:
>  
> Failed to resolve endpoint: 
>  couchbase://http:my-redacted-host:8091?bucket=testBucket85&password=xxxxxx
>  due to: Invalid URI. Format must be of the form 
>  couchbase:http[s]://hostname[:port]/bucket?[options...]
>  
> Apparently this is caused because the hostname on the UriEndpoint should be //hostname:
> {{[https://github.com/apache/camel/blob/camel-3.8.x/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java#L58]}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)