You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
I'm currently trying to replicate a largish (around 40mb) database to the CouchDB and am repeatedly getting this error on the console. This is replicated to a fresh database.
I read this as 'the remote couched has returned a 409, that doesn't particularly make sense to me though, as it should only read from the remote database if I understand correctly?
Could be that it means that the local couched has returned 409 - but that doesn't make sense either (because of the fresh db).
07-19 16:41:50.167: V/TDDatabase(31010): *** com.couchbase.touchdb.replicator.TDReplicator$1@4067f490: END processInbox (lastSequence=1068
07-19 16:41:50.171: V/TDDatabase(31010): *** com.couchbase.touchdb.replicator.TDReplicator$1@4067f490: BEGIN processInbox (100 sequences)
07-19 16:41:50.214: E/TDDatabase(31010): Got error 409
07-19 16:41:50.214: E/TDDatabase(31010): Request was for: org.apache.http.client.methods.HttpPut@40d48e10
07-19 16:41:50.214: E/TDDatabase(31010): Status reason: Conflict
The text was updated successfully, but these errors were encountered:
Hi there,
I'm currently trying to replicate a largish (around 40mb) database to the CouchDB and am repeatedly getting this error on the console. This is replicated to a fresh database.
I read this as 'the remote couched has returned a 409, that doesn't particularly make sense to me though, as it should only read from the remote database if I understand correctly?
Could be that it means that the local couched has returned 409 - but that doesn't make sense either (because of the fresh db).
The text was updated successfully, but these errors were encountered: