Created
February 4, 2016 07:57
-
-
Save hideki/38de61987303506a6991 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
02-04 14:53:22.096 30636-31135/com.couchbase.grocerysync D/Sync: changeTrackerCaughtUp | |
02-04 14:53:22.097 30636-31750/com.couchbase.grocerysync D/Sync: [PullerInternal.waitForPendingFutures()] STARTED - thread id: 787 | |
02-04 14:53:22.591 30636-30666/com.couchbase.grocerysync V/Sync: *** com.couchbase.lite.replicator.ReplicationInternal$2@cf3a370: BEGIN processInbox (5 sequences) | |
02-04 14:53:22.593 30636-30666/com.couchbase.grocerysync D/Sync: processInbox called | |
02-04 14:53:22.594 30636-30666/com.couchbase.grocerysync E/Sync: ERROR: processInbox failed: | |
java.lang.NullPointerException: Attempt to invoke virtual method 'int com.couchbase.lite.Database.findMissingRevisions(com.couchbase.lite.RevisionList)' on a null object reference | |
at com.couchbase.lite.replicator.PullerInternal.processInbox(PullerInternal.java:178) | |
at com.couchbase.lite.replicator.ReplicationInternal$2.process(ReplicationInternal.java:314) | |
at com.couchbase.lite.support.Batcher.processNow(Batcher.java:372) | |
at com.couchbase.lite.support.Batcher.access$200(Batcher.java:16) | |
at com.couchbase.lite.support.Batcher$2.run(Batcher.java:306) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:423) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:269) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) | |
at java.lang.Thread.run(Thread.java:818) | |
02-04 14:53:22.597 30636-31750/com.couchbase.grocerysync D/Sync: batcher.waitForPendingFutures() | |
02-04 14:53:22.598 30636-31750/com.couchbase.grocerysync D/Sync: waitPendingFuturesCompleted() | |
02-04 14:53:22.848 30636-31750/com.couchbase.grocerysync D/Sync: downloadsToInsert.waitForPendingFutures() | |
02-04 14:53:22.849 30636-31750/com.couchbase.grocerysync D/Sync: [fireTrigger()] => WAITING_FOR_CHANGES | |
02-04 14:53:22.849 30636-31750/com.couchbase.grocerysync D/Sync: [waitForPendingFutures()] END - thread id: 787 | |
02-04 14:53:22.849 30636-30666/com.couchbase.grocerysync D/Sync: firing trigger: WAITING_FOR_CHANGES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment