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: [email protected] With regards, Apache Git Services
