Jan, It was a missing library in the current OS X build that caused the issue. Until there is a new build that includes it, the fix is to install nspr via brew.
see https://github.com/apache/couchdb/issues/979 <https://github.com/apache/couchdb/issues/979> Renato. > On Nov 14, 2017, at 2:59 PM, Renato <[email protected]> wrote: > > Hi Jan, > > Let me know which service to use. I currently reverted back to 2.1.1 upgraded > over an existing install but I have some logs collected from before. I was > planning to post this under issues, so here is what I have from before. If > you need more I would have to clean up everything again. > > > ## Steps to Reproduce (for bugs) > <!--- Provide a link to a live example, or an unambiguous set of steps to --> > <!--- reproduce this bug. Include code to reproduce, if relevant --> > 1. Remove old install: delete couch from app folder, delete preferences and > local.ini in users Library/Preferences folder, delete CouchDB folder from > users Library/Application Support/ folder > 2.Download 2.1.1 for macOS (10.6+) using link on couchdb.apache.org > <http://couchdb.apache.org/> > 3. Follow installation instruction and install couch. > 4. Start couch from app folder. Go to Fauxton and verify install. Replication > will fail. Open logs and you'll find: > [error] 2017-11-14T14:48:00.049239Z couchdb@localhost <0.1143.0> -------- OS > Process Error <0.16731.0> :: {os_process_error,{exit_status,134}} > [info] 2017-11-14T14:48:00.056837Z couchdb@localhost <0.218.0> -------- > couch_proc_manager <0.16734.0> died normal > > ## Context > <!--- How has this issue affected you? What are you trying to accomplish? --> > Would like a clean install because after last upgrade to 2.1.1 replication > and writes wouldn't work any longer. I also had and still see every couple of > seconds chttpd_auth_cache errors in the logs. > I need replication and all key functionality to work properly without errors. > > <!--- Providing context helps us come up with a solution that is most useful > in the real world --> > Verification always fails with the error above. If you restart couch and > check the logs, you'll see also the following error repeating every couple of > seconds: > > chttpd_auth_cache errors: > [notice] 2017-11-14T15:17:30.596802Z [email protected] > <mailto:[email protected]> <0.349.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-14T15:17:30.596831Z [email protected] > <mailto:[email protected]> emulator -------- Error in process <0.1072.0> on > node '[email protected] <mailto:[email protected]>' 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}]}]} > > removing everything, doing a fresh install and starting couch without any > mods and not running the verification steps, gives you the same > chttpd_auth_cache error: > > [notice] 2017-11-14T15:23:17.548437Z couchdb@localhost <0.330.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-14T15:23:17.548507Z couchdb@localhost emulator -------- Error > in process <0.729.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}]}]} > > removing everything, doing a fresh install, changing the vm.args setting from > locahost to 127.0.0.1 and then starting couch still gives the > chttpd_auth_cache errors: > > [info] 2017-11-14T15:27:27.783648Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_log started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.786480Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application folsom started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.807215Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_stats started > on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.807284Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application khash started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.811895Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_event started > on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.814455Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application ibrowse started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.817230Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application ioq started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.817304Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application mochiweb started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.821861Z [email protected] > <mailto:[email protected]> <0.207.0> -------- Apache CouchDB 2.1.1 is > starting. > > [info] 2017-11-14T15:27:27.821917Z [email protected] > <mailto:[email protected]> <0.208.0> -------- Starting couch_sup > [notice] 2017-11-14T15:27:27.844220Z [email protected] > <mailto:[email protected]> <0.95.0> -------- config: [couchdb] uuid set to > 872848faaf8b823242a3b99d93b76b52 for reason nil > [info] 2017-11-14T15:27:27.867268Z [email protected] > <mailto:[email protected]> <0.213.0> -------- open_result error > {not_found,no_db_file} for _users > [info] 2017-11-14T15:27:27.945012Z [email protected] > <mailto:[email protected]> <0.207.0> -------- Apache CouchDB has started. > Time to relax. > > [info] 2017-11-14T15:27:27.945069Z [email protected] > <mailto:[email protected]> <0.207.0> -------- Apache CouchDB has started on > http://127.0.0.1:5986/ <http://127.0.0.1:5986/> > [info] 2017-11-14T15:27:27.945800Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.945874Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application ets_lru started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.951844Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application rexi started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:27.955785Z [email protected] > <mailto:[email protected]> <0.213.0> -------- open_result error > {not_found,no_db_file} for _nodes > [warning] 2017-11-14T15:27:27.955806Z [email protected] > <mailto:[email protected]> <0.281.0> -------- creating missing database: > _nodes > [info] 2017-11-14T15:27:28.003510Z [email protected] > <mailto:[email protected]> <0.213.0> -------- open_result error > {not_found,no_db_file} for _dbs > [warning] 2017-11-14T15:27:28.003535Z [email protected] > <mailto:[email protected]> <0.294.0> -------- creating missing database: _dbs > [warning] 2017-11-14T15:27:28.003558Z [email protected] > <mailto:[email protected]> <0.293.0> -------- creating missing database: _dbs > [info] 2017-11-14T15:27:28.029134Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application mem3 started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.029224Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application fabric started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.037027Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application chttpd started on > node '[email protected] <mailto:[email protected]>' > [error] 2017-11-14T15:27:28.040388Z [email protected] > <mailto:[email protected]> emulator -------- Error in process <0.331.0> on > node '[email protected] <mailto:[email protected]>' 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}]}]} > > [notice] 2017-11-14T15:27:28.040414Z [email protected] > <mailto:[email protected]> <0.330.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) > [info] 2017-11-14T15:27:28.041736Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_index started > on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.041752Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_mrview started > on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.041779Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_plugins started > on node '[email protected] <mailto:[email protected]>' > [notice] 2017-11-14T15:27:28.051152Z [email protected] > <mailto:[email protected]> <0.95.0> -------- config: [features] scheduler set > to true for reason nil > [info] 2017-11-14T15:27:28.057166Z [email protected] > <mailto:[email protected]> <0.213.0> -------- open_result error > {not_found,no_db_file} for _replicator > [notice] 2017-11-14T15:27:28.079751Z [email protected] > <mailto:[email protected]> <0.347.0> -------- creating replicator ddoc > <<"_replicator">> > [info] 2017-11-14T15:27:28.100365Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_replicator > started on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.103948Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application couch_peruser started > on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.107153Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application ddoc_cache started on > node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.113590Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application global_changes > started on node '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.113661Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application jiffy started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.116323Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application mango started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.118865Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application setup started on node > '[email protected] <mailto:[email protected]>' > [info] 2017-11-14T15:27:28.118884Z [email protected] > <mailto:[email protected]> <0.9.0> -------- Application snappy started on > node '[email protected] <mailto:[email protected]>' > [notice] 2017-11-14T15:27:28.700920Z [email protected] > <mailto:[email protected]> <0.314.0> 51f3398204 127.0.0.1:5984 127.0.0.1 > undefined GET /_up 200 ok 16 > [notice] 2017-11-14T15:27:29.151845Z [email protected] > <mailto:[email protected]> <0.315.0> e7b354e6fd 127.0.0.1:5984 127.0.0.1 > undefined GET / 200 ok 0 > [notice] 2017-11-14T15:27:29.156043Z [email protected] > <mailto:[email protected]> <0.315.0> b260def6cf 127.0.0.1:5984 127.0.0.1 > undefined GET /_session 200 ok 0 > [notice] 2017-11-14T15:27:29.248644Z [email protected] > <mailto:[email protected]> <0.315.0> 0d64714d14 127.0.0.1:5984 127.0.0.1 > undefined GET /_all_dbs?_=1510673249033 200 ok 20 > [notice] 2017-11-14T15:27:29.248658Z [email protected] > <mailto:[email protected]> <0.316.0> 829fe75d47 127.0.0.1:5984 127.0.0.1 > undefined GET > /_all_dbs?startkey=%22%22&endkey=%22%E9%A6%99%22&limit=30&_=1510673249034 200 > ok 5 > [notice] 2017-11-14T15:27:33.041490Z [email protected] > <mailto:[email protected]> <0.330.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-14T15:27:33.041625Z [email protected] > <mailto:[email protected]> emulator -------- Error in process <0.479.0> on > node '[email protected] <mailto:[email protected]>' 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}]}]} > > [notice] 2017-11-14T15:27:33.045511Z [email protected] > <mailto:[email protected]> <0.351.0> -------- couch_replicator_clustering : > cluster stable > [notice] 2017-11-14T15:27:33.047429Z [email protected] > <mailto:[email protected]> <0.367.0> -------- Started replicator db changes > listener <0.480.0> > [notice] 2017-11-14T15:27:38.042553Z [email protected] > <mailto:[email protected]> <0.330.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-14T15:27:38.042612Z [email protected] > <mailto:[email protected]> emulator -------- Error in process <0.565.0> on > node '[email protected] <mailto:[email protected]>' 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}]}]} > > [notice] 2017-11-14T15:27:42.952369Z [email protected] > <mailto:[email protected]> <0.274.0> -------- rexi_buffer : cluster stable > [notice] 2017-11-14T15:27:42.952421Z [email protected] > <mailto:[email protected]> <0.271.0> -------- rexi_server : cluster stable > [notice] 2017-11-14T15:27:43.043845Z [email protected] > <mailto:[email protected]> <0.330.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-14T15:27:43.043875Z [email protected] > <mailto:[email protected]> emulator -------- Error in process <0.646.0> on > node '[email protected] <mailto:[email protected]>' 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}]}]} > > The last 2 messages keep repeating every couple of seconds. I get the same > error also on 2 ubuntu 16.04 installs, a 2.1.1 and a 2.1.0 install (using > your own apt repository as a source ) and was seeing those even before > upgrading on OSX. I thought it may be something related to my setup and > that's why I removed everything first. > > Trying to run the verification steps fails again with replication failing. > The log shows: > [error] 2017-11-14T15:39:13.442619Z [email protected] > <mailto:[email protected]> <0.10480.0> -------- OS Process Error <0.12841.1> > :: {os_process_error,{exit_status,134}} > [info] 2017-11-14T15:39:13.442609Z [email protected] > <mailto:[email protected]> <0.218.0> -------- couch_proc_manager <0.12841.1> > died normal > > > BTW: I also tried the August 2.1.0 build for macOS 10.6+ on 10.13 and it > doesn't even start. The old 2.0 build doesn't work on OSX 10.13 either. So I > need a build that works on OSX 10.13 > Currently I can reuse my db and settings from before the upgrade using 2.1.1 > but I can't create or modify users and I cna't replicate to it. > > Another observation is that if you create an admin user, stop and restart > couch, you can't log in to Fauxton any longer on port 5984. It tells you that > you logged in but you can never get to any screen in Fauxton. > > I can log in with my old setup via https on port 6984. > > > ## Your Environment > <!--- Include as many relevant details about the environment you experienced > the bug in --> > * Version used: 2.1.1 > * Browser Name and version: any browser Firefox / Chrome / Safari - not a > browser issue > * Operating System and version (desktop or mobile): OSX 10.13.1 (macOS High > Sierra) > > > Here is the log output from ubuntu which also has the chttpd_auth_cache error > (2.1.1 upgraded on existing install - not a fresh install): > [notice] 2017-11-14T19:53:55.488399Z couchdb@localhost <0.400.0> -------- > chttpd_auth_cache changes listener died no function clause matching > chttpd_auth_cache:username(<<"user1">>)(line:183) at > chttpd_auth_cache:changes_callback/2(line:155) <= > fabric_view_changes:handle_message/3(line:300) <= > rexi_utils:process_mailbox/6(line:55) <= rexi_utils:recv/6(line:49) <= > fabric_view_changes:receive_results/4(line:217) <= > fabric_view_changes:send_changes/6(line:178) <= > fabric_view_changes:keep_sending_changes/8(line:82) > [error] 2017-11-14T19:54:00.494965Z couchdb@localhost emulator -------- Error > in process <0.8895.15> on node couchdb@localhost with exit value: > {function_clause,[{chttpd_auth_cache,username,[<<"user1">>],[{file,"src/chttpd_auth_cache.erl"},{line,183}]},{chttpd_auth_cache,changes_callback,2,[{file,"src/chttpd_auth_cache.erl"},{line,155}]},{fabric_view_changes,handle_message,3,[{file,"src/fabric_view_changes.erl"},{line,300}]},{rexi_utils,process_mailbox,6,[{file,"src/rexi_utils.erl"},{line,55}]},{rexi_utils,recv,6,[{file,"src/rexi_utils.erl"},{line,49}]},{fabric_view_changes,receive_results,4,[{file,"src/fabric_view_changes.erl"},{line,217}]},{fabric_view_changes,send_changes,6,[{file,"src/fabric_view_changes.erl"},{line,178}]},{fabric_view_changes,keep_sending_changes,8,[{file,"src/fabric_view_changes.erl"},{line,82}]}]} > > [notice] 2017-11-14T19:54:00.495025Z couchdb@localhost <0.400.0> -------- > chttpd_auth_cache changes listener died no function clause matching > chttpd_auth_cache:username(<<"user1">>)(line:183) at > chttpd_auth_cache:changes_callback/2(line:155) <= > fabric_view_changes:handle_message/3(line:300) <= > rexi_utils:process_mailbox/6(line:55) <= rexi_utils:recv/6(line:49) <= > fabric_view_changes:receive_results/4(line:217) <= > fabric_view_changes:send_changes/6(line:178) <= > fabric_view_changes:keep_sending_changes/8(line:82) > [error] 2017-11-14T19:54:05.500162Z couchdb@localhost emulator -------- Error > in process <0.6349.15> on node couchdb@localhost with exit value: > {function_clause,[{chttpd_auth_cache,username,[<<“user1">>],[{file,"src/chttpd_auth_cache.erl"},{line,183}]},{chttpd_auth_cache,changes_callback,2,[{file,"src/chttpd_auth_cache.erl"},{line,155}]},{fabric_view_changes,handle_message,3,[{file,"src/fabric_view_changes.erl"},{line,300}]},{rexi_utils,process_mailbox,6,[{file,"src/rexi_utils.erl"},{line,55}]},{rexi_utils,recv,6,[{file,"src/rexi_utils.erl"},{line,49}]},{fabric_view_changes,receive_results,4,[{file,"src/fabric_view_changes.erl"},{line,217}]},{fabric_view_changes,send_changes,6,[{file,"src/fabric_view_changes.erl"},{line,178}]},{fabric_view_changes,keep_sending_changes,8,[{file,"src/fabric_view_changes.erl"},{line,82}]}]} > > > dpkg -l couchdb > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Architecture Description > +++-=======================-================-================-==================================================== > ii couchdb 2.1.1-1~xenial amd64 RESTful > document oriented database > > > >> On Nov 14, 2017, at 2:48 PM, Jan Lehnardt <[email protected] <mailto:[email protected]>> >> wrote: >> >> Can you upload your couch.log to a paste service? Thanks! >> >> Cheers >> Jan >> — >> >>> On 14. Nov 2017, at 20:22, Renato <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> Hi, >>> >>> Has anybody tested CouchDB 2.1.1 on OS X 10.13 / macOS High Sierra? I saw >>> in the voting for the release on the couchdb-dev list that Andy Wenk tested >>> it on 10.12.6 but wasn’t able to find a confirmation for a test on 10.13 >>> >>> http://mail-archives.apache.org/mod_mbox/couchdb-dev/201711.mbox/%[email protected]%3e >>> >>> <http://mail-archives.apache.org/mod_mbox/couchdb-dev/201711.mbox/%[email protected]%3e> >>> >>> <http://mail-archives.apache.org/mod_mbox/couchdb-dev/201711.mbox/%[email protected]%3E >>> >>> <http://mail-archives.apache.org/mod_mbox/couchdb-dev/201711.mbox/%[email protected]%3E>> >>> >>> I am trying it on 10.13.1 and the verification steps with replication fail. >>> There are also repeated chttpd_auth_cache errors thrown regardless of >>> running verification or not. >>> I noticed more issues but before raising this as an issue on >>> https://github.com/apache/couchdb/issues >>> <https://github.com/apache/couchdb/issues> >>> <https://github.com/apache/couchdb/issues >>> <https://github.com/apache/couchdb/issues>> I wanted to check if anybody >>> has tried it. >>> >>> The above applies to clean virgin installs. >>> >>> In addition, if I upgrade an existing install, I can’t replicate any longer >>> and I can’t create or modify users. >>> >>> Thank you, >>> Renato. >> >
