Quantcast
Channel: Mobile - Couchbase Forums
Viewing all articles
Browse latest Browse all 1117

CBL 2.8 Android cannot query docs. Error: Caused by: LiteCoreException{domain=1, code=5, msg=corrupt revision data}

$
0
0

Hello, I am using CBL 2.8 and Sync Gateway 2.8.
Recently I got the following error, when I try to execute query, after I got data from server via push-pull replication:

Caused by: LiteCoreException{domain=1, code=5, msg=corrupt revision data}
at com.couchbase.lite.internal.core.C4Query.run(Native Method)
at com.couchbase.lite.internal.core.C4Query.lambda$run$0(C4Query.java:60)
at com.couchbase.lite.internal.core.-$$Lambda$C4Query$5opHAWSVpT7BAQeilhxNXw0sQDA.apply(lambda)
at com.couchbase.lite.internal.core.C4NativePeer.withPeerThrows(C4NativePeer.java:79)
at com.couchbase.lite.internal.core.C4Query.run(C4Query.java:58)
at com.couchbase.lite.AbstractQuery.execute(AbstractQuery.java:135)
at com.couchbase.lite.OrderBy.execute(OrderBy.java:32)

So I cannot query my data. What is the resason for such an exception?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1117

Trending Articles