changing default mode to passive
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/aa27ce10 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/aa27ce10 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/aa27ce10 Branch: refs/heads/master Commit: aa27ce109a6b62dab19739051b40fbecc15a4389 Parents: 3eb9163 Author: Lahiru Gunathilake <[email protected]> Authored: Mon Mar 23 15:38:20 2015 -0400 Committer: Lahiru Gunathilake <[email protected]> Committed: Mon Mar 23 15:38:20 2015 -0400 ---------------------------------------------------------------------- .../apache/airavata/client/samples/CreateLaunchExperiment.java | 2 +- .../server/src/main/resources/airavata-server.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/aa27ce10/airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/samples/CreateLaunchExperiment.java ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/samples/CreateLaunchExperiment.java b/airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/samples/CreateLaunchExperiment.java index 231da87..e65acb4 100644 --- a/airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/samples/CreateLaunchExperiment.java +++ b/airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/samples/CreateLaunchExperiment.java @@ -58,7 +58,7 @@ public class CreateLaunchExperiment { private static final String DEFAULT_GATEWAY = "php_reference_gateway"; private static Airavata.Client airavataClient; - private static String echoAppId = "Echo_78c785c6-3748-4a93-8569-19fee56581bc"; + private static String echoAppId = "Echo_5dd52cd4-f9a0-459f-9baf-f8e715e44548"; private static String mpiAppId = "HelloMPI_720e159f-198f-4daa-96ca-9f5eafee92c9"; private static String wrfAppId = "WRF_7ad5da38-c08b-417c-a9ea-da9298839762"; private static String amberAppId = "Amber_aa083c86-4680-4002-b3ef-fad93c181926"; http://git-wip-us.apache.org/repos/asf/airavata/blob/aa27ce10/modules/configuration/server/src/main/resources/airavata-server.properties ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties index 2d8bc48..61ee3c5 100644 --- a/modules/configuration/server/src/main/resources/airavata-server.properties +++ b/modules/configuration/server/src/main/resources/airavata-server.properties @@ -137,7 +137,7 @@ myproxy.password= myproxy.life=3600 # XSEDE Trusted certificates can be downloaded from https://software.xsede.org/security/xsede-certs.tar.gz trusted.cert.location=/Users/lahirugunathilake/Downloads/certificates -gfac.passive=false +gfac.passive=true # SSH PKI key pair or ssh password can be used SSH based authentication is used. # if user specify both password authentication gets the higher preference @@ -233,8 +233,8 @@ rabbitmq.exchange.name=airavata_rabbitmq_exchange ########################################################################### #job.submitter=org.apache.airavata.orchestrator.core.impl.GFACEmbeddedJobSubmitter -#job.submitter=org.apache.airavata.orchestrator.core.impl.GFACPassiveJobSubmitter -job.submitter=org.apache.airavata.orchestrator.core.impl.GFACRPCJobSubmitter +job.submitter=org.apache.airavata.orchestrator.core.impl.GFACPassiveJobSubmitter +#job.submitter=org.apache.airavata.orchestrator.core.impl.GFACRPCJobSubmitter job.validators=org.apache.airavata.orchestrator.core.validator.impl.SimpleAppDataValidator,org.apache.airavata.orchestrator.core.validator.impl.ExperimentStatusValidator submitter.interval=10000 threadpool.size=10
