Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Cloudant connection error #10

Description

@jmanoj86

I am running java cloudant on my local eclipse, i get an error as this.
CloudantClient client = ClientBuilder.account("XXXXXXXX")
.username("XXXXXXXXXX")
.password("YYYYYYYYYYYYYYYY")
.build();

Caused by: java.lang.NoSuchMethodError: com/cloudant/client/api/CloudantClient.(Lcom/cloudant/client/org/lightcouch/CouchDbProperties;Lcom/google/gson/GsonBuilder;)V
at com.cloudant.client.api.ClientBuilder.build(ClientBuilder.java:269)

I am using maven and liberty. Please suggest resolutions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions