UnsatisfiedLinkError while loaded in PCF, working fine in local window-10
I am using couchbase lite version 2.7.1 and trying to replicate and read the documents. While creating the databse, it is giving below error in PCF env, while working fine in my windows 10 machine....
View ArticleCannot load native library for Linux/amd64
couchbase lite is giving intermittent error for loading native library in PCF while it runs fine in local windows 10 machine. Do I have to add any lib to my manifest file for PCF ? Currently using...
View ArticleSDK: saveDocument with existing doc using ConcurrencyControl.failOnConflict
According to the section “” Implications on Creating Documents with the same Id" in this (official) blog, it states that Hence, if you want to ensure that you do not inadvertently update an existing...
View ArticleMobile-CBL-Android-Bucket Merging
Dear Experts, Currently I am using CBL in my Android (Kotlin) application where we have implemented only Pull replication. Currently we have 4 buckets in Couchbase Server as well as Mobile...
View ArticleServer performance in-terms of time taken to execute the query
Hello, I am evaluating the Couch Base for one our product. Couch Base Server and Couch Base Lite SDK will be a good candidate for our application stack. I have created a sample application in Android...
View ArticleNumber of simultaneous connections between the Couch Base Server and Mobile...
Hello, We are evaluating the Couch Base Server and Couch Base Lite for our application stack. In the process we need some clarifications regarding the Sync capability. How many mobile users with Couch...
View ArticleHow to skip replication of Blobs above 5MB?
I know Blobs above 20MB are not replicated, but I want to do this with 5MB and above. 3 posts - 2 participants Read full topic
View ArticleRunning couchbase-lite-C tests on Android
How are you running the tests for couchbase-lite-C on Android? I could only find instructions for Windows and Unix. I’m searching especially for the methodology, not necessarily the step by step...
View ArticleCan I reduce fields of a document before sync to Couchbase Lite on mobile...
I’m testing Couchbase Sync Gateway and Couchbase Lite for iOS. We have a running Couchbase Cluster for years and are very happy with it. I managed to replicate documents from Couchbase via Sync...
View ArticleAdmin_channels do not work as expected
Using Sync Gateway 2.8: I wonder if I misunderstood the logic of admin_channels property in Sync Gateway’s user config? I defined this for the users section of a database config: "users": { "GUEST":...
View ArticleCouchbase Lite replication checkpoint appears to be resetting back to 0 and...
A few of our iOS devices seem to have started doing a full replication of all the data. Using Couchbase Lite 2.8.2 and Sync Gateway 2.8.2. Couchbase Server 6.5.0 all CE In the Sync Gateway logs I can...
View ArticleCouchbase Lite + Webassembly + .NET6 Native Dependencies
Hello, I have a theoretical question more than a problem and I’m very new to the CB world. I have just watched a Microsoft YT video where Steve Sanderson shows off the ability to compile SQLite to...
View ArticleThe module file format is too old to be used by this version of the debugger
I user pod ‘CouchbaseLite-Swift-Enterprise’ the version is 2.8.4 when I run it on the iPad always crash and show CouchbaseLiteSwift was compiled with optimization - stepping may behave oddly;...
View ArticleCan't run on M1 Mac - java.lang.UnsatisfiedLinkError
I can’t use the SDK on an M1 Mac using IntellJ CE 2021.3. My build.gradle entry: implementation “com.couchbase.lite:couchbase-lite-java:3.0.0-beta02” (also tried it with 2.8.4). Anytime I try to...
View ArticleChecking if two expressions are equal based on content
Hi, Is there a way to check if two expressions are equal? The below expressions are equal but they give the following output which makes a.equals(b) comparison falls (i think the id thing?) Expression...
View ArticlesetPullFilter with multiple conditions
I am trying to have multiple conditions on setPullFilter. Something like type=‘user’ AND status=0. config.setPullFilter((document, flags) -> "user".equals(document.getString("type")));...
View ArticleAutomated testing (NUnit), Live Query, Replication and blocking on the Main...
I have created a large number of automated tests for my app. There’s one set of tests that I can’t seem to get going right, and I’m looking for some advice… Am I being too ambitious here? The...
View ArticleHow to store and retrieve float array using Couchbase Lite
Hi, I need to store and retrieve float array that have 1024 value. I convert float array to string for store to database and retrieve string from database and convert to float array for handling. But...
View ArticleOIDC with Azure AD
Hi All, I have been been building a POC Xamarin Forms application which utilises Couchbase Lite and the Sync Gateway. I’m trying to implement the OIDC Implicit Flow using a Bearer token and have hit a...
View ArticleThe Sync Gateway GET /{db}/_all_docs API call is taking a long time to resolve
Hi there, I’m trying to delete all documents referenced by a channel using the Sync Gateway. There is no direct way to delete documents for a channel that I am aware of so the procedure I have been...
View Article