Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-2068

Unknown profile: 'wan-development', valid profiles are: []

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Critical
    • None
    • None
    • None
    • None
    • 0

    Description

      In the 3.4.6 version of the SDK, connecting using the wan-development profile throwns an error:

      Cluster cluster = Cluster.connect(
      adjustClusterProtocol(clusterUrl, ssl),
      ClusterOptions.clusterOptions(username, password).environment(env -> {
      env.applyProfile("wan-development");
      })
      );

      com.couchbase.client.core.error.InvalidArgumentException: Unknown profile: 'wan-development', valid profiles are: []
          at com.couchbase.client.core.error.InvalidArgumentException.fromMessage(InvalidArgumentException.java:28)
          at com.couchbase.client.core.env.CoreEnvironment$Builder.applyProfile(CoreEnvironment.java:1172)
          at com.couchbase.intellij.database.DataLoader.lambda$listBucketNames$6(DataLoader.java:233)
          at com.couchbase.client.java.AsyncCluster.extractClusterEnvironment(AsyncCluster.java:205)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            denis.rosa Denis Rosa
            denis.rosa Denis Rosa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty