On Fri, Jan 25, 2013 at 10:42 AM, Lahiru Gunathilake <[email protected]> wrote: > Hi Amila, > > If this fails when we configure airavata-server.properties in to a > different database, Ideally we should read this configuration from one > place.. > > I think this is redundant information user have to configure ...IMHO we > should read this database configuration from airavata-server.properties.
In a practical deployment we will have a separate user store. So it will not be same as the airavata database configurations. The user store also could be a LDAP server. So it is not a feasible solution to assume all data is placed in the airavata registry database. Therefore the configuration data we are specifying is not "redundant". But to make life easier for people who want to get something running quickly we can read database configurations from airavata-server.properties file if database configurations are not specified in the authenticators.xml. I will create a Jira for this. Thanks Amila > > Regards > Lahiru > > On Fri, Jan 25, 2013 at 10:38 AM, Amila Jayasekara > <[email protected]>wrote: > >> On Fri, Jan 25, 2013 at 10:31 AM, Raminder Singh >> <[email protected]> wrote: >> > I have created a JIRA task to document this step. >> > >> > https://issues.apache.org/jira/browse/AIRAVATA-716 >> >> Thanks Chathuri, for fixing this. >> Regards, >> Amila >> >> > >> > Raminder >> > On Jan 25, 2013, at 10:28 AM, Heshan Suriyaarachchi wrote: >> > >> >> I think we need to add these to documentation :) >> >> >> >> On Fri, Jan 25, 2013 at 10:26 AM, Heshan Suriyaarachchi < >> >> [email protected]> wrote: >> >> >> >>> The issue I had was due to the fact that I have not updated the >> >>> authenticators.xml. After updating it, the issue I had went away. >> >>> >> >>> On Fri, Jan 25, 2013 at 10:03 AM, Heshan Suriyaarachchi < >> >>> [email protected]> wrote: >> >>> >> >>>> Hi, >> >>>> >> >>>> I was able to run the 5min and 10mins tutorials. >> >>>> >> >>>> I was able to deploy the airvata web app on Tomcat with the default >> >>>> configuration. The server started up successfully but when I setup >> Airavata >> >>>> to talk to a mysql backend I'm getting the error [1]. Before starting >> >>>> Airavata, I dropped my previous database which contains Airavata >> >>>> configurations and created a new database. >> >>>> >> >>>> [1] - http://pastebin.com/eg73vS3f >> >>>> >> >>>> >> >>>> On Thu, Jan 24, 2013 at 1:46 PM, Lahiru Gunathilake < >> [email protected]>wrote: >> >>>> >> >>>>> On Thu, Jan 24, 2013 at 1:01 PM, Amila Jayasekara >> >>>>> <[email protected]>wrote: >> >>>>> >> >>>>>> JNLP distribution is also seems to be good. Verified the 5 min >> >>>>>> tutorial with it. (Actually took more that 5 mins :)). >> >>>>>> >> >>>>> U mean including the distribution dowloading time ? :) >> >>>>> >> >>>>>> >> >>>>>> Thanks >> >>>>>> Amila >> >>>>>> >> >>>>>> On Wed, Jan 23, 2013 at 4:56 PM, Chathuri Wimalasena >> >>>>>> <[email protected]> wrote: >> >>>>>>> I also ran basic scenarios with derby and 5 mins and 10 mins >> >>>>> tutorials. I >> >>>>>>> also did not encounter any issues. Will do more testing using mysql >> >>>>> as >> >>>>>>> well. >> >>>>>>> >> >>>>>>> Regards, >> >>>>>>> Chathuri >> >>>>>>> >> >>>>>>> On Wed, Jan 23, 2013 at 4:48 PM, Lahiru Gunathilake < >> >>>>> [email protected] >> >>>>>>> wrote: >> >>>>>>> >> >>>>>>>> Hi All, >> >>>>>>>> >> >>>>>>>> I ran airavata-client and registered some services and created a >> >>>>>> workflow >> >>>>>>>> and ran it on trestles, first I have tested with default >> >>>>> configuration >> >>>>>> and >> >>>>>>>> then I have hosted the war files and pointed on mysql and both >> >>>>> scenarios >> >>>>>>>> worked. >> >>>>>>>> >> >>>>>>>> Then I ran a complex workflow after registering those applications >> >>>>>> using a >> >>>>>>>> client code and ran the workflow on trestles and worked fine. >> >>>>>>>> Configurations was pointing to a remote mysql instance. >> >>>>>>>> >> >>>>>>>> Everything worked fine ! >> >>>>>>>> >> >>>>>>>> Lahiru >> >>>>>>>> >> >>>>>>>> On Wed, Jan 23, 2013 at 11:56 AM, Saminda Wijeratne < >> >>>>> [email protected] >> >>>>>>>>> wrote: >> >>>>>>>> >> >>>>>>>>> There is a small update in the binary packs a few mins ago... If >> >>>>> you >> >>>>>> have >> >>>>>>>>> downloaded the packs before that please use the new packs. >> >>>>>>>>> >> >>>>>>>>> Thanks, >> >>>>>>>>> Saminda >> >>>>>>>>> >> >>>>>>>>> On Tue, Jan 22, 2013 at 11:09 PM, Saminda Wijeratne < >> >>>>>> [email protected] >> >>>>>>>>>> wrote: >> >>>>>>>>> >> >>>>>>>>>> Hi Devs, >> >>>>>>>>>> >> >>>>>>>>>> My apologies for the late RC3 due to a delay on my part. Please >> >>>>> bare >> >>>>>>>> with >> >>>>>>>>>> me for one last test cycle before we call for a vote. You will >> >>>>> find >> >>>>>>>> the >> >>>>>>>>>> RC3 ready for testing @ >> >>>>>>>>>> https://dist.apache.org/repos/dist/dev/airavata/0.6/RC3/. As >> >>>>> before >> >>>>>>>>>> please test and report any issues to the jira [2]. >> >>>>>>>>>> >> >>>>>>>>>> Following distributions are available [1] for testing, >> >>>>>>>>>> *Server distributions *(both in zip & tar.gz formats) >> >>>>>>>>>> *[Standalone-Server] - >> >>>>> *apache-airavata-server-0.6-SNAPSHOT-bin.zip >> >>>>>>>>>> *[Server-As-a-WebApp] - >> >>>>> apache-airavata-server-0.6-SNAPSHOT-war.zip* >> >>>>>>>>>> *Client distributions *(both in zip & tar.gz formats) >> >>>>>>>>>> *[API-Client] *- apache-airavata-client-0.6-SNAPSHOT-bin.zip >> >>>>>>>>>> *[GUI-Client] *- apache-airavata-xbaya-gui-0.6-SNAPSHOT-bin.zip >> >>>>>>>>>> *[GUI-Client] - *apache-airavata-xbaya-gui-0.6-SNAPSHOT-jnlp.zip >> >>>>>>>>>> *Source pack* >> >>>>>>>>>> apache-airavata-0.6-SNAPSHOT-src.zip >> >>>>>>>>>> >> >>>>>>>>>> *Here are some pointers for testing* >> >>>>>>>>>> - Verify the fixed issues[3] >> >>>>>>>>>> - Verify the basic workflow composition/execution/monitoring >> >>>>>> scenarios >> >>>>>>>>>> from Airavata 5 & 10 min tutorials [4],[5] >> >>>>>>>>>> - Verify basic use-cases for Airavata API [6] are working >> >>>>>>>>>> - Verify client usecases relating to Paramberoo & ODI >> >>>>>>>>>> - Verify the stability with derby & mysql backend databases >> >>>>>>>>>> - Verify that the XBaya JNLP distribution works (we need >> >>>>>> documentation >> >>>>>>>> on >> >>>>>>>>>> how to deploy it) >> >>>>>>>>>> - Verify deploying Airavata server in a tomcat distribution (we >> >>>>> need >> >>>>>>>>>> documentation on how to deploy it) >> >>>>>>>>>> - Verify that the unit tests & integration tests in the source >> >>>>> pack >> >>>>>>>>>> >> >>>>>>>>>> Thanks, >> >>>>>>>>>> Saminda >> >>>>>>>>>> >> >>>>>>>>>> 1. https://dist.apache.org/repos/dist/dev/airavata/0.6/RC3/ >> >>>>>>>>>> 2. https://issues.apache.org/jira/browse/AIRAVATA >> >>>>>>>>>> 3. >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>> >> >>>>>> >> >>>>> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20AIRAVATA%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%20%220.6%22%20ORDER%20BY%20priority%20DESC >> >>>>>>>>>> 4. >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>> >> >>>>>> >> >>>>> >> http://airavata.apache.org/documentation/system/airavata-in-5-minutes.html >> >>>>>>>>>> 5. >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>> >> >>>>>> >> >>>>> >> http://airavata.apache.org/documentation/system/airavata-in-10-minutes.html >> >>>>>>>>>> 6. >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>> >> >>>>>> >> >>>>> >> https://cwiki.apache.org/confluence/display/AIRAVATA/Gateway+Developer+Guide >> >>>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> -- >> >>>>>>>> System Analyst Programmer >> >>>>>>>> PTI Lab >> >>>>>>>> Indiana University >> >>>>>>>> >> >>>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> -- >> >>>>> System Analyst Programmer >> >>>>> PTI Lab >> >>>>> Indiana University >> >>>>> >> >>>> >> >>>> >> >>>> >> >>>> -- >> >>>> Regards, >> >>>> Heshan Suriyaarachchi >> >>>> >> >>>> http://heshans.blogspot.com/ >> >>>> http://www.linkedin.com/in/heshan >> >>>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Regards, >> >>> Heshan Suriyaarachchi >> >>> >> >>> http://heshans.blogspot.com/ >> >>> http://www.linkedin.com/in/heshan >> >>> >> >> >> >> >> >> >> >> -- >> >> Regards, >> >> Heshan Suriyaarachchi >> >> >> >> http://heshans.blogspot.com/ >> >> http://www.linkedin.com/in/heshan >> > >> > > > > -- > System Analyst Programmer > PTI Lab > Indiana University
