Thanks for reporting, that sounds like a bug. Can you file an issue here: https://github.com/couchbase/couchbase-lite-java-core and include:
* The version of couchbase lite you are using (or phonegap plugin), with a download link where you downloaded it. * Links to logcat logs (posted on github gists or pastebin) * Anything else you can think of that will help reproduce the issue. On Wed, Aug 6, 2014 at 10:40 PM, Daniel Carr <[email protected]> wrote: > Hi all. > > I'm finding that a couchbase-lite android app (on phonegap) is having it's > pull replications fail silently. I had a simultaneous push replication > working fine. > > I've got 3 questions here. 1) is a continuous replication supposed to stay > alive no matter what? (In couchdb, by default it tries 10 times then dies.) > 2) how do I know if it's died? 3) How likely is it the liteServer that's > the problem here, and would I be better off handling the replications in > java? > > What I did: > > * start a continuous pull replication (POST to /_replicate) > * turn off wifi > * wait on hour > * turn on wifi > > What I observed: > > * GET /_active_tasks returns the replication info with no error. > * any changes made on the server have not been replicated. > * after restarting the application, the replication works. > > > -- > 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/c67d7840-b61c-4e22-915e-880129e3e7e1%40googlegroups.com > <https://groups.google.com/d/msgid/mobile-couchbase/c67d7840-b61c-4e22-915e-880129e3e7e1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CACSSHCHRMMSJszaiTgRw8JJe_%3DW%3DpYEtnvL7Xj26Rx0d-yrPYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
