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 EBF581740C for ; Wed, 5 Nov 2014 18:17:43 +0000 (UTC) Received: (qmail 67025 invoked by uid 500); 5 Nov 2014 18:17:43 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 66976 invoked by uid 500); 5 Nov 2014 18:17:43 -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 66966 invoked by uid 99); 5 Nov 2014 18:17:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 18:17:43 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [132.249.20.114] (HELO postal.sdsc.edu) (132.249.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 18:17:17 +0000 Received: from merrimac.sdsc.edu (IDENT:4lW8eQPh52/P0S1zYr1f8vWNp9ntNCse@merrimac.sdsc.edu [132.249.20.184]) by postal.sdsc.edu (8.11.7/8.11.7/server/88) with ESMTP id sA5I60N24970 for ; Wed, 5 Nov 2014 10:06:00 -0800 (PST) Received: (from kenneth@localhost) by merrimac.sdsc.edu (8.13.8/8.12.11/submit/l/5) id sA5I5xfP009366 for dev@airavata.apache.org; Wed, 5 Nov 2014 10:05:59 -0800 Date: Wed, 5 Nov 2014 10:05:59 -0800 From: K Yoshimoto To: dev@airavata.apache.org Subject: Re: Exception with local Echo sample test Message-ID: <20141105180559.GC8515@merrimac.sdsc.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Virus-Checked: Checked by ClamAV on apache.org Could someone clarify how rabbitmq is started? Does this need to happen before starting airavata-server.sh? If rabbitmq is installed separately from the airavata install, what are the install and config steps for that? Thanks, Kenneth On Wed, Nov 05, 2014 at 03:37:29PM +0100, SmashRod Alfredo wrote: > Hi Everyone, > After the installation and the executon of rabbitMQ I successfully launch echo application from XBaya gui. > > I've a couple of more questions: > - Where I can find the result/output of the experiment? (The monitoring panel gives me only the STATUS) > - Navigating the code I found some reference that makes me a little confused. Keeping the "echo application" as example, we declare an Application Input which I suppose to represent the "string" that we want to "echo", and an Application Output which I expect to be the "output" of the echo command (thus, is exactly the same string that we provide as input). If my assumptions are correct, what is the purpose of the "applicationArgument" and "StandardInput" member into InputDataObjectType class? applicationArgument is to be used to represent complex structures? How can I use them? > > Thanks again, > > Alfredo > > > From: shameerainfo@gmail.com > Date: Tue, 4 Nov 2014 11:13:36 -0500 > Subject: Re: Exception with local Echo sample test > To: dev@airavata.apache.org > > Hi Alfredo, > Yes you have to install it separately. > Thanks, Shameera. > On Tue, Nov 4, 2014 at 11:03 AM, SmashRod Alfredo wrote: > > > > Hi Chathuri, > Thanks for your reply, just an information, > a RabbitMQ server instance is included in the airavata installation (like zookeeper), or it is necessary to install it separately? I presume I have to install it separately... > > Thanks > > Alfredo > > From: kamalasini@gmail.com > Date: Tue, 4 Nov 2014 10:50:11 -0500 > Subject: Re: Exception with local Echo sample test > To: dev@airavata.apache.org > > Hi Alfredo, > If you are using XBaya to run experiments, you need to have rabbitMQ server up and running in order to xbaya monitoring to work. To configure rabbitMQ with airavata, follow the below steps. Start RabbitMQ server Stop the running airavata serverIn airavata-server.properties, change the property "publish.rabbitmq" to true (publish.rabbitmq=true)Start the airavata server againRun echo experiment from xbaya againLet us know whether this fix your problem. > Thanks..Chathuri > On Tue, Nov 4, 2014 at 10:05 AM, SmashRod Alfredo wrote: > > > > > > > Hello everyone, > I've downloaded the latest version from git repository and compiled airavata without test (I've tried to build it normally but gives me error testing app-catalog module). I managed to start airavata-server which but gave me some issues about zookeeper and rabbitMQ. > > However, the server seems to be running. After that I've tried to create my own experiment for a simple Echo executed on localhost. > (I skip the calls to registerXSEDEHosts and rregisterGatewayResourceProfile and commented all the reference to XSEDE resources elsewhere) > > The echo application seems to be registered correctly, but when I try to create a simple workflow through airavata-xbaya (that throws errors about RabbitMQ on start) using the registered echo it gives me an exception Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException . > > What did I miss? Is it necessary a particular configuration about GatewayResourceProfile for localhost? > > Thanks to all, > > Alfredo > > > > > > > -- > Best Regards,Shameera Rathnayaka. > email: shameera AT apache.org , shameerainfo AT gmail.comBlog : http://shameerarathnayaka.blogspot.com/ > >