You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/29 06:59:40 UTC

[GitHub] wohali commented on issue #776: Error status zero, Index shutdown by monitor notice for db

wohali commented on issue #776: Error status zero, Index shutdown by monitor notice for db
URL: https://github.com/apache/couchdb/issues/776#issuecomment-333047148
 
 
   Sounds like a configuration issue. Those are normal lines in the CouchDB log, not errors.
   
   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://<your-server>:5984/ in a browser or with curl and see a response.
   
   You do NOT want to bind the [httpd] (port 5986) interface to 0.0.0.0. This is a huge security risk. Only bind the [chttpd] (port 5984) interface to 0.0.0.0.
   
   Also, try disabling CORS for now. You can re-enable it once you're able to see CouchDB from another machine.
 
----------------------------------------------------------------
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