From user-return-21557-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Jul 14 22:52:46 2012 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 29342D2A2 for ; Sat, 14 Jul 2012 22:52:46 +0000 (UTC) Received: (qmail 93251 invoked by uid 500); 14 Jul 2012 22:52:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93219 invoked by uid 500); 14 Jul 2012 22:52:44 -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 93205 invoked by uid 99); 14 Jul 2012 22:52:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2012 22:52:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tom.duffield@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2012 22:52:39 +0000 Received: by lbbgj3 with SMTP id gj3so6504933lbb.11 for ; Sat, 14 Jul 2012 15:52:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=s9pstlrB1XY1bnDHhZzzk9CL8v5VKXwxQZBH0rxj9pE=; b=tp5N4/P6+VudDCxB2RXOApsiL+/XCLMxQK6KbnQOA582BIbJMbkoG/9XndCaj3Hu9a i2pmFRagOFxufapvuOXlPaEvys5pVPiVJXw/ZFGLAtz+kLxEjWxI+iPDBqkbwCYv6UWD C16rX2qzY5yQ3as80Hrr78/ka/nPLyUIVPIUexN7CF15oL2ngKyODVJWPYqzbH2KxFiL Ym/8EgAIjeHhWr7g5Lc6IEHow01JXtIN0+rTU542D5kobOCq72xskood0e8g4vLxYqKG WgCMs4GqhWSR76vM4AIfdfHWkuQTc3RUzwCHlY1Rc1/TGHcdYETLw1mNWEijhmQUa9K1 wbSg== MIME-Version: 1.0 Received: by 10.112.49.230 with SMTP id x6mr3050586lbn.86.1342306337560; Sat, 14 Jul 2012 15:52:17 -0700 (PDT) Received: by 10.112.97.131 with HTTP; Sat, 14 Jul 2012 15:52:17 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Jul 2012 17:52:17 -0500 Message-ID: Subject: Re: _replicate error From: Tom Duffield To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=bcaec554deb26e172604c4d20c50 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554deb26e172604c4d20c50 Content-Type: text/plain; charset=ISO-8859-1 When I run the curl command (both with and without user/password), this is all that shows up in the logs: Apache CouchDB 1.2.0 (LogLevel=DEBUG) is starting. Apache CouchDB has started. Time to relax. .... [error] [<0.140.0>] Uncaught error in HTTP request: {error,undef} [error] [<0.140.0>] Uncaught server error: undef .... Like I said, very unhelpful. On Sat, Jul 14, 2012 at 5:36 PM, Dave Cottlehuber wrote: > 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 > --bcaec554deb26e172604c4d20c50--