couchdb3.1.0 service keep on restarting
Description
Similar issue than the one described in ticket #2680 but I am already on version 3.1.0
Path in couchdb.cmd seems OK: set PATH=%COUCHDB_BIN_DIR%;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
When launched in cmd result is as follow: C:\Program Files\Apache CouchDB\bin>couchdb.cmd kernel-poll not supported; "K" parameter ignored [info] 2021-03-31T14:25:59.191000Z couchdb@localhost <0.11.0> -------- Application couch_log started on node couchdb@localhost [info] 2021-03-31T14:25:59.198000Z couchdb@localhost <0.11.0> -------- Application folsom started on node couchdb@localhost [info] 2021-03-31T14:25:59.231000Z couchdb@localhost <0.11.0> -------- Application couch_stats started on node couchdb@localhost [info] 2021-03-31T14:25:59.231000Z couchdb@localhost <0.11.0> -------- Application khash started on node couchdb@localhost [info] 2021-03-31T14:25:59.239000Z couchdb@localhost <0.11.0> -------- Application couch_event started on node couchdb@localhost [info] 2021-03-31T14:25:59.239000Z couchdb@localhost <0.11.0> -------- Application hyper started on node couchdb@localhost [info] 2021-03-31T14:25:59.244000Z couchdb@localhost <0.11.0> -------- Application ibrowse started on node couchdb@localhost [info] 2021-03-31T14:25:59.249000Z couchdb@localhost <0.11.0> -------- Application ioq started on node couchdb@localhost [info] 2021-03-31T14:25:59.249000Z couchdb@localhost <0.11.0> -------- Application mochiweb started on node couchdb@localhost [info] 2021-03-31T14:25:59.254000Z couchdb@localhost <0.220.0> -------- Preflight check: Asserting Admin Account
[info] 2021-03-31T14:25:59.257000Z couchdb@localhost <0.220.0> -------- Apache CouchDB 3.1.0 is starting.
[info] 2021-03-31T14:25:59.257000Z couchdb@localhost <0.221.0> -------- Starting couch_sup [error] 2021-03-31T14:25:59.265000Z couchdb@localhost <0.224.0> -------- CRASH REPORT Process (<0.224.0>) with 0 neighbors exited with reason: "The specified module could not be found." at gen_server:init_it/6(line:349) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {couch_drv,init,['Argument__1']}, ancestors: [couch_primary_services,couch_sup,<0.220.0>], message_queue_len: 0, messages: [], links: [<0.223.0>], dictionary: [], trap_exit: false, status: running, heap_size: 376, stack_size: 27, reductions: 227 [error] 2021-03-31T14:25:59.265000Z couchdb@localhost <0.220.0> -------- Error starting Apache CouchDB:
{error,{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The specified module could not be found."}}}}}
[error] 2021-03-31T14:25:59.267000Z couchdb@localhost <0.223.0> -------- Supervisor couch_primary_services had child collation_driver started with couch_drv:start_link() at undefined exit with reason "The specified module could not be found." in context start_error [error] 2021-03-31T14:25:59.267000Z couchdb@localhost <0.221.0> -------- Supervisor couch_sup had child couch_primary_services started with couch_primary_sup:start_link() at undefined exit with reason {shutdown,{failed_to_start_child,collation_driver,"The specified module could not be found."}} in context start_error [error] 2021-03-31T14:25:59.267000Z couchdb@localhost <0.219.0> -------- CRASH REPORT Process (<0.219.0>) with 0 neighbors exited with reason: {{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The specified module could not be found."}}}},{couch_app,start,[normal,[]]}} at application_master:init/4(line:134) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {application_master,init,['Argument__1',...]}, ancestors: [<0.218.0>], message_queue_len: 1, messages: [{'EXIT',<0.220.0>,normal}], links: [<0.218.0>,<0.11.0>], dictionary: [], trap_exit: true, status: running, heap_size: 610, stack_size: 27, reductions: 193 [info] 2021-03-31T14:25:59.267000Z couchdb@localhost <0.11.0> -------- Application couch exited with reason: {{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The specified module could not be found."}}}},{couch_app,start,[normal,[]]}} {"Kernel pid terminated",application_controller,"{application_start_failure,couch,{{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The specified module could not be found."}}}},{couch_app,start,[normal,[]]}}}"} Kernel pid terminated (application_controller) ({application_start_failure,couch,{{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The specifi
Crash dump is being written to: erl_crash.dump...done
I can provide the crash dump if required
Your Environment
- CouchDB version used:3.1.0
- Browser name and version: Chrome
- Operating system and version: win10
Wonder if this is still an issue. We recently in 3.3.0 updated the collation driver. Would you mind giving 3.3.3 a try?