Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 47221 invoked from network); 29 Mar 2011 13:46:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 13:46:43 -0000 Received: (qmail 58289 invoked by uid 500); 29 Mar 2011 13:46:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 58145 invoked by uid 500); 29 Mar 2011 13:46:43 -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 58137 invoked by uid 99); 29 Mar 2011 13:46:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 13:46:43 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=5.0 tests=ALL_TRUSTED,FS_REPLICA,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 13:46:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B890786F84 for ; Tue, 29 Mar 2011 13:46:05 +0000 (UTC) Date: Tue, 29 Mar 2011 13:46:05 +0000 (UTC) From: "Thomas Vander Stichele (JIRA)" To: dev@couchdb.apache.org Message-ID: <36010263.18874.1301406365752.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (COUCHDB-1110) obtuse error when specifying a wrong filter for replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 obtuse error when specifying a wrong filter for replication ----------------------------------------------------------- Key: COUCHDB-1110 URL: https://issues.apache.org/jira/browse/COUCHDB-1110 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Affects Versions: 1.0.2 Reporter: Thomas Vander Stichele Priority: Minor In a training, I did: curl -X POST -H "Content-Type: application/json" -d '{"source": "bank", "target": "customers", "filter": "design_doc/customers"}' http://localhost:5984/_replicate {"error":"changes_loop_died"} The backtrace in couchdb is really long. Apparently I should have used demo instead of design_doc. I think couchdb should simply tell me that the filter does not exist. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira