Sync: ERROR: processInbox failed

Hi All,

We are getting following error. Do you know what may be the cause. The database is not still encrypted.

com.couchbase.lite.util.SystemLogger e
SEVERE: Sync: ERROR: processInbox failed:
com.couchbase.lite.internal.database.sqlite.exception.SQLiteDatabaseCorruptException: file is encrypted or is not a database (code 26)
at com.couchbase.lite.internal.database.sqlite.SQLiteQueryCursor.nativeMoveToNext(Native Method)
at com.couchbase.lite.internal.database.sqlite.SQLiteQueryCursor.moveToNext(SQLiteQueryCursor.java:58)
at com.couchbase.lite.storage.SQLiteStorageEngineBase$SQLiteCursor.moveToNext(SQLiteStorageEngineBase.java:257)
at com.couchbase.lite.store.SQLiteStore.findMissingRevisions(SQLiteStore.java:1103)
at com.couchbase.lite.Database.findMissingRevisions(Database.java:2103)
at com.couchbase.lite.replicator.PullerInternal.processInbox(PullerInternal.java:216)
at com.couchbase.lite.replicator.ReplicationInternal$2.process(ReplicationInternal.java:357)
at com.couchbase.lite.support.Batcher.processNow(Batcher.java:412)
at com.couchbase.lite.support.Batcher.access$300(Batcher.java:29)
at com.couchbase.lite.support.Batcher$2.run(Batcher.java:344)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Regards
Pankaj Sharma