I filed an issue on github to track this: https://github.com/couchbase/couchbase-lite-java-core/issues/183
and have a few questions posted on the issue. On Fri, Apr 25, 2014 at 8:31 PM, Brian Hardy <[email protected]> wrote: > So I'm using the new libraries / jars now > > I'm seeing a NullPointerException when I'm restarting my replications: > > 04-25 20:22:08.016: E/RemoteRequest(5618): RemoteRequestCompletionBlock > throw Exception > 04-25 20:22:08.016: E/RemoteRequest(5618): java.lang.NullPointerException > 04-25 20:22:08.016: E/RemoteRequest(5618): at > com.couchbase.lite.replicator.Pusher.beginReplicating(Pusher.java:205) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > com.couchbase.lite.replicator.Replication$8.onCompletion(Replication.java:1200) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > com.couchbase.lite.support.RemoteRequest$2.run(RemoteRequest.java:282) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.FutureTask.run(FutureTask.java:137) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:150) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:264) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) > 04-25 20:22:08.016: E/RemoteRequest(5618): at > java.lang.Thread.run(Thread.java:856) > > > > -- > 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/3ae5e405-d114-4165-8349-e21b543d841a%40googlegroups.com<https://groups.google.com/d/msgid/mobile-couchbase/3ae5e405-d114-4165-8349-e21b543d841a%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/CACSSHCHXGGpom0kNmh8-ymJ15Kwej2F8ZNFxE7NFt54rsvkOfw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
