From dev-return-17455-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Aug 11 19:00:00 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41DFE761C for ; Thu, 11 Aug 2011 19:00:00 +0000 (UTC) Received: (qmail 10353 invoked by uid 500); 11 Aug 2011 18:59:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 10302 invoked by uid 500); 11 Aug 2011 18:59:58 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 10290 invoked by uid 99); 11 Aug 2011 18:59:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:59:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zachary.zolton@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:59:52 +0000 Received: by wyj26 with SMTP id 26so2482586wyj.11 for ; Thu, 11 Aug 2011 11:59:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=AKhJv31X1hM+D6v4biCpa/U2dx99+RKml/LE1efLcc0=; b=pYIYwoEe/muth+dT5pWazCw4Wo5KtUb8kIxU9sMsGpco2jO8DTDeDdMUstYNbtV7iE GUCLIoLVenYo47GM0Qjbl4SPN0OqVasd16r8u6FYTcrkd/yxRi+Ucr7Hr9gafUrFRLuF fbAy3hiCDhM9k0vlpwm1FI8wK8Lshpb9gWZbo= Received: by 10.227.12.18 with SMTP id v18mr8416292wbv.89.1313089172099; Thu, 11 Aug 2011 11:59:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.42.205 with HTTP; Thu, 11 Aug 2011 11:59:12 -0700 (PDT) In-Reply-To: <9B384647-DC89-48C7-8548-93A4D404F4C5@apache.org> References: <9B384647-DC89-48C7-8548-93A4D404F4C5@apache.org> From: Zachary Zolton Date: Thu, 11 Aug 2011 13:59:12 -0500 Message-ID: Subject: Re: Trouble replicating To: dev@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org By the way, after the _replicator doc went into the error state, I removed all the _replication* fields and save it. The replication task resumed and it seems to be keeping up-to-date for the past few hours. Guess I'll keep my fingers crossed for now... (^_^ On Thu, Aug 11, 2011 at 1:28 PM, Adam Kocoloski wrote= : > It's a known bug in R14B03, but supposedly non-fatal. =A0I wonder if it's= a red herring. > > Adam > > On Aug 11, 2011, at 10:25 AM, Zachary Zolton wrote: > >> Supposedly, I'm on R14B03: >> >> $ erl -V >> Erlang R14B03 (erts-5.8.4) [source] [smp:2:2] [rq:2] [async-threads:0] >> [hipe] [kernel-poll:false] >> >> Eshell V5.8.4 =A0(abort with ^G) >> >> Also, this just in, CouchDB has just decided to restart itself, and >> now the _replicator doc has _replication_state of "error". >> >> =96Zach >> >> >> On Thu, Aug 11, 2011 at 9:20 AM, Robert Newson wrot= e: >>> Some versions of Erlang ship with poor SSL support. Try R14B03? >>> >>> On 11 August 2011 15:15, Zachary Zolton wrot= e: >>>> Hi, >>>> >>>> I just upgraded to CouchDB 1.1 and I've set up a doc in the >>>> _replicator DB to continuously replicate my data over to Cloudant. >>>> >>>> The trouble is that my replication has stalled sometime yesterday, and >>>> my log is filling with thousands of entries like this: >>>> >>>> [Thu, 11 Aug 2011 14:08:48 GMT] [error] [emulator] Error in process >>>> <0.5580.146> with exit value: >>>> {undef,[{ssl_session_cache,delete,[{{"timelines.cloudant.com",443},<<3= 2 >>>> bytes>>}]}]} >>>> >>>> Any ideas of how I can get replication going again? >>>> >>>> >>>> Cheers, >>>> >>>> Zach >>>> >>> > >