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 2E710106DB for ; Mon, 26 Aug 2013 22:07:23 +0000 (UTC) Received: (qmail 36964 invoked by uid 500); 26 Aug 2013 22:07:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36931 invoked by uid 500); 26 Aug 2013 22:07:21 -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 36923 invoked by uid 99); 26 Aug 2013 22:07:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 22:07:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jens@couchbase.com designates 206.225.164.31 as permitted sender) Received: from [206.225.164.31] (HELO EXHUB020-4.exch020.serverdata.net) (206.225.164.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 22:07:16 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.108]) by EXHUB020-4.exch020.serverdata.net ([206.225.164.31]) with mapi; Mon, 26 Aug 2013 15:06:54 -0700 From: Jens Alfke To: "user@couchdb.apache.org" , "cameron@datashovel.com" Date: Mon, 26 Aug 2013 15:06:52 -0700 Subject: Re: 404 response after updating document in futon Thread-Topic: 404 response after updating document in futon Thread-Index: Ac6iqJK9/stDirBiSJKjdfyz2LNYgQ== Message-ID: References: <521B1152.9050201@datashovel.com> In-Reply-To: <521B1152.9050201@datashovel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On Aug 26, 2013, at 1:26 AM, Cameron Jacobson wrot= e: > I update a document in Futon, then immediately following that update, I > update that document via the _bulk_docs HTTP API call. >=20 > When I do this, the server response is "404 Object Not Found", but when > I refresh Futon, I see that the document has been updated. Can we see details of the HTTP _bulk_docs request and response? =97Jens=