Hi Pankaj, Thanks for your quick response. Here is my Dockerfile content: I am running airavata in ubuntu image in Oracle virtual box.
************Dockerfile start******************* FROM ubuntu #RUN apt-get update -y && apt-get install -y maven #RUN apt-get update -y && apt-get install -y git # jdk installation is required for maven build #RUN apt-get update -y && apt-get install -y openjdk-8-jdk #RUN git clone https://github.com/pkmsoftpro/airavata.git #RUN cd airavata && mvn clean install -Dmaven.test.skip=true #CMD ["/airavata/modules/distribution/src/main/resources/bin/airavata-server-start.sh", "-d", "api-orch"] COPY target/apache-airavata-server-0.17-SNAPSHOT-bin.tar.gz /apache-airavata-server.tar.gz RUN mkdir airavata RUN apt-get update && apt-get install -y xz-utils RUN tar -xf apache-airavata-server.tar.gz -C airavata #RUN 'cd airavata/apache-airavata-server-0.17-SNAPSHOT/bin ; pwd' #RUN pwd EXPOSE 8008 CMD ["/airavata/apache-airavata-server-0.17-SNAPSHOT/bin/airavata-server-start.sh", "-d", "api-orch"] **********************Dockerfile end************************************* In my oracle virutal box there is a CentOs image in which I run airavata. When I run ps -ef | grep airavata.. I can see lot of processes running (attaching the output, too big to paste here). So to run the airavata server successfully, I need to run all the airavata processes that are running in the CentOS machine. Please let me know if I am doing anything wrong or I need to set up some more stuff in my Dockerfile. Thanks. Prashant ________________________________________ From: Pankaj Saha [[email protected]] Sent: Wednesday, October 17, 2018 11:05 AM To: dev Subject: Re: facing issue when trying to create docker image of Airavata Hello Prashant, I will be happy to help you. Can you please elaborate the issue a little bit? I a not sure if you are running the Docker image on the local machine or running the Airavata inside a virtual machine. If you are running the docker image then the command to start Airavata server should be the command (CMD) for the container. CMD can be set while building the image or can be used in an entry point (ENTRYPOINT) script. Can you please share your Dockerfile and explain the issue again. Thanks Pankaj On Wed, Oct 17, 2018 at 11:48 AM Modak, Prashant Kumar <[email protected]<mailto:[email protected]>> wrote: Hi Pankaj, I am facing an issue. I cloned the airavata repository(https://github.com/apache/airavata.git) and after building(mvn clean install) it, I ran it using command: sh airavata-server-start.sh -d api-orch. It ran properly and I can see the airvata image also but its not showing any process running. prashant@prashant-VirtualBox:~/Desktop/airavata/modules/distribution/src/main/resources/bin$ ps -ef | grep airavata prashant 3536 3379 0 11:38 pts/0 00:00:00 grep --color=auto airavata So the same this is happening with my Dockerfile script also. Please provide any insight upon this. Will be very thankful. Thanks and Regards, Prashant ________________________________________ From: Pankaj Saha [[email protected]<mailto:[email protected]>] Sent: Sunday, October 7, 2018 2:01 PM To: dev Subject: Re: facing issue when trying to create docker image of Airavata Glad it worked. Thanks Pankaj On Sun, Oct 7, 2018 at 2:55 PM Modak, Prashant Kumar <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> wrote: Hi Pankaj, It worked thanks. Regards, Prashant ________________________________________ From: Pankaj Saha [[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>] Sent: Saturday, October 6, 2018 4:11 PM To: dev Subject: Re: facing issue when trying to create docker image of Airavata while running the docker build, it can not see any file/directory outside of the current context. so if your Dokerfile located in a directory, it will load that directory and any subdirectories of it as the current context. Placing the Dockerfile in /home is not a good idea as this will take a long time to load entire /home and all its content. So as a solution, place Dockerfile where the SNAPSHOT is getting generated after compilation. it should work. On Sat, Oct 6, 2018 at 5:00 PM Modak, Prashant Kumar <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>><mailto:[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>>> wrote: Hi Dev, I am facing issue while trying to create docker image of Airavata project. I have create a Dockerfile, in which i have added a COPY command, while trying to run COPY /home/prashant/Desktop/airavata/modules/distribution/target/apache-airavata-server-0.17-SNAPSHOT-bin.tar.gz apache-airavata-server.tar.gz it's giving me exception: COPY failed: stat /var/lib/docker/tmp/docker-builder209765050/home/prashant/Desktop/airavata/modules/distribution/target/apache-airavata-server-0.17-SNAPSHOT-bin.tar.gz: no such file or directory I check for this issue online and tried multiple ways to resolve it, but the issue still exists. Please advice, if anyone faced the same issue. Thanks and Regards. Prashant
root 2411 1 6 08:47 tty1 00:00:14 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.2.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.4.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/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/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.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.2.0.jar:/home/pga/master-deployment/api-orchestrator/apache-airavata-server-0.17-SNAPSHOT/lib/openjpa-all-2.2.0.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.13.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/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 2813 1363 0 08:51 tty1 00:00:00 grep --color=auto airavata
