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,
>
> 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
>
> [error] [<0.2406.0>] Uncaught error in HTTP request: {exit,
> {{badarg,
> [{erlang,byte_size,
> [{'$gen_call',
>
> I know this is a general questsion, but what does this mean in OTP?
>
> thanks,
>
> Norman