[
https://issues.apache.org/jira/browse/COUCHDB-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920764#action_12920764
]
Michele Renda commented on COUCHDB-758:
---------------------------------------
I add some more details, hoping it can help:
Trying to make a replication by command line:
curl -vX POST http://127.0.0.1:5984/_replicate -d
'{"source":"ossdroid","target":"http://rubino:5984/ossdroid"}'
I get this error:
* About to connect() to 127.0.0.1 port 5984 (#0)
* Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 5984 (#0)
> POST /_replicate HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k
> zlib/1.2.3.3 libidn/1.15
> Host: 127.0.0.1:5984
> Accept: */*
> Content-Length: 60
> Content-Type: application/x-www-form-urlencoded
>
< HTTP/1.1 500 Internal Server Error
< Server: CouchDB/0.10.0 (Erlang OTP/R13B)
< Date: Wed, 13 Oct 2010 20:58:15 GMT
< Content-Type: text/plain;charset=utf-8
< Content-Length: 21
< Cache-Control: must-revalidate
<
{"error":"shutdown"}
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0
> Remote replication fails for any database, push or pull.
> --------------------------------------------------------
>
> Key: COUCHDB-758
> URL: https://issues.apache.org/jira/browse/COUCHDB-758
> Project: CouchDB
> Issue Type: Bug
> Components: Replication
> Affects Versions: 0.11
> Environment: Windows
> Reporter: Chris Hunt
> Attachments: CouchReplLog.txt
>
>
> All attempts to replicate fail in either direction for any database. The
> message is "Replication failed: undefined"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.