Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 60453 invoked from network); 2 Aug 2010 14:16:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Aug 2010 14:16:17 -0000 Received: (qmail 98044 invoked by uid 500); 2 Aug 2010 14:16:17 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 97718 invoked by uid 500); 2 Aug 2010 14:16:14 -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 97710 invoked by uid 99); 2 Aug 2010 14:16:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 14:16:13 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adam.kocoloski@gmail.com designates 209.85.161.180 as permitted sender) Received: from [209.85.161.180] (HELO mail-gx0-f180.google.com) (209.85.161.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 14:16:05 +0000 Received: by gxk22 with SMTP id 22so1787404gxk.11 for ; Mon, 02 Aug 2010 07:15:44 -0700 (PDT) Received: by 10.101.206.19 with SMTP id i19mr6329175anq.87.1280758544044; Mon, 02 Aug 2010 07:15:44 -0700 (PDT) Received: from [192.168.1.11] (cpe-075-183-147-022.sc.res.rr.com [75.183.147.22]) by mx.google.com with ESMTPS id p12sm9888028ane.14.2010.08.02.07.15.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Aug 2010 07:15:35 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: concurrent requests From: Adam Kocoloski In-Reply-To: Date: Mon, 2 Aug 2010 10:15:26 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Hi Norman, it means that you tried to call erlang:byte_size/1 with an = argument that wasn't a binary. In this case it looks like you supplied = a message generated by a gen_server:call(). Best, Adam On Jul 30, 2010, at 4:50 PM, Norman Barker wrote: > Hi, >=20 > I have set up a JMeter test script against couchdb and in particular > the multiview I have set up, when 1 or more requests are concurrent I > get >=20 > [error] [<0.2406.0>] Uncaught error in HTTP request: {exit, > {{badarg, > [{erlang,byte_size, > [{'$gen_call', >=20 > I know this is a general questsion, but what does this mean in OTP? >=20 > thanks, >=20 > Norman