Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87183D282 for ; Sat, 14 Jul 2012 22:37:28 +0000 (UTC) Received: (qmail 68651 invoked by uid 500); 14 Jul 2012 22:37:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 68617 invoked by uid 500); 14 Jul 2012 22:37:27 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 68602 invoked by uid 99); 14 Jul 2012 22:37:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2012 22:37:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dave@muse.net.nz designates 209.85.160.52 as permitted sender) Received: from [209.85.160.52] (HELO mail-pb0-f52.google.com) (209.85.160.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2012 22:37:19 +0000 Received: by pbbro8 with SMTP id ro8so8566618pbb.11 for ; Sat, 14 Jul 2012 15:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=muse.net.nz; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=V/jIWgYysSFLoXxoqTrSwYLsZITDkK4ga3MvFH7Oj30=; b=khMZmbJtilSCtQ1lJW7o9S9oEB0zEPkfTvL9XTeyiCo745dJ1znFlwcZJrohHFIzgD E2dv9MTeZNr9aM6PxfFGDaX1gSzpHYsTe8KFoXidFzfwCLzRvtyZGIx+dMOvb4MmyZcV HNJ71+0T5qF7WYpLG8bbMotKxVHxcEEdnTsmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=V/jIWgYysSFLoXxoqTrSwYLsZITDkK4ga3MvFH7Oj30=; b=O3xPCh0NdV7AaTlBOetRZT1hmBcpb/8daJ6Vjt/jjIEOxxyEvrlxjhdnYsxIYTLYi/ idVARzQypdNMh3TmMsFa6tn+i67RsKFDAoqoANLZbGJTUbw9hAaMN7DHQ/zfyXNbp30o b51QBw7HX5yD7ce3WLr+jUI4GB/uDdP9LsM5Tf9RfMaeyRFHpiF3HebxXjvDsBSxvA95 PTt1+bZqPntwLnMKYvSEwo2w5SGGipu2QDRei/2nswSkdZuT7zRcCRAvepFmlRObvreD eES8iiqeGcQKeJej9S0gmpGgzqRLm1I42Qi+kP5odXUiH3NkkKn1QGRZgXMYSADoxtEO dLUg== MIME-Version: 1.0 Received: by 10.68.217.234 with SMTP id pb10mr14176702pbc.79.1342305418035; Sat, 14 Jul 2012 15:36:58 -0700 (PDT) Received: by 10.68.52.137 with HTTP; Sat, 14 Jul 2012 15:36:58 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Sun, 15 Jul 2012 00:36:58 +0200 Message-ID: Subject: Re: _replicate error From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlO1JcTaD0X/zclkoi0mF2rczRPYtpnq0zMOKluB4p5I1HDhExEyG0hjsdmN7q7g+OKTFRI On 14 July 2012 22:46, Tom Duffield wrote: > Here is the sanitized command that I ran : > curl -H 'Content-Type: application/json' -X POST > http://localhost:5984/_replicate -d '{"source": > "http://:@/", > "target": "http://localhost:5984/"}' > > > I can run _all_dbs and do POST and GET commands against both databases just > fine. I've also tried multiple external databases. > > I will mention that all the external databases are running 1.1.0 while my > local database is running 1.2.0. > > Thanks, > Tom Hey Tom, Can you friendpaste the logs somewhere? Perhaps we might see something that looks more significant to us :-) 2ndly, does replication work for you if you omit the admin:passwd part? I am wondering if your password needs different encoding etc. A+ Dave