You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Derik Badman <de...@springshare.com> on 2016/08/27 20:56:10 UTC

Verification Test fails 409 on Delete

Hello,

I’ve installed CouchDB 1.6.1 on an Amazon EC2 (it’s one of their Amazon Linux versions) server. Things seem to be working right, I started up the database, I can access Futon in my browser, but when I run the “Verify Installation” process it fails trying to delete the test document in the test_suite_db.

From my log:
[Sat, 27 Aug 2016 20:27:51 GMT] [info] [<0.863.0>] 127.0.0.1 - - PUT /test_suite_db/ 201
[Sat, 27 Aug 2016 20:27:51 GMT] [info] [<0.669.0>] 127.0.0.1 - - GET /_uuids 200
[Sat, 27 Aug 2016 20:27:51 GMT] [info] [<0.841.0>] 127.0.0.1 - - PUT /test_suite_db/undefined 201
[Sat, 27 Aug 2016 20:27:51 GMT] [info] [<0.842.0>] 127.0.0.1 - - PUT /test_suite_db/c429aa8404a3517c9ca9d0e092001c51 201
[Sat, 27 Aug 2016 20:27:51 GMT] [info] [<0.843.0>] 127.0.0.1 - - DELETE /test_suite_db/c429aa8404a3517c9ca9d0e092001c51 409

I can’t understand why I’d get a conflict deleting a document that was just created, and I’m not sure how to further debug the issue. I can delete the whole database ok, as I did that so I could try rerunning the verification process a second time (same results).

fwiw, I was using these instructions for install: https://gist.github.com/muzfuz/8828adf632666d71a4d1

Thanks for any help or suggestions anyone can offer.
-Derik.