nkev opened a new issue #2680: CouchDB 3.0 Windows 10 crashing as soon as it 
starts
URL: https://github.com/apache/couchdb/issues/2680
 
 
   ## Description
   
   I can't run couchdb v3.0 on Windows 10 Version 10.0.18362 Build 18362. 
   I am logged on to Windows as Administrator
   I have .NET Framework 3.5 installed. 
   
   After I install `apache-couchdb-3.0.0.msi` the URL 
`https://localhost:5984/_utils/` returns  `ERR_CONNECTION_REFUSED` 
   
   The Windows Event Log shows that `nssm.exe` is constantly trying to restart 
couchdb.cmd but it fails every time. Here are the 4 nssm logs in WIndows Event 
Viewer (each line is a separate entry). The four lines keep repeating in the 
log so I killed the `nssm.exe` process for now:
   
   ```
   Started C:\CouchDB\bin\couchdb.cmd  for service Apache CouchDB in 
C:\CouchDB\bin.
   Program C:\CouchDB\bin\couchdb.cmd for service Apache CouchDB exited with 
return code 1.
   Killing process tree of process 19792 for service Apache CouchDB with exit 
code 1
   Killing PID 19792 in process tree of PID 19792 because service Apache 
CouchDB is stopping.
   ```
   If I run `C:\CouchDB\bin\couchdb.cmd` manually I get:
   
   ```
   C:\CouchDB\bin>couchdb.cmd
   kernel-poll not supported; "K" parameter ignored
   {"Kernel pid 
terminated",application_controller,"{application_start_failure,couch_epi,{{shutdown,{failed_to_start_child,\"couch_epi|chttpd_auth|keeper\",{undef,[{crypto,hash,[md5,<<131,106>>],[]},{couch_epi_util,hash,1,[{file,\"src/couch_epi_util.erl\"},{line,25}]},{couch_epi_functions,data,1,[{file,\"src/couch_epi_functions.erl\"},{line,33}]},{couch_epi_module_keeper,do_reload_if_updated,1,[{file,\"src/couch_epi_module_keeper.erl\"},{line,116}]},{gen_server,init_it,2,[{file,\"c:/relax/otp/lib/stdlib/src/gen_server.erl\"},{line,365}]},{gen_server,init_it,6,[{file,\"c:/relax/otp/lib/stdlib/src/gen_server.erl\"},{line,333}]},{proc_lib,init_p_do_apply,3,[{file,\"c:/relax/otp/lib/stdlib/src/proc_lib.erl\"},{line,247}]}]}}},{couch_epi_app,start,[normal,[]]}}}"}
   Kernel pid terminated (application_controller) 
({application_start_failure,couch_epi,{{shutdown,{failed_to_start_child,"couch_epi|chttpd_auth|keeper",{undef,[{crypto,hash,[md5,<<131,106>>],[]},{couch_
   
   Crash dump is being written to: erl_crash.dump...C:\CouchDB>
   ```
   I can send you the crash dump on request.
   
   ## Steps to Reproduce
   Follow official installation steps for Windows 10
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to