This happens when I try to initialize the Couchbase lite database.

// create a new database
database = null;
try {
    database = manager.getDatabase(DATABASE_NAME);
    Log.d (TAG, "Database created");
} catch (CouchbaseLiteException e) {
    Log.e(TAG, "Cannot get database");
    return;
} 

-- 
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/7536ff3d-1016-4bbd-9018-63895cf0927d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to