Re: Implementing the cancel/terminate

2014-04-21 Thread Eroma Abeysinghe
Hi, If you have bottom up we will not be able to cancel unless there is a job available for that experiment right? Also few questions; 1. What do we really mean by canceling? is it just a status update? OR 2. Are we going to stop all file transfers, delete any data file/file path existing in

Re: [ANNOUNCE] Welcome Sachith Danushka Withana as Airavata Committer

2014-04-24 Thread Eroma Abeysinghe
Congratulations Sachith On Thu, Apr 24, 2014 at 2:35 PM, Suresh Marru sma...@apache.org wrote: Hi All, The Project Management Committee (PMC) for Apache Airavata has asked Sachith Danushka Withana to become a committer based on his contributions to the project. We are pleased to announce

Airavata API testing using PHP command line

2014-05-16 Thread Eroma Abeysinghe
Hi All, I tested API methods using PHP command line and scripts Please see the results. I didnt go to create JIRAs as some of these are been corrected as I speak. Mailing them just to make sure that all these are covered in corrections. If below is not clear please let me know *Method*

New Airavata Tutorial document for quick start tutorials

2014-05-23 Thread Eroma Abeysinghe
Hi All, I have put up a tutorial document for Airavata. I believe it is more up to date and can be added into the Airavata quick start tutorials in http://airavata.apache.org/documentation/quickstart-tutorials.html Please review. The tutorial document

Re: Workflow handling in the Application Catalog

2014-06-09 Thread Eroma Abeysinghe
Hi Devs, I was thinking about workflows from system requirement point of view and IMO app catalog should cover below. (All given might be taken-care-of already; if so just ignore). When it comes to WFs (workflows) within App catalog we should be able to; 1. Create Workflows (More like adding

Airavata Admin Module API

2014-06-24 Thread Eroma Abeysinghe
Hello Devs, Hello, Summarizing the offline discussion had with Saminda on Admin module of Airavata. *Open for discussion* Devs, please add anything i have missed out and we need to decide what we are going to add into the gateway admin API and provide UIs in PHP reference gateway in phase I (by

Re: PHP Sample Documentation

2014-07-07 Thread Eroma Abeysinghe
Hi Suresh, I can help with the documentation. Thanks, Best Regards, Eroma On Mon, Jul 7, 2014 at 12:55 PM, Suresh Marru sma...@apache.org wrote: Hi All, I have started a Wiki on PHP Samples and describing the functionality -

Re: [TESTING] Apache Airavata 0.13 RC0 for testing

2014-07-13 Thread Eroma Abeysinghe
Hi Suresh, Tried to execute the files but getting errors. 1. createProject.php script gives the error Warning: parse_ini_file(../conf/airavata-client-properties.ini): failed to open stream: No such file or directory in

Re: [TESTING] Apache Airavata 0.13 RC0 for testing

2014-07-14 Thread Eroma Abeysinghe
-cli-samples. Marlon On 7/13/14, 7:33 PM, Eroma Abeysinghe wrote: Hi Suresh, Tried to execute the files but getting errors. 1. createProject.php script gives the error Warning: parse_ini_file(../conf/airavata-client-properties.ini): failed to open stream: No such file

Re: 2 new experiment search conditions

2014-08-18 Thread Eroma Abeysinghe
JIRA already created for these as new features. https://issues.apache.org/jira/browse/AIRAVATA-1359 On Mon, Aug 18, 2014 at 9:44 AM, Marlon Pierce marpi...@iu.edu wrote: Actually we already do the third one (by project). My subject line is at least correct. Marlon On 8/18/14, 9:30 AM,

Restricting editing and launching FAILED experiments

2014-08-25 Thread Eroma Abeysinghe
Hi Devs, Please share your views on below. In Airavata currently we can edit and launch FAILED experiments; option is there through PHP gateway. Editing and launching FAILED experiments through PHP reference gateway Currently we can edit and launch experiments with FAILED state. This can create

Selenium Test Scripts Available in GitHub

2014-09-19 Thread Eroma Abeysinghe
Hello, I used Selenium Test tool (http://www.seleniumhq.org/) for test case automation in PHP-Reference-Gateway forAiravata. The initial set of test cases are in GitHub. There are two sets 1. Run the test through Selenium IDE UI. Scripts are in

Re: 0.14 Release Dates

2014-11-24 Thread Eroma Abeysinghe
Hi All, I can help with the documentation on XBAYA and workflow quick start tutorial. Thanks, Best Regards, Eroma On Mon, Nov 24, 2014 at 1:49 PM, Shameera Rathnayaka shame...@apache.org wrote: Hi Suresh et al, Yes, It seems that new users are struggling with new improvements. I will

Re: How to get experiment output?

2015-04-16 Thread Eroma Abeysinghe
Summary for this experiment. There is no STDOUT field. This is for the echo experiment. There is an Outputs field: Outputs Experiment hasn't completed. Experiment Status is : COMPLETED Kenneth On Thu, Apr 16, 2015 at 03:08:50PM -0400, Eroma Abeysinghe wrote: Hi Kenneth

Re: [API] Assigning Computational Resources

2015-04-18 Thread Eroma Abeysinghe
Hi Dimuthu, Project is a grouping for a collection of experiments. Meaning we can select a project when creating an experiment. A project can have one or many experiments grouped together. Compute resource is the super computer which application (applications are deployed in a computer resource)

Re: Help in contributing

2015-06-25 Thread Eroma Abeysinghe
Hello Chetan, Thank you so much and we are very glad to have you as a contributor to Airavata. As a start you could look at Airavata tutorials in https://cwiki.apache.org/confluence/display/AIRAVATA/Home you could start with

Re: Running an XBaya experiment issue (api - 0.15.0)

2015-05-26 Thread Eroma Abeysinghe
Hi All, Tutorial on using PGA exists in https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+06+-+PHP+Reference+Gateway+for+Airavata+-+PGA+User+Guide This tutorial will provide steps to experience PGA in the capacity of a basic gateway user. Thanks, Eroma On Tue, May 26, 2015 at 2:56

Re: Admin-only methods in the Airavata API

2015-08-01 Thread Eroma Abeysinghe
Hi Hasini, I gave you admin-read-only permissions in the testdrive.airavata.org gateway. You would be able to view all available functionality for the admin. gave access to username hasinig In the gateway we have hidden credential store UI. so you should check those API methods as well. Hope

Selenium Test Scripts for Airavata PGA

2015-08-05 Thread Eroma Abeysinghe
Hi All, Sharing the latest Selenium test project for PGA. The test scripts are to; 1. Create gateway users 2. Create, modify Projects 3. Create launch Experiments (scripts are available for all the applications and resources in the gateway. Can also generate multiple experiments on a single

Re: [SciGaP-Project] Selenium Test Scripts for Airavata PGA

2015-08-05 Thread Eroma Abeysinghe
that the selenium tests require IntelliJ IDE but may also work in Eclipse. Should these be added to the Airavata git repo? Marlon From: Eroma Abeysinghe eroma.abeysin...@gmail.com Reply-To: proj...@scigap.org proj...@scigap.org Date: Wednesday, August 5, 2015 at 4:40 PM To: dev

Re: [jira] [Commented] (AIRAVATA-1625) [GSoC] Integrate Load Balancers to Airavata Services

2015-08-10 Thread Eroma Abeysinghe
Hi Chanaka, As an introduction to Airavata you can start with our tutorials. We have a sample gateway built on top of Airavata (Airavata is a middleware platform for science gateways communication with compute resources). Through gateway features we demonstrate features available in Airavata.

Re: Using IU hosted Airavata to submit jobs to stampede

2015-11-23 Thread Eroma Abeysinghe
Hi Chamil, To submit jobs, you can use both Airavata and PGA (UI to submit jobs) hosted by IU. Updating the hosted Airavata to the latest is in the pipeline and will inform once done. Once updated and informed please follow the documentation in

Re: Getting started to contributing to the Airavata development

2016-01-11 Thread Eroma Abeysinghe
Hi Minudika, Thank you for your interest in Airavata. The first thing is to download the source code (latest on the “master” branch at https://github.com/apache/airavata), build it, and run through the tests. Please take a look at setting up the PGA (reference gateway implementation for

Re:

2016-02-29 Thread Eroma Abeysinghe
Hi Jatin, You can start with 'Airavata Overview' in Architecture Documentation on cwiki; https://cwiki.apache.org/confluence/display/AIRAVATA/Architecture+Documentation. It also contains phase 1 of workflow requirement for Airavata as well. Documentation is not completely compatible with the

Re: Apache Airavata Testdrive feedback

2016-02-16 Thread Eroma Abeysinghe
Hi Shenoy, your testdrive accounts is given access to create experiments, etc... Please log out and login again. If any other issue let us know, Thanks, Eroma On Tue, Feb 16, 2016 at 12:39 PM, Shenoy, Gourav Ganesh < goshe...@indiana.edu> wrote: > I faced this issue when I was following the

Re: Re:

2016-03-15 Thread Eroma Abeysinghe
Jatin, Did you try this? http://dev.mysql.com/downloads/connector/j/ ​ Thanks, Eroma On Tue, Mar 15, 2016 at 3:33 PM, wrote: > I think I have followed it correctly. But don't know, was that MySQL.jar > file was right or not? So please send me link to download

Re:

2016-03-04 Thread Eroma Abeysinghe
Thanks a lot for pointing it out Jatin. Will fix and publish. On Fri, Mar 4, 2016 at 3:07 PM, wrote: > > > Hi Marlon, > > > > I have seen the need documentation its much better then now. But there are > two “compute resource” links show PGA Configuration >

Re: Register Compute Resource for a local airavata setup

2016-03-03 Thread Eroma Abeysinghe
Hi Pankaj, Since you are creating a new compute resource, I assume you will continue creating storage resources, applications, etc. So for all the gateway level configurations steps please visit; http://docs.scigap.org/en/latest/Gateway-Configurations/ Also steps on installation,

Re: [GSOC] Apache Airavata Web-Based Workflow Editor

2016-03-04 Thread Eroma Abeysinghe
Marlon, I added it when Pankaj sent it. Forgot to mention On Fri, Mar 4, 2016 at 2:17 PM, Pierce, Marlon wrote: > Thanks, Pankaj. Eroma add this link. > > From: Pankaj Saha > Reply-To: "dev@airavata.apache.org" > Date: Friday,

Re: java.lang.RuntimeException: Failed to create database connection pool

2016-05-19 Thread Eroma Abeysinghe
Hi Pratik, What is the version you have copied? I copied version mysql-connector-java-5.1.38-bin.jar and it worked fine. Could you try this version? Thanks, Eroma On Thu, May 19, 2016 at 4:34 PM, Pratik Patel wrote: > Hi Suresh, > > Thanks for prompt response. > > I

Re: Hello!!

2016-05-12 Thread Eroma Abeysinghe
Hi Gowtham, Welcome to Apache Airavata Project and thank you for your Interest. My suggestion is to follow the instruction here to install Airavata - http://airavata.readthedocs.io/en/latest/ and go from there. Please try and always ask your questions on dev mailing list. You are also welcome

Re: WSO2 User Reg Confirmation

2016-05-10 Thread Eroma Abeysinghe
Hi Jeff, Did you create a tenant for your PGA? or are you using the default that was in PGA_Config? Could you please share the identity server URL you are using? Thanks, Eroma On Tue, May 10, 2016 at 11:05 AM, Jeff wrote: > I'm finishing up my development environment so I can

Re: WSO2 User Reg Confirmation

2016-05-10 Thread Eroma Abeysinghe
all of the described > settings still exist. > > Best, > Jeff K. > > > > > > On Tue, May 10, 2016 at 11:24 AM, Eroma Abeysinghe < > eroma.abeysin...@gmail.com> wrote: > >> Hi Jeff, >> >> If you haven't already got this check this out as wel

Re: WSO2 User Reg Confirmation

2016-05-10 Thread Eroma Abeysinghe
Hi Jeff, If you haven't already got this check this out as well http://airavata.readthedocs.io/en/latest/WSO2-IS-Configuration/ Thanks, Eroma On Tue, May 10, 2016 at 11:20 AM, Eroma Abeysinghe < eroma.abeysin...@gmail.com> wrote: > Hi Jeff, > > Did you create a tenant for your

Re: WSO2 User Reg Confirmation

2016-05-10 Thread Eroma Abeysinghe
; points to my PGA installation, and I got the confirm-user-registration part > from routes.php in the PGA. > > Best, > Jeff K. > > > On 05/10/2016 11:53 AM, Eroma Abeysinghe wrote: > > Hi Jeff, > > Hmmm. > you might have done this as well... > 1. is the

Re: Test drive account

2016-08-03 Thread Eroma Abeysinghe
Hi Bikramjeet, Done. Logout and login to the portal. Thanks, Eroma On Wed, Aug 3, 2016 at 9:54 AM, Bikramjeet Singh < singh.bikramje...@gmail.com> wrote: > > Hi, > My airavata test drive account is still pending approval, can anyone > please grant access to it? > My username is - linfestus.

Re: [VOTE] Apache Airavata Release 0.16 - RC1

2016-07-15 Thread Eroma Abeysinghe
+1 On Fri, Jul 15, 2016 at 8:43 AM, Supun Nakandala wrote: > +1 for the relase > > On Thu, Jul 14, 2016 at 1:04 PM, Suresh Marru wrote: > >> + 1 for the release. Commentary on the DISCUSS thread. >> >> Suresh >> >> On Jul 13, 2016, at 4:18 PM,

Re: Tenant account

2017-02-27 Thread Eroma Abeysinghe
Hi Supun, Could you please explain why you require a tenant account? Are you hosting PGA and airavata locally? In that case, one other option would be to install WO2 IS also locally. http://airavata.readthedocs.io/en/latest/Own-WSO2-IS-Configuration/ this documentation will give you the basic

Re: User compute and storage resources

2016-11-21 Thread Eroma Abeysinghe
Hi Amila, It means the ability for individual gateway users to register their own compute resource allocation details and storage resource details within the gateway. By doing this they will be able to use their allocation to run jobs and store data. Hope this cleared it. Thanks, Eroma On

Re: Questions

2016-10-13 Thread Eroma Abeysinghe
Hi Zhong, Please check my answers in line. On Wed, Oct 12, 2016 at 4:20 PM, Zhong Wang wrote: > After I use the Airavata platform, I do have 4 questions. > > > > 1) Can I lock the setting values for some properties after we > customize these values for a specified

Re: Welcome Ajinkya Dhamnaskar as Airavata Committer

2017-04-10 Thread Eroma Abeysinghe
Congratulations Ajinkya On Mon, Apr 10, 2017 at 9:41 AM, Christie, Marcus Aaron wrote: > Congratulations and welcome, Ajinkya! > > > On Apr 9, 2017, at 10:57 PM, Suresh Marru wrote: > > > > Hi All, > > > > The Project Management Committee (PMC) for

Re: Welcome Anuj Bhandar as Airavata Committer

2017-04-10 Thread Eroma Abeysinghe
Congratulations Anuj !!! On Mon, Apr 10, 2017 at 9:41 AM, Christie, Marcus Aaron wrote: > Welcome aboard Anuj! > > > On Apr 9, 2017, at 10:56 PM, Suresh Marru wrote: > > > > Hi All, > > > > The Project Management Committee (PMC) for Apache

Re: Welcome Gourav Shenoy as Airavata Committer

2017-04-10 Thread Eroma Abeysinghe
Congratulations Gourav!! On Mon, Apr 10, 2017 at 9:42 AM, Christie, Marcus Aaron wrote: > Congratulations and welcome aboard, Gourav! > > > On Apr 9, 2017, at 10:54 PM, Suresh Marru wrote: > > > > Hi All, > > > > The Project Management Committee

Re: Airavata PGA Gateway Local Dev Setup

2017-09-26 Thread Eroma Abeysinghe
Hi Stephan, Are you trying to connect to your local airavata? Or the hosted development airavata. You need to make a copy using the template config file and create pga_config.php and then change the properties in order to connect to airavata server. We could send you the pga_config.php to

Re: Deployment of new Gateway to test app module import CLI tool

2017-10-30 Thread Eroma Abeysinghe
Hi Shubham, Gateway URL is http://dev.apptestdrive.airavata.org/ Create your account and I will give admin role. Thanks, Eroma On Thu, Oct 26, 2017 at 5:40 PM, Shubham Kumar wrote: > Hello Eroma, > > I have requested a new Gateway in dev.scigap.org named as

Re: [ANNOUNCE] Welcome Sneha Tilak as Airavata Committer

2018-03-08 Thread Eroma Abeysinghe
Congratulations Sneha! On Thu, Mar 8, 2018 at 2:18 PM, Gourav Shenoy wrote: > Congratulations Sneha! > > Thanks and Regards, > Gourav Shenoy > > > On Mar 8, 2018, at 1:43 PM, Christie, Marcus Aaron > wrote: > > > > Congratulations Sneha! > > > >> On Mar

Re: Database deployment issues with Anisble on centos

2018-12-03 Thread Eroma Abeysinghe
Hi Karan, Did you try what we discussed? do you still get this error? 1. Get rid of the 'centos@' 2. try to ssh to the jetstream vm as root user from your local machine. If you can't add your key to the 'root' user; not airavata user with root access. hope this helps. also if you can't ssh as

Re: [VOTE] Apache Airavata release 0.17 - RC1

2019-03-24 Thread Eroma Abeysinghe
ssing prerequisites: > > https://airavata.readthedocs.io/en/latest/installation/airavata-installation/#prerequisites > > Suresh > > On Mar 23, 2019, at 6:44 PM, Eroma Abeysinghe > wrote: > > Hi Suresh, > > I was able to successfully build the code in Mac high si

Re: [VOTE] Apache Airavata release 0.17 - RC1

2019-03-23 Thread Eroma Abeysinghe
Hi Suresh, I was able to successfully build the code in Mac high sierra 10.13.6 with JAVE 1.8 and Mvn 3.3 however when I started the all servers getting errors. Below are some points that need to update in the documentation. 1. In README the contact mailing list link is not correct. the correct

Re: 0.18 Release Planning

2019-10-21 Thread Eroma Abeysinghe
+1 On Mon, Oct 21, 2019 at 4:25 PM Christie, Marcus Aaron wrote: > +1 > > > On Oct 21, 2019, at 3:34 PM, Suresh Marru wrote: > > > > Hi All, > > > > Can we create a 0.18 branch from master and start release process? I can > work on this release in 10 days, but unless there are objections, we

Office Hours and Hackathon to get ahead

2022-06-09 Thread Eroma Abeysinghe
Hi GSoC 2022, If you have any questions on the Django gateway portal you can join office hours today at 3 pm ET. Send us a message to share the zoom link. Tomorrow you have the GSoC Hackathon and please note the time has changed to 12:00 pm ET. *Send us your questions today*, here on the mailing

Re: Airavata MetaSchedular

2023-01-05 Thread Eroma Abeysinghe
r first meeting? > > Thanks, > Emre > > > Eroma Abeysinghe wrote: > > Hi Emre, > > > > Yes, We'll meet with you in January to discuss the implementation and > > testing with UltraScan. > > Currently, the initial testing is being planned for the implemen

Re: Airavata MetaSchedular

2022-12-08 Thread Eroma Abeysinghe
Hi Emre, Yes, We'll meet with you in January to discuss the implementation and testing with UltraScan. Currently, the initial testing is being planned for the implementation. Thanks, Eroma On Thu, Dec 8, 2022 at 9:07 AM Emre Brookes wrote: > Hi Isuru, > > Thanks for the updates. Great to