com.couchbase.cbforest.ForestException: Forestdb Handle is being used by another thread
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
com.couchbase.cbforest.ForestException: Forestdb Handle is being used by another thread
at com.couchbase.cbforest.Document.init(Native Method)
at com.couchbase.cbforest.Document.
(Document.java:97) at com.couchbase.cbforest.Database.getDocument(Database.java:46)
at com.couchbase.lite.store.ForestDBStore.add(ForestDBStore.java:829)
at com.couchbase.lite.Database.put(Database.java:1839)
at com.couchbase.lite.Database.putRevision(Database.java:1789)
at com.couchbase.lite.Database.putRevision(Database.java:1780)
at com.couchbase.lite.Document.putProperties(Document.java:523)
at com.couchbase.lite.Document.putProperties(Document.java:350)
at com.couchbase.lite.multithreads.MultiThreadsTest$5.run(MultiThreadsTest.java:180)
at java.lang.Thread.run(Thread.java:856)