Re: 0.15 branch build fail

2015-07-01 Thread Supun Nakandala
Hi Shameera, This was caused by my merge operation. Some files were not added to the commit. Now I have fixed the issue. Thanks On Thu, Jul 2, 2015 at 2:47 AM, Shameera Rathnayaka wrote: > Hi Dev, > > Please note the $subject. here is the build error. > > > WARNING] COMPILATION WARNING : > [IN

Re: Docker communication across containers

2015-07-01 Thread Pankaj Saha
Hi Shameera, Yes your suggested changes are working and I am able to run all three docker containers. regarding the containers ip, we will pass them as environment variable during docker container creation instead of linking them. Properties files values will be replaced with the env variables in

0.15 branch build fail

2015-07-01 Thread Shameera Rathnayaka
Hi Dev, Please note the $subject. here is the build error. WARNING] COMPILATION WARNING : [INFO] - [WARNING] /opt/airavata/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java: /opt/airavata/airavata-api/a

Re: Docker communication across containers

2015-07-01 Thread Shameera Rathnayaka
Hi Pankaj, I could able to reproduce this with my docker images and finally fix it :) . Here are the steps i followed in order to fix this. all you need to change is few properties in airavata-server.properties. - changed apiserver.server.host=localhost to apiserver.server.host= // in my

Re: Airavata API server service port 8930

2015-07-01 Thread Shameera Rathnayaka
Hi Amila, Yeah, there are many places we haven't use java coding standards and we need to fix all of it. I think this is something we can expect in open source world. We should push new committers plus regular committers to follow basic standard and best practices in their commits. Code reviews ar

Re: Orchestrator

2015-07-01 Thread Suresh Marru
John, Doug, If you haven’t spoken to any one on Orchestrator yet, I am available now to chat. Find me on hip chat and lets go from there. Suresh On Wed, Jul 1, 2015 at 1:18 AM Douglas Chau wrote: > Hey Devs, > > John and I are currently looking into adding the “meta-scheduling” > capabilities

Re: Airavata API server service port 8930

2015-07-01 Thread Amila Jayasekara
Not related to main question but noted an inconsistency. "startAiravataServer", "StartOrchestratorServer" and "StartGfacServer". Why AiravataAPIServer is different from others ? and are these "StartXXX" are methods ? then they should probably start with simple case. Thanks -Thejaka On Tue, Jun

Re: [DISCUSS] Data models for 0.16 and beyond

2015-07-01 Thread Supun Nakandala
As a starting place you can check this class https://github.com/apache/airavata/blob/master/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java On Wed, Jul 1, 2015 at 8:59 AM, John Weachock wrote: > Excellent! Do you