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 2021/06/28 23:38:37 UTC

[GitHub] [couchdb] mrsarm commented on issue #2080: Replication connection issue changes replication to a bad document

mrsarm commented on issue #2080:
URL: https://github.com/apache/couchdb/issues/2080#issuecomment-870118002


   I don't know how Vagrant VM works, but must be similar to Docker creating its own network environment, in my cases I was getting this `...{conn_failed,{error,nxdomain}` error trying to sync 2 Couch DBs, one running locally and the other in a Docker container, and turns out it was because `somename.localhost` added to my `/etc/hosts` is not available in my Docker containers (because it has its own `/etc/hosts`), so clearly the message says that the domain name cannot be resolved and it was because of that. Solution: use the local IP of your machine instead of a domain name, e.g. 192.168.0.34.


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

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org