Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 87684 invoked from network); 17 Jun 2008 02:33:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 02:33:12 -0000 Received: (qmail 78371 invoked by uid 500); 17 Jun 2008 02:33:13 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 78335 invoked by uid 500); 17 Jun 2008 02:33:13 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 78324 invoked by uid 99); 17 Jun 2008 02:33:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 19:33:13 -0700 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=FS_REPLICA,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lgastako@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 02:32:24 +0000 Received: by yw-out-1718.google.com with SMTP id 5so3449603ywr.0 for ; Mon, 16 Jun 2008 19:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=QUM3dns5SnFShPoC0ZY/jhqJOD5p2VY84ZFjQoC3wkI=; b=sp3K6r+rnN0Fu1Hq7MPev1kV7ErawxG/MXdy5DFLKJi2nJmp/RQkgX8SHlWkB5Tag8 J5JqEOTWnHDEGXADxj1Mpz2a+5S99rqjf1GePo4vHReN1RiAdDta0blW6jWDch/9khV1 rtb3P+62CmfQIs/M46DAVv3iP7esxFDKWO7a4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=uJ9VTel1fEavTRyhwwj+CI0Xvl9eIridTh+1YIXtAweLR5VBUnasf3rzGJ+TCXvmpI idejhUX8Vn11Av/pah2OjANQnIBcr8ZoZ6chdAk7y8477IsIiy3lySNOd3/JX0W8AJQX ePv/ORILpTQknrLX+F1PsdE/qka8goEL1IOuE= Received: by 10.150.58.17 with SMTP id g17mr11970950yba.203.1213669961528; Mon, 16 Jun 2008 19:32:41 -0700 (PDT) Received: by 10.151.40.19 with HTTP; Mon, 16 Jun 2008 19:32:41 -0700 (PDT) Message-ID: <6f7ea56f0806161932r6f5c19e5pad2276ca133db3ec@mail.gmail.com> Date: Mon, 16 Jun 2008 19:32:41 -0700 From: "John Evans" Sender: lgastako@gmail.com To: couchdb-user@incubator.apache.org Subject: Replication issue MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21569_18869637.1213669961547" X-Google-Sender-Auth: b3e57c5587575d99 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21569_18869637.1213669961547 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I had been using replication with no problems for a couple of days now (mostly to make backups of databases before trying untested manipulations of the documents in the database) but now it seems to be failing. I got the following output on the console: [error] [<0.54.0>] {error_report,<0.21.0>, {<0.54.0>,std_error, {mochiweb_socket_server,222, {child_error, {timeout, {gen_server,call, [<0.75.0>, {update_docs, [[{doc,"00cf951ec94b6a33e2a7ba22a04c5ee0", ["4158686682"], {obj, [{"some_field",11999}, {"reference", "11a6b6cacaf6afee92835004d8577d2c"}, {"link", "http://www.example.com/blahblah"}, {"spid","abcdefghij"}, {"xyz_name","Foo"}, {"type","Something"}, {"site","www.example.com"}, {"resolved_link", "http://www.example.com/abcdefhigkl"}, {"source_url", "http://example.com/foo.html"}]}, [],false,[]}], [{doc,"0207fe922ca57b7d68bb05b33448d100", (followed by thousands and thousands of lines more of my data... I've changed the field names and values here since my employer would consider the actual data sensitive). I ran the test suite, which had passed completely when I first installed couchdb, and now the replication test fails with this: {"error":"EXIT","reason":"{{badmatch,{error,econnrefused}},\n [{couch_rep,do_http_request,3},\n {couch_rep,open_doc,3},\n {couch_rep,replicate,3},\n {couch_httpd,handle_replicate_request,2},\n {couch_httpd,handle_request,2},\n {mochiweb_http,headers,4},\n {proc_lib,init_p,5}]}"} I am using the version from the trunk that I pulled after the last issue that I had, which looks like it was Jul 13th. Any attempts to replicate or to run the replication test suite both fail consistently in the same manner. Any thoughts? Thanks, - John ------=_Part_21569_18869637.1213669961547--