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 2020/03/03 15:01:00 UTC

[GitHub] [couchdb] kocolosk commented on issue #2630: Unable to run Clouseau after following the documentation

kocolosk commented on issue #2630: Unable to run Clouseau after following the documentation
URL: https://github.com/apache/couchdb/issues/2630#issuecomment-593994933
 
 
   Hi @natcohen, thanks for the report.
   
   The distributed Erlang cookie can be set a few different ways. The `etc/vm.args` file has a line that starts with `-setcookie`; this is probably the one that's in effect. It defaults to the same `monster` value above.
   
   The `-9` error looks like a problem with quoting in the shell. I'll confess that I tend to get that sort of thing working by trial and error 🙄 As a test you could remove the entire line:
   
   >          -XX:OnOutOfMemoryError=\"kill -9 %p\" \
   
   and see if that gets you going.

----------------------------------------------------------------
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