Hi all, I'm working with couchbase-lite-java (only java not android). I have migrated from 1.0.1 version to 1.0.3 version. When I execute my application I receive this error:
Exception in thread "main" java.lang.RuntimeException: Failed to load > storage. Resource: services/com.couchbase.lite.storage.SQLiteStorageEngine > classname: > at > com.couchbase.lite.storage.SQLiteStorageEngineFactory.createStorageEngine(SQLiteStorageEngineFactory.java:45) > at com.couchbase.lite.Database.open(Database.java:905) > at com.couchbase.lite.Manager.getDatabase(Manager.java:236) > at be.cetic.iphi.Ecriture.main(Ecriture.java:69) > Caused by: java.lang.NullPointerException > at com.couchbase.lite.util.TextUtils.read(TextUtils.java:52) > at > com.couchbase.lite.storage.SQLiteStorageEngineFactory.createStorageEngine(SQLiteStorageEngineFactory.java:38) > ... 3 more In the 1.0.1 version I had this library *couchbase-lite-java.jar* that contained classes about SQLlite storage. (https://github.com/couchbase/couchbase-lite-java) In the maven repository I don't find this library (http://files.couchbase.com/maven2/com/couchbase/lite/) and this library in not more given to download. Where can I download this library? Thanks! In any case here is my pom > <dependencies> > <dependency> > <groupId>com.couchbase.lite</groupId> > <artifactId>java-native</artifactId> > <version>1.0.3-7</version> > </dependency> > <dependency> > <groupId>com.couchbase.lite</groupId> > <artifactId>couchbase-lite-java-core</artifactId> > <version>1.0.3-7</version> > </dependency> > <dependency> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcore</artifactId> > <version>4.3.2</version> > </dependency> > </dependencies> -- 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/79b8636c-8e22-4931-a41c-1967e190157f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
