Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD14911B85 for ; Mon, 11 Aug 2014 16:03:56 +0000 (UTC) Received: (qmail 15189 invoked by uid 500); 11 Aug 2014 16:03:56 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 15142 invoked by uid 500); 11 Aug 2014 16:03:56 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 15127 invoked by uid 99); 11 Aug 2014 16:03:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 16:03:56 +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 (nike.apache.org: domain of kamalasini@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-la0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 16:03:28 +0000 Received: by mail-la0-f50.google.com with SMTP id gf5so6820008lab.23 for ; Mon, 11 Aug 2014 09:03:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=YxSXYi65l5+2ce4Ue14K7aZOT01olLN6WTZa2ompxM0=; b=gG2Yis9THcipUgZpDUiFWEaUyiaF3Pia4M5jAMHoKz8AY9VCFGAXpsLAriWWOJfxO4 /NSdaynMdU2nm0jC5ubxK/SeG3JjeKpZFqVT/NwPxoYk8MRNYzgbJXWtIoWBNHEl0ggM bAT2SF5bXqrscnRBxE1b0gWndEmn+nSQXMlI5hoDptI4V+f9CY3l4csROLsFjq31nAaN BnC+Ubpp8+YVqd+AHUw9Vqjtuz88vultD9Hz+EJHruLz3SsrjWTsu3vZCDCRopyFRyHm 2NjD5kb/NiahcsDhVoXCIGFnNmog/4dYI5DqVyOfthsV2G0W8oDsgemWbIDXWpEfjIi9 NzvQ== X-Received: by 10.152.26.38 with SMTP id i6mr8536653lag.86.1407773008145; Mon, 11 Aug 2014 09:03:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.54.200 with HTTP; Mon, 11 Aug 2014 09:03:08 -0700 (PDT) In-Reply-To: References: From: Chathuri Wimalasena Date: Mon, 11 Aug 2014 12:03:08 -0400 Message-ID: Subject: Re: Writing a Airavata Java Thrift Client To: dev@airavata.apache.org Content-Type: multipart/alternative; boundary=089e0160ba4613327705005cb247 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160ba4613327705005cb247 Content-Type: text/plain; charset=UTF-8 Hi Sachith, This happens because Airavata.java is too big to load from your IDE (Intellij IDEA) with default settings. You need to increase the file size setting (idea.max.intellisense.filesize) of idea.properties file. On Mon, Aug 11, 2014 at 11:53 AM, Sachith Withana wrote: > Hi all, > > I'm trying to write a java thrift client for Airavata. But I couldn't find > the Thrift client. > > I tried to run the sample + the integration tests, but it shows > Airavata.Client is missing ( IDEA cannot find it). > > Any reason why? > > Any help would be much appreciated. > > -- > Thanks, > Sachith Withana > > --089e0160ba4613327705005cb247 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Sachith,=C2=A0

This happens because = Airavata.java is too big to load from your IDE (Intellij IDEA) with default= settings. You need to increase the file size setting (idea.max.intellisens= e.filesize) of idea.properties file.=C2=A0


On Mon,= Aug 11, 2014 at 11:53 AM, Sachith Withana <swsachith@gmail.com><= /span> wrote:
Hi all,

= I'm trying to write a java thrift client for Airavata. But I couldn'= ;t find the Thrift client.

I tried to run the sample + the integration tests, but = it shows Airavata.Client is missing ( IDEA cannot find it).

Any reason why?

Any help would= be much appreciated.=C2=A0<= br clear=3D"all">

--
Thanks,
Sachith Withana


--089e0160ba4613327705005cb247--