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

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

Otavio Rodolfo Piske created CAMEL-16284:
--------------------------------------------

             Summary: 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.8.0, 3.7.2
            Reporter: Otavio Rodolfo Piske
            Assignee: Otavio Rodolfo Piske


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)