[jira] [Updated] (AIRAVATA-1316) Use Application Catalog API to describe real applications

2014-07-07 Thread Yu (Marie) Ma (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu (Marie) Ma updated AIRAVATA-1316: Assignee: (was: Yu (Marie) Ma) > Use Application Catalog API to describe real applic

Re: Notion of user roles in the PHP Reference Gateway

2014-07-07 Thread Supun Nakandala
My plan is to use tokens when calling the API methods. These tokens will be granted by the user store at the time of user authentication. This tokens will be encrypted tokens which will contain the information about the gateway which can be used to verify the identity of the gateway. When authoriza

Re: Notion of user roles in the PHP Reference Gateway

2014-07-07 Thread Marlon Pierce
That's great. Can you say more about your plans? Two concerns: * The new application catalog functions fit within the "gateway admin" role that Suresh listed previously. * The API also does not distinguish which gateway may be calling the server. This is the multi-tenanted scenario--that is

Re: Notion of user roles in the PHP Reference Gateway

2014-07-07 Thread Supun Nakandala
I do agree with Amila. XACML can be used to implement very fine grained authorization. But that level is not required in the Airavata context. >From WSO2 IS 5.0 on wards we can register applications with IS and define various permissions and grant these permissions to users. This is exactly inline

Re: Notion of user roles in the PHP Reference Gateway

2014-07-07 Thread Marlon Pierce
Hi Supun, what do you think of Amila's suggestion below? Marlon On 7/1/14, 10:35 AM, Amila Jayasekara wrote: On Mon, Jun 30, 2014 at 3:47 PM, Marlon Pierce wrote: A little question, maybe premature: how are these roles going to be communicated over the Thrift-based API? This is what I have

Re: app catalog php commandline scripts need updating

2014-07-07 Thread Saminda Wijeratne
We currently are haboring all the API functions in a single API Thrift service. Therefore there wont be an App Catalog server or client involved. Thus you will use the same Airavata API Thrift client to access the AppCatalog functions. On Mon, Jul 7, 2014 at 12:16 PM, Suresh Marru wrote: > I am

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 wrote: > Hi All, > > I have started a Wiki on PHP Samples and describing the functionality - > https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+API+PHP+Client+S

PHP Sample Documentation

2014-07-07 Thread Suresh Marru
Hi All, I have started a Wiki on PHP Samples and describing the functionality - https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+API+PHP+Client+Samples I would rather focus on writing/improving the sample themselves and can take help on writing the documentation. Volunteers? Plea

RE: API Docs

2014-07-07 Thread Reagan, David Michael
It looks like the problem was due to the HTTPS Everywhere extension. When I disable it, the documention page comes through OK. Dave -Original Message- From: Suresh Marru [mailto:sma...@apache.org] Sent: Monday, July 07, 2014 12:04 PM To: Airavata Dev Subject: Re: API Docs Hi Dave, Ar

Re: app catalog php commandline scripts need updating

2014-07-07 Thread Suresh Marru
I am about to do a commit, sorry these are little behind. Suresh On Jul 7, 2014, at 12:06 PM, Marlon Pierce wrote: > These still need updating. > > Marlon > > On 7/3/14, 4:47 PM, Marlon Pierce wrote: >> The following have require_once for >> API/AppCatalog/ApplicationCatalogAPI.php, which d

Re: app catalog php commandline scripts need updating

2014-07-07 Thread Marlon Pierce
These still need updating. Marlon On 7/3/14, 4:47 PM, Marlon Pierce wrote: The following have require_once for API/AppCatalog/ApplicationCatalogAPI.php, which does not exist in under airavata/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/lib/Airavata/. ./add-compute-

Re: API Docs

2014-07-07 Thread Suresh Marru
Hi Dave, Are you still getting the same 404? This is a public website and should not ask for any authentication. Suresh On Jul 7, 2014, at 11:01 AM, Reagan, David Michael wrote: > Yes, please, for more documentation. We don't want to force users to dig > through the whole Airavata source t

RE: API Docs

2014-07-07 Thread Reagan, David Michael
Yes, please, for more documentation. We don't want to force users to dig through the whole Airavata source tree to find Thrift files for documentation (which is what I do). However, I'm getting a 404 not found error after authenticating at this address. Dave -Original Message- From: Su

[jira] [Assigned] (AIRAVATA-1327) In PHP gateway when user initially logs in; an unhanded exception is show in Browse Experiments screen.

2014-07-07 Thread David Reagan (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reagan reassigned AIRAVATA-1327: -- Assignee: David Reagan > In PHP gateway when user initially logs in; an unhanded exc

[jira] [Assigned] (AIRAVATA-1320) Implement gateway admin user who can acquire community credentials

2014-07-07 Thread David Reagan (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reagan reassigned AIRAVATA-1320: -- Assignee: David Reagan > Implement gateway admin user who can acquire community cred

[jira] [Assigned] (AIRAVATA-1319) Call Application Catalog API from PHP Gateway to replace hard-coded values.

2014-07-07 Thread David Reagan (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reagan reassigned AIRAVATA-1319: -- Assignee: David Reagan > Call Application Catalog API from PHP Gateway to replace ha

[jira] [Assigned] (AIRAVATA-1328) AiravataSystemException! error given in PHP gateway 'Create Project' screen when 'Enter' is clicked

2014-07-07 Thread David Reagan (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reagan reassigned AIRAVATA-1328: -- Assignee: David Reagan > AiravataSystemException! error given in PHP gateway 'Create

[TESTING] App Catalog Integration

2014-07-07 Thread Suresh Marru
Hi All, The app catalog is now integrated with airavata. We can say its feature freeze state, but needs to do lot of testing and fix bugs along the way. Some notes: * Airavata API exposes most of the essential functions to register applications, host and deployments. As we go through all test c

Re: Error during start up of Airavata

2014-07-07 Thread Saminda Wijeratne
See DocumentCreatorNew class which uses the thrift api to add the applications, deployments etc. On Mon, Jul 7, 2014 at 10:22 AM, Lahiru Gunathilake wrote: > is there a client code to test a job ? > > > On Mon, Jul 7, 2014 at 10:20 AM, Chathuri Wimalasena > wrote: > >> Hi Lahiru, >> >> There i

[jira] [Commented] (AIRAVATA-1309) Update Orchestrator and GFac to use the Application Catalog CPI

2014-07-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053708#comment-14053708 ] ASF subversion and git services commented on AIRAVATA-1309: ---

Re: Error during start up of Airavata

2014-07-07 Thread Lahiru Gunathilake
is there a client code to test a job ? On Mon, Jul 7, 2014 at 10:20 AM, Chathuri Wimalasena wrote: > Hi Lahiru, > > There is no separate app-catalog server now. App-catalog database will > start when airavata server starts. All the app-catalog API methods will be > at the same airavata-api. > >

Re: Error during start up of Airavata

2014-07-07 Thread Chathuri Wimalasena
Hi Lahiru, There is no separate app-catalog server now. App-catalog database will start when airavata server starts. All the app-catalog API methods will be at the same airavata-api. On Mon, Jul 7, 2014 at 10:14 AM, Lahiru Gunathilake wrote: > Hi Saminda, > > Is there any sample that I can tes

Re: Error during start up of Airavata

2014-07-07 Thread Lahiru Gunathilake
Hi Saminda, Is there any sample that I can test a simple scenario ? Now I can build but I can see app-catalog server is not starting because its disabled in airavata-server.properties. Please let me know when its ready. Lahiru On Mon, Jul 7, 2014 at 9:33 AM, Marlon Pierce wrote: > git pull u

[jira] [Assigned] (AIRAVATA-1316) Use Application Catalog API to describe real applications

2014-07-07 Thread Yu (Marie) Ma (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu (Marie) Ma reassigned AIRAVATA-1316: --- Assignee: Yu (Marie) Ma > Use Application Catalog API to describe real application

[jira] [Assigned] (AIRAVATA-1315) Create scripts to submit applications in to resources.

2014-07-07 Thread Yu (Marie) Ma (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu (Marie) Ma reassigned AIRAVATA-1315: --- Assignee: Yu (Marie) Ma > Create scripts to submit applications in to resources. >

Re: Error during start up of Airavata

2014-07-07 Thread Marlon Pierce
git pull updated a pom.xml, This time I got to the end but failed on "Airavata release artifacts". It looks like there are more commits after I started the build, so I'll be patient. Marlon On 7/7/14, 9:25 AM, Suresh Marru wrote: Looks like a missing dependency. Can u take a pull and retry?

Re: Error during start up of Airavata

2014-07-07 Thread Suresh Marru
Looks like a missing dependency. Can u take a pull and retry? Suresh On Jul 7, 2014, at 9:19 AM, Marlon Pierce wrote: > Same problems for me. > > On 7/7/14, 9:08 AM, Lahiru Gunathilake wrote: >> I get this error during building, >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugin

Re: Error during start up of Airavata

2014-07-07 Thread Marlon Pierce
Same problems for me. On 7/7/14, 9:08 AM, Lahiru Gunathilake wrote: I get this error during building, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project airavata-client-api: Compilation failure: Compilation failure: [ERROR] /Us

Re: Error during start up of Airavata

2014-07-07 Thread Lahiru Gunathilake
I get this error during building, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project airavata-client-api: Compilation failure: Compilation failure: [ERROR] /Users/lahirugunathilake/work/airavata/git/airavata/modules/airavata-clien

Re: Error during start up of Airavata

2014-07-07 Thread Lahiru Gunathilake
Hi Saminda, I got more updates just now. I will build again and see. Thanks Lahiru On Mon, Jul 7, 2014 at 8:45 AM, Saminda Wijeratne wrote: > hmm... I thought I fixed this issue yesterday. Do you have the latest > trunk? > > > On Mon, Jul 7, 2014 at 8:35 AM, Lahiru Gunathilake > wrote: > >>

Re: Error during start up of Airavata

2014-07-07 Thread Saminda Wijeratne
hmm... I thought I fixed this issue yesterday. Do you have the latest trunk? On Mon, Jul 7, 2014 at 8:35 AM, Lahiru Gunathilake wrote: > [ERROR] Error occurred while executing : /* * * Licensed to the Apache > Software Foundation (ASF) under one * or more contributor license > agreements. See

Error during start up of Airavata

2014-07-07 Thread Lahiru Gunathilake
[ERROR] Error occurred while executing : /* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you un