after dockerization airavata server, rabbit MQ and airavta PGA are no longer running in a same local host, instead they are running in three separate dockers. airavata server needs rabbit MQ and its able to connect to the docker container which contains the rabbit MQ iat the container port. But problem arises when PGA tries to connect to the airavata server at its specific port(server:8930) its saying "unable to instantiate a client" in *AiravataServiceProvider.php* file because of network connection issue.
anyone has any idea why its not connecting to pga?? On Wed, Jun 24, 2015 at 6:43 PM, Pankaj Saha <[email protected]> wrote: > This is a very known issue when we install airavata server in our local > system. > solution is: we have to change the airvata-server and port in config_pga > and airavata properties file to establish connection between these two > servers. > > I m facing this same issue when installing the same in two different > dockers. Even after changing the server address and port number its still > saying unable to instantiate airavata client. > > I have verified the default gateway id is 'default' in both the places. > > any one has any idea?? > > this is my last step to dockerizing the whole airavata application. > > Thanks > Pankaj >
