> On Sep 16, 2014, at 11:12 PM, Azhar Bandri <[email protected]> wrote: > > I have a Android application which does only pull replication from CouchDB. > The code and replication was working fine for about 2 months and suddenly it > stopped replicating and it gives following error in log cat, > E/RemoteRequest(17030): Got error status: 404 for > http://ip:port/DBName/_local/22ba996d673e136e09af3d780021718fda7a83c5 > <http://ip:port/DBName/_local/22ba996d673e136e09af3d780021718fda7a83c5>. > Reason: Object Not Found
That's not actually an error; the Android CBL shouldn't be logging it. Those "_local/…" documents are checkpoints that are used to save replication state. Not finding a checkpoint just means that the replicator will re-build the replication state, which is a one-time slowdown. If replication is failing, there must be some other reason behind it. What other symptoms or logs do you see? (And at this point I'll probably have to hand the phone over to Traun, because I don't work on the Android version.) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/561AFA68-5469-4647-855E-9E905A87ADF2%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
