From user-return-5237-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Jun 22 13:20:34 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77193 invoked from network); 22 Jun 2009 13:20:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 13:20:34 -0000 Received: (qmail 46781 invoked by uid 500); 22 Jun 2009 13:20:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 46718 invoked by uid 500); 22 Jun 2009 13:20: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 46704 invoked by uid 99); 22 Jun 2009 13:20:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 13:20:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 13:20:33 +0000 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id CC8B222552; Mon, 22 Jun 2009 09:20:11 -0400 (EDT) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 7839B22551; Mon, 22 Jun 2009 09:20:10 -0400 (EDT) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1MIjRQ-0003FC-TD; Mon, 22 Jun 2009 14:20:08 +0100 Date: Mon, 22 Jun 2009 14:20:08 +0100 From: Brian Candler To: Curt Arnold Cc: user@couchdb.apache.org Subject: Re: Intermittent HTTP 500's Message-ID: <20090622132008.GA12321@uk.tiscali.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: 6A3E49FE-5F2F-11DE-A986-B5D1A546830D-28021239!a-sasl-quonix.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 22, 2009 at 07:44:45AM -0500, Curt Arnold wrote: > The original post contained the CouchDB a representative section of > couch.log, repeating part of it here: > > [Thu, 18 Jun 2009 01:22:59 GMT] [info] [<0.1180.84>] 127.0.0.1 - - 'GET' > /loaded/_design/query/_view/byURI?include_docs=true;key=[omitted] 304 > > [Thu, 18 Jun 2009 01:23:09 GMT] [error] [<0.1178.84>] Uncaught error in > HTTP request: {exit,normal} > > [Thu, 18 Jun 2009 01:23:09 GMT] [debug] [<0.1178.84>] Stacktrace: > [{mochiweb_request,recv,3}, > {mochiweb_request,stream_unchunked_body,5}, > {mochiweb_request,recv_body,2}, > {couch_httpd,json_body,1}, > {couch_httpd,json_body_obj,1}, > {couch_httpd_view,handle_view_req,2}, > {couch_httpd_db,do_db_req,2}, > {couch_httpd,handle_request,5}] Sorry, my mistake for overlooking this. It still may be worth having a look at the exchange with tcpdump or wireshark though, in case it sheds any additional light. Regards, Brian.