The login error is same even after #5 troubleshooting. I attached the
output for ps wwwaux | grep api-orch command, but I'm not sure of what is
the exact issue.
Please let me know your suggestions.

Thanks,
Keerthi



On Wed, Feb 20, 2019 at 4:47 PM Christie, Marcus Aaron <[email protected]>
wrote:

> Hi Keerthi,
>
> See #5 in Troubleshooting [0].  Make sure that the api server is running.
> You can run "ps wwwaux | grep api-orch" to check if it is running.
>
>
> https://docs.google.com/document/d/19anefh_IOrzXKlumyq6xcdBLfU01ReJTocixwsDBgus/edit#heading=h.pk0sk8chmuok
>
> On Feb 20, 2019, at 10:52 AM, Keerthi N <[email protected]> wrote:
>
> Hello Marcus,
>
> The solution you suggested absolutely worked. All the installations were
> successful but on an attempt to login at PGA url using admin_username and
> admin_password failed with an error "The Airavata Servers are currently
> down....",  I attached screenshot below.
>
> Any help would be appreciated.
>
> Thanks,
> Keerthi
>
> On Mon, Feb 18, 2019 at 5:43 PM Christie, Marcus Aaron <[email protected]>
> wrote:
>
>> Hi Keerthi,
>>
>> The "Stop daemons if running" task fails but that is expected since the
>> daemons haven't been installed yet. The "Copy distributions ..." task fails
>> because it looks like that build of Airavata failed? However, I think maybe
>> you are building the master branch of Airavata but the Helix distributions
>> aren't in the master branch. Make sure the git_branch is changed from
>> "master" to "develop" here in the standalone/group_vars/all/vars.yml [0]
>> file.
>>
>> [0]
>> https://github.com/apache/airavata/blob/develop/dev-tools/ansible/inventories/standalone/group_vars/all/vars.yml#L41
>>
>>
>> On Feb 12, 2019, at 8:51 PM, Keerthi N <[email protected]> wrote:
>>
>> Thanks, Marcus, Firewalld issue was resolved. But choosing to try centos
>> docker for Airavata installation has been a rough so far. Just on a side
>> note, I like to mention that I tried on Windows but ansible installation
>> isn't successful, then tried on Ubuttu (dualboot) with Virtualbox but
>> has vboxdrv kernel module missing issue.
>>
>> So with centos docker, here is another issue while executing
>> ansible-playbook -i inventories/standalone airavata.yml (screenshot is
>> attached): *Can't find Java Virtual Machine*. I tried multiple things
>> which I would like to list down for reference, some of them might not sound
>> sensible enough but I was just desperately trying if any of them works.
>>
>> 1. Maven installation steps included in common/tasks/main.yml because I
>> checked for mvn -version in docker and it's not recognized although yum
>> install maven package is present. And the error after trying this
>> is  JAVA_HOME should point to a        JDK not a JRE
>> 2. Explicitly set JAVA_HOME through ansible script, but still the same
>> error. Then I tried to output java -version which went blank although it's
>> been installed beforehand through ansible scripts.
>> 3. Included Java installation steps in the common/tasks/main.yml file
>> itself along with maven but still java -version didn't give any output msg
>> in ansible execution.
>> 3. In main airavata.yml file I changed "common" role to roles similar
>> to java, env-setup (i.e, no become,become_user) *This successfully
>> executed the ansible-playbook command*. But in the next step for *helix-setup
>> failed *at the task to stop daemons running failed error No such
>> daemon.sh file exists for all the files listed in with_items (the error is
>> attached as well)
>>
>>
>> Moreover, I'm surprised when I directly executed mvn clean install in
>> docker, the airavata Build is Successful even before step 2, the screenshot
>> of which I attached as well. I felt this is something to do with
>> become_user: {{user}} issue and tried to get rid of it, change it to root
>> but nothing worked. Also I'm wondering whether helix-setup step and
>> airavata build are related, so before trying anything further, I thought to
>> share and take help from you all.
>>
>>
>> Thanks,
>> Keerthi
>>
>>
>>
>> On Fri, Feb 8, 2019 at 5:02 PM Christie, Marcus Aaron <[email protected]>
>> wrote:
>>
>>> Sure. Just looks for the lines related to firewalld in the Ansible role.
>>> For example, for the env_setup role you would comment out these lines [0].
>>>
>>> [0]
>>> https://github.com/apache/airavata/blob/05db6bcd44e70067e154243401c16b3a1f96ac2d/dev-tools/ansible/roles/env_setup/tasks/main.yml#L32-L59
>>>
>>> On Feb 8, 2019, at 2:54 PM, Keerthi N <[email protected]> wrote:
>>>
>>> Thank you Marcus, that's helpful. If you don't mind can you direct me to
>>> the exact file where I can make appropriate changes.
>>>
>>> Thanks,
>>> Keerthi
>>>
>>> On Fri, Feb 8, 2019 at 1:59 PM Christie, Marcus Aaron <[email protected]>
>>> wrote:
>>>
>>>> Hi Keerthi,
>>>>
>>>> I don't have experience trying to run Airavata in a CentOS 7 Docker
>>>> container. Honestly I hadn't thought of doing that, but it would be
>>>> interesting to see what it takes to get it working. I do have a couple
>>>> thoughts.
>>>>
>>>> First, we've had good success using VirtualBox to run CentOS 7 in a VM.
>>>> There are many tutorials out there, but I also wrote up some notes on
>>>> creating a CentOS 7 VM [0], especially with respect to configuring the
>>>> networking. So if you get stuck with running on a Docker container, there
>>>> is always the VirtualBox VM approach.
>>>>
>>>> Second, looks like the issue you are having is between firewalld and
>>>> Docker. A quick web search shows me that there may be some issues getting
>>>> those two to work together. That said, if there isn't a firewall running on
>>>> the container, perhaps you don't need to open ports in the firewall. You
>>>> can just comment out those parts of the Ansible scripts in that case.
>>>>
>>>> Sincerely,
>>>>
>>>> Marcus
>>>>
>>>> [0]
>>>> https://marcus.4christies.com/2019/01/how-to-create-a-virtualbox-vm-with-a-static-ip-and-internet-access/
>>>>
>>>> On Feb 8, 2019, at 11:53 AM, Keerthi N <[email protected]> wrote:
>>>>
>>>> Hello,
>>>>
>>>> I used centos 7 container for Airavata installation using guidelines
>>>> mentioned in the Airavata+Django installation document. I encountered an
>>>> error (attached below) at the Database installation step (*ansible-playbook
>>>> -i inventories/standalone database.yml)*
>>>>
>>>> The firewalld  is not running in the centos 7 container even after
>>>> trying to enable/start firewalld and iptables. The error message for both
>>>> cases are attached to this email. Also I tried to restart the docker but
>>>> there is no difference in the errors.
>>>>
>>>>
>>>> If you have any suggestions to fix and move forward with the
>>>> installation process, please let me know.
>>>>
>>>>
>>>> Thanks,
>>>> Keerthi
>>>>
>>>> <ipaddr.png><current_status.png><firwalld.png><iptables.png>
>>>>
>>>>
>>>>
>>> <helix_error.png><mvn_error.png><build_success_on_docker.png>
>>
>>
>> <Screenshot from 2019-02-20 09-43-38.png>
>
>
>
root      5124  0.6  1.5 4341704 136800 tty6   Sl   22:55   0:03 java 
-classpath 
:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/abdera-1.0.0.wso2v3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/activation-1.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-api-server-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-api-stubs-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-client-configuration-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-client-samples-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-commons-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-credential-store-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-credential-store-stubs-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-data-models-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-gfac-client-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-gfac-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-gfac-impl-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-gfac-service-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-messaging-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-model-utils-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-orchestrator-client-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-orchestrator-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-orchestrator-service-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-registry-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-registry-cpi-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-security-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-server-configuration-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-sharing-registry-server-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-sharing-registry-stubs-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/airavata-standalone-server-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/amqp-client-3.5.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/annotations-1.3.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ant-1.6.5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ant-1.7.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ant-1.7.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ant-launcher-1.7.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aopalliance-1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/apache-log4j-extras-1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/api-all-1.0.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/asm-3.3.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aurora-client-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-autoscaling-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudformation-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudfront-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudsearch-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudtrail-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudwatch-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cloudwatchmetrics-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cognitoidentity-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-cognitosync-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-core-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-datapipeline-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-directconnect-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-dynamodb-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-ec2-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-elasticache-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-elasticbeanstalk-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-elasticloadbalancing-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-elastictranscoder-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-emr-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-glacier-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-iam-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-importexport-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-kinesis-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-logs-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-opsworks-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-rds-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-redshift-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-route53-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-s3-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-ses-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-simpledb-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-simpleworkflow-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-sns-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-sqs-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-storagegateway-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-sts-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-support-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/aws-java-sdk-swf-libraries-1.9.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/axiom-1.2.11.wso2v4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/axiom-api-1.2.11.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/axiom-impl-1.2.11.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/axis2-1.6.1.wso2v4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/bcpkix-jdk15on-1.56.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/bcprov-jdk15-132.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/bcprov-jdk15on-1.56.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/c3p0-0.9.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/canl-2.1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cluster-monitoring-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-beanutils-1.8.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-cli-1.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-codec-1.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-collections-3.2.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-collections-3.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-configuration-1.7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-dbcp-1.4.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-dbcp-1.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-digester-1.8.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-el-1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-email-1.3.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-fileupload-1.2.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-fileupload-1.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-httpclient-3.1.0.wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-httpclient-3.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-io-2.0.0.wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-io-2.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-lang-2.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-lang3-3.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-logging-1.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-math-2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-net-1.4.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-pool-1.5.6.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/commons-pool-1.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/compass-2.0.1.wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/compute-account-provisioning-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/contiperf-2.3.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/core-3.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cors-filter-1.0.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/curator-client-2.8.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/curator-framework-2.8.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-api-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-bindings-soap-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-bindings-xml-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-core-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-databinding-jaxb-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-databinding-xmlbeans-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-features-clustering-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-frontend-jaxws-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-frontend-simple-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-transports-http-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-ws-addr-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/cxf-rt-ws-policy-2.7.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/db-event-manager-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derby-10.13.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbyclient-10.13.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbyclient.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derby.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbynet-10.13.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbynet.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbytools-10.13.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/derbytools.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/dom4j-1.6.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/dozer-5.4.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ganymed-ssh2-262.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-activation_1.1_spec-1.0.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-javamail_1.4_spec-1.7.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-jms_1.1_spec-1.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-jpa_2.0_spec-1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-jta_1.1_spec-1.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/geronimo-stax-api_1.0_spec-1.0.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/groovy-2.4.7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/groovy-templates-2.4.7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/groovy-xml-2.4.7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/gson-2.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/gss-2.1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/guava-20.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/guice-4.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hadoop-client-1.0.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hadoop-core-1.0.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hamcrest-all-1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hamcrest-core-1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hazelcast-3.0.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hazelcast-3.0.1.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/hsqldb-1.8.0.10.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/httpclient-4.5.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/httpcore-4.4.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/iam-admin-services-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ibatis-sqlmap-2.3.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/icu4j-3.4.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-annotations-2.5.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-core-2.5.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-core-asl-1.9.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-databind-2.5.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-jaxrs-1.9.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-jaxrs-base-2.6.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-jaxrs-json-provider-2.6.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-mapper-asl-1.9.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-module-jaxb-annotations-2.6.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jackson-xc-1.9.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jakarta-regexp-1.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jasper-compiler-5.5.12.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jasper-runtime-5.5.12.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/javax.cache.wso2-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/javax.inject-1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/java-xmlbuilder-0.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/javax.servlet-3.0.0.v201112011016.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/javax.ws.rs-api-2.0.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jaxb-impl-2.1.13.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jaxen-1.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jboss-logging-3.1.4.GA.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jcip-annotations-1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jcl-over-slf4j-1.7.25.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jdbc-pool-7.0.34.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jdom-1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jets3t-0.8.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-6.1.26.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-client-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-continuation-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-http-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-io-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-security-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-server-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-servlet-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-servlets-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-util-6.1.26.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jetty-util-8.1.11.v20130520.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jline-0.9.94.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/joda-time-2.10.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jopt-simple-3.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jsch-0.1.53.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/json-20160212.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/json-simple-1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jsp-2.1-6.1.14.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jsp-api-2.1-6.1.14.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/jsse-2.1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/junit-4.12.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/kafka-clients-1.0.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/keycloak-admin-client-2.5.5.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/keycloak-common-2.5.5.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/keycloak-core-2.5.5.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/kfs-0.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/libthrift-0.10.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/log4j-1.2.17.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/logback-classic-1.2.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/logback-core-1.2.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/lz4-java-1.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/mail-1.4.5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/mariadb-java-client-2.0.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/mina-core-2.0.16.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/mockito-all-1.8.5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/myproxy-2.1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/myproxy-logon-1.7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-core-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-delegation-client-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-delegation-common-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-delegation-server-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-oauth-1.0a-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-servlet-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-storage-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ncsa-security-util-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/neethi-2.0.4.wso2v4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/neethi-3.0.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/netty-3.2.2.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/not-yet-commons-ssl-0.3.9.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/oa4mp-client-api-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/oa4mp-client-loader-oauth1-1.1.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/oauth-20100527.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/oauth-provider-20100527.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/openjpa-2.4.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.log4j-1.2.13.v200706111418.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.oltu.oauth2.client-1.0.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.oltu.oauth2.common-1.0.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.servicemix.bundles.antlr-2.7.7_5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.servicemix.bundles.dom4j-1.6.1_5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.eclipse.equinox.http.helper-1.1.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.eclipse.osgi.services-3.3.100.v20120522-1822.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.balana.utils-1.0.0-wso2v6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.base-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.bootstrap-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.core-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.identity.entitlement.common-4.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.identity.entitlement.stub-4.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.identity.oauth.stub-4.2.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.logging-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.ndatasource.common-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.ndatasource.rdbms-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.queuing-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.registry.api-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.registry.core-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.registry.xboot-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.securevault-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.user.api-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.user.core-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.carbon.utils-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/org.wso2.securevault-1.0.0-wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/oro-2.0.8.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/poi-3.9.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/poi-scratchpad-3.9.0.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/poi-scratchpad-3.9.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/profile-service-commons-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/profile-service-server-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/profile-service-stubs-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/profile-tenant-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/profile-user-core-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/quartz-2.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/quartz-jobs-2.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/registry-api-service-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/registry-api-stubs-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/resteasy-client-3.0.14.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/resteasy-jackson2-provider-3.0.14.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/resteasy-jaxrs-3.0.14.Final.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/Saxon-HE-9.6.0-1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/serp-1.15.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/services-security-0.17-SNAPSHOT.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/servlet-api-2.5-20081211.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/servlet-api-2.5-6.1.14.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/servlet-api-2.5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/shiro-core-1.2.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/slf4j-api-1.7.25.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/slf4j-log4j12-1.7.25.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/smack-3.0.4.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/smackx-3.0.4.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/snakeyaml-1.15.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/snappy-java-1.1.4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/sshj-0.6.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/ssl-proxies-2.1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/stax2-api-3.1.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-annotations-api-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-api-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-catalina-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-catalina-ha-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-embed-core-7.0.22.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-embed-jasper-7.0.22.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-embed-logging-juli-7.0.22.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-ha-7.0.34.wso2v1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-jdbc-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-juli-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-tribes-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/tomcat-util-7.0.34.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/unicore-client-wrapper-1.7.2_1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/woodstox-core-asl-4.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/wrapper-3.2.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/wsdl4j-1.6.2.wso2v4.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/wsdl4j-1.6.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/wss4j-1.6.5.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/wstx-asl-3.2.9.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xalan-2.7.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xbean-asm6-shaded-4.8.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xercesImpl-2.9.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xml-apis-1.0.b2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlbeans-2.5.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlbeans-xpath-2.6.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlenc-0.52.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlParserAPIs-2.6.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xml-resolver-1.2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/XmlSchema-1.4.7-wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/XmlSchema-1.4.7.wso2v2.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlschema-core-2.0.3.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xmlsec-1.5.1.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xom-1.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xpp3-1.1.6.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/xpp5-1.2.8.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/zookeeper-3.4.0.jar
 org.apache.airavata.server.ServerMain --servers=api-orch
root      5768  0.0  0.0 112708   968 tty6     R+   23:04   0:00 grep 
--color=auto api-orch

Reply via email to