Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-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 52406E2DA for ; Wed, 29 May 2013 18:03:59 +0000 (UTC) Received: (qmail 13419 invoked by uid 500); 29 May 2013 18:03:59 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 13305 invoked by uid 500); 29 May 2013 18:03:58 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 13296 invoked by uid 99); 29 May 2013 18:03:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 18:03:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of static.void.dev@gmail.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-ob0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 18:03:53 +0000 Received: by mail-ob0-f181.google.com with SMTP id 16so1644464obc.26 for ; Wed, 29 May 2013 11:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:message-id:mime-version:subject:date:references :to:in-reply-to:x-mailer; bh=5/Ja66iZbikLeBuSzd7o5Uw4F9kn0PKmf1qwQhFu6Q4=; b=hGl+YgSj61Rn0AtNEyTsCdKojbepL+Wf7fTZ++f/7sbsq829Ap+uAvjm/dIR0EDZ9n 3UFNXjOB7arKBVK0sRt1+S4Jn7jIkC2j7AzlN5WVV7H2+2+8hAkuPBcpmqWkTssBqKUI 5qQAtvTebjMGlBbCkZ11fsUh+54Q1cgO5ednREO7usKiFwUl7NmWjQM80DI5Pz3ixqsP zQ0LdRZteYIh1lGxc8agce+51DZogqcGH5N1QIze7lkLvhHcFg4vRJM18f3U62lcJjhk rWybHOKPdmIRb0sF+UPFy0v2oKz/yuryk/tBH2CSDZ1N1Hl2fdsl8B10JjyuZsWxEPDI 9sZA== X-Received: by 10.182.158.36 with SMTP id wr4mr2325615obb.60.1369850613287; Wed, 29 May 2013 11:03:33 -0700 (PDT) Received: from [172.16.1.74] (206-15-64-66.static.twtelecom.net. [206.15.64.66]) by mx.google.com with ESMTPSA id q4sm41073580obl.1.2013.05.29.11.03.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 11:03:31 -0700 (PDT) From: Mark Content-Type: multipart/alternative; boundary="Apple-Mail=_05CD4B4E-2570-48DA-818E-ED629975358A" Message-Id: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Ruby RPC Date: Wed, 29 May 2013 11:03:28 -0700 References: <3C18DD8B-8FB1-4203-B8A9-B805DA9814D6@gmail.com> To: user@avro.apache.org In-Reply-To: <3C18DD8B-8FB1-4203-B8A9-B805DA9814D6@gmail.com> X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_05CD4B4E-2570-48DA-818E-ED629975358A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Seems like it works in 1.9.3. Found the real test cases and the HTTP client works but the pure IPC = client still fails in REE-1.8.7 = https://github.com/apache/avro/blob/trunk/lang/ruby/test/sample_ipc_client= .rb = https://github.com/apache/avro/blob/trunk/lang/ruby/test/sample_ipc_server= .rb On May 23, 2013, at 1:33 PM, Mark wrote: > Is anyone aware or knows why that the Ruby RPC example client doesn't = work with 1.8.7 (Haven't tried any other versions)? - = https://github.com/phunt/avro-rpc-quickstart/tree/master/src/main/ruby >=20 > I keep receiving the following error:=20 >=20 > read buffer_length': Socket read 0 bytes. = (Avro::IPC::ConnectionClosedException) >=20 >=20 --Apple-Mail=_05CD4B4E-2570-48DA-818E-ED629975358A Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Seems = like it works in 1.9.3.

Found the real test cases and = the HTTP client works but the pure IPC client still fails in = REE-1.8.7



On May 23, 2013, = at 1:33 PM, Mark <static.void.dev@gmail.com>= ; wrote:

Is = anyone aware or knows why that the Ruby RPC example client doesn't work = with 1.8.7 (Haven't tried any other versions)?  - https://github.com/phunt/avro-rpc-quickstart/tree/master/src/main/ru= by

I keep receiving the following = error: 

read buffer_length': Socket = read 0 bytes. = (Avro::IPC::ConnectionClosedException)


=

= --Apple-Mail=_05CD4B4E-2570-48DA-818E-ED629975358A--