You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/07/20 13:31:16 UTC

[GitHub] [couchdb] thigg opened a new issue #2076: Couchdb under Windows without admin rights

thigg opened a new issue #2076: Couchdb under Windows without admin rights
URL: https://github.com/apache/couchdb/issues/2076
 
 
   [NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
   
   ## Summary
   I would like to deploy couchdb to Windows clients, without the need to install it with admin rights.
   Ideally, I would just extract the zip file and run it.
   
   
   Maybe you can help me discussing problems and solutions.
   
   Currently I am running into an eacces.
   
   ```
   [info] 2019-07-04T06:56:46.133000Z couchdb@localhost <0.209.0> -------- Starting couch_sup
   [notice] 2019-07-04T06:56:46.165000Z couchdb@localhost <0.92.0> -------- config: [features] pluggable-storage-engines set to true for reason nil
   [error] 2019-07-04T06:56:46.289000Z couchdb@localhost <0.217.0> -------- Failure to start Mochiweb: eacces
   
   [error] 2019-07-04T06:56:46.289000Z couchdb@localhost <0.228.0> -------- CRASH REPORT Process  (<0.228.0>) with 0 neighbors exited with reason: eacces at gen_server:init_it/6(line:344) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {mochiweb_socket_server,init,['Argument__1']}, ancestors: [couch_secondary_services,couch_sup,<0.208.0>], messages: [], links: [<0.217.0>], dictionary: [], trap_exit: true, status: running, heap_size: 1598, stack_size: 27, reductions: 684
   [error] 2019-07-04T06:56:46.289000Z couchdb@localhost <0.208.0> -------- Error starting Apache CouchDB:
   
       {error,{shutdown,{failed_to_start_child,couch_secondary_services,{shutdown,{failed_to_start_child,httpd,eacces}}}}}
   ```
   
   ## Additional context
   Being able to run couchdb as portable installation eases the deployment to clients.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services