Is there any logcat output / stacktrace that includes the couchbase lite classes?
On Mon, Mar 3, 2014 at 12:12 PM, Diogo Júnior <[email protected]>wrote: > I'm creating the couchdbconnector and without apparent reason the app > crashes with this Exception that doesn't clarify why the exception is > happening: > > ``` > Caused by: org.ektorp.DbAccessException: com.couchbase.lite.ektorp. > CBLiteHttpResponse@426f3ee0 > URI: cblite:///user_testfhpandroid7/ > Response Body: > { > "status" : 500 > } > at org.ektorp.http.StdResponseHandler.createDbAccessException( > StdResponseHandler.java:44) > at org.ektorp.http.StdResponseHandler.error( > StdResponseHandler.java:62) > at org.ektorp.http.RestTemplate.handleVoidResponse( > RestTemplate.java:98) > at org.ektorp.http.RestTemplate.put(RestTemplate.java:39) > at org.ektorp.impl.StdCouchDbInstance.createDatabase( > StdCouchDbInstance.java:51) > at org.ektorp.impl.StdCouchDbInstance.createDatabase( > StdCouchDbInstance.java:43) > at org.ektorp.impl.StdCouchDbConnector. > createDatabaseIfNotExists(StdCouchDbConnector.java:387) > at org.ektorp.impl.StdCouchDbInstance.createConnector( > StdCouchDbInstance.java:103) > ``` > Someone knows why this might be happening? Issue reported: > https://github.com/helun/Ektorp/issues/162 > Thanks. > > -- > 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/115f2c0b-efc1-4122-8317-3e170d2635dc%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CACSSHCHY-ywhjrN1WyYXVb1AGuoQeptKMLOctoJsn%2Bj1A4ZyDw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
