[
https://issues.apache.org/jira/browse/CAMEL-16284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Rodolfo Piske updated CAMEL-16284:
-----------------------------------------
Description:
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]}}
was:
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{{}}
> 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
>
> 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)