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 2018/01/30 22:14:58 UTC

[GitHub] wohali commented on issue #61: couchdb failed to start

wohali commented on issue #61: couchdb failed to start
URL: https://github.com/apache/couchdb-docker/issues/61#issuecomment-361752845
 
 
   Your logfile has the error:
   
   ```
   couchdb_1      | [error] 2018-01-30T20:43:11.122386Z nonode@nohost <0.82.0> -------- CRASH REPORT Process config (<0.82.0>) with 0 neighbors exited with reason: no match of right hand value {error,enospc} at config_writer:save_to_file/2(line:38) <= config:handle_call/3(line:242) <= gen_server:handle_msg/5(line:580) <= proc_lib:init_p_do_apply/3(line:237) at gen_server:terminate/6(line:737) <= proc_lib:init_p_do_apply/3(line:237); initial_call: {config,init,['Argument__1']}, ancestors: [config_sup,<0.80.0>], messages: [], links: [<0.81.0>], dictionary: [], trap_exit: false, status: running, heap_size: 75113, stack_size: 27, reductions: 67251
   ```
   
   That `{error,enospc}` means CouchDB could not write back out its ini file because the volume was out of space.
   
   Check the permissions and space available on your `/opt/couchdb/etc` directory/volume mount.

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


With regards,
Apache Git Services