mr-bobz opened a new issue #1015: CouchDB 2.1.1 crashes and keeps restarting - macOS High Sierra 10.13.1 URL: https://github.com/apache/couchdb/issues/1015 Updated from macOS Sierra to High Sierra (10.13.1) Reinstalled CouchDB to latest (2.1.1), downloaded from http://couchdb.apache.org/ ## Current Behavior Cannot connect to DB from app, but the following works: > curl http://localhost:5984 `{"couchdb":"Welcome","version":"2.1.1","features":["scheduler"],"vendor":{"name":"The Apache Software Foundation"}}` > http://127.0.0.1:5984/_utils/ Fauxton loads fine, but restart below _fails_ > curl http://localhost:5984/_restart `{"error":"not_found","reason":"Database does not exist."}` CouchDB2.log flooded with this: > [notice] 2017-11-24T03:10:37.191333Z couchdb@localhost <0.334.0> -------- chttpd_auth_cache changes listener died database_does_not_exist at mem3_shards:load_shards_from_db/6(line:403) <= mem3_shards:load_shards_from_disk/1(line:378) <= mem3_shards:load_shards_from_disk/2(line:407) <= mem3_shards:for_docid/3(line:91) <= fabric_doc_open:go/3(line:38) <= chttpd_auth_cache:ensure_auth_ddoc_exists/2(line:187) <= chttpd_auth_cache:listen_for_changes/1(line:134) > [error] 2017-11-24T03:10:37.191394Z couchdb@localhost emulator -------- Error in process <0.1701.0> on node couchdb@localhost with exit value: > {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,378}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,407}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,91}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,38}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,187}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,134}]}]} ## Possible Solution None, install via homebrew? ## Steps to Reproduce (for bugs) 1. Update to latest macOS 2. Update to latest CouchDB 3. Check log ## Context No white space in mounts - https://github.com/apache/couchdb/issues/732, https://github.com/apache/couchdb/issues/840 > /bin/df -lk > Filesystem 1024-blocks Used Available Capacity iused ifree %iused Mounted on > /dev/disk1s1 488347692 311004840 175607980 64% 3356060 9223372036851419747 0% / > /dev/disk1s4 488347692 1048596 175607980 1% 1 9223372036854775806 0% /private/var/vm There are no DBs created. Created one, still same error > [notice] 2017-11-24T03:27:07.461656Z couchdb@localhost <0.17549.0> be1954d2d2 127.0.0.1:5984 127.0.0.1 undefined GET /testdb1?_=1511494027049 200 ok 1 Uninstalled homebrew and all packages to avoid conflicts! No change. ## Your Environment CouchDB 2.1.1 macOS High Sierra 10.13.1
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
