AzfaarQureshi commented on issue #776: Error status zero, Index shutdown by monitor notice for db URL: https://github.com/apache/couchdb/issues/776#issuecomment-434462981 Hi, I think I'm having a similar issue where the following snippet is repeatedly posted to the logs: ```logs [info] 2018-10-30T15:38:32.533128Z nonode@nohost <0.32529.1> -------- Index shutdown by monitor notice for db: shards/80000000-9fffffff/_replicator.1540909992 idx: _design/_replicator [info] 2018-10-30T15:38:32.534371Z nonode@nohost <0.32529.1> -------- Closing index for db: shards/80000000-9fffffff/_replicator.1540909992 idx: _design/_replicator sig: "3e823c2a4383ac0c18d4e574135a5b08" because normal [info] 2018-10-30T15:41:30.620214Z nonode@nohost <0.4769.2> -------- Opening index for db: shards/80000000-9fffffff/_replicator.1540909992 idx: _design/_replicator sig: "3e823c2a4383ac0c18d4e574135a5b08" ``` >Root cause that replication fails is that you can't access CouchDB from off-machine. You should be able to, from another computer. hit http://:5984/ in a browser or with curl and see a response. it was mentioned in an earlier comment that it could be a configuration issue. I can connect to couchdb using localhost (`curl http://127.0.0.1:5984/_utils/#verifyinstall` returns no error) however I cannot connect from outside the VM. Which configuration parameters could I be missing? Any help would be much appreciated, thanks :)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
