This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 349c837 Fixing the build
349c837 is described below
commit 349c83754bcabf5261b3e82ac7a5fa0db1f5f50d
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Thu Mar 14 00:23:42 2019 -0400
Fixing the build
---
.../java/org/apache/airavata/tools/load/StorageResourceManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tools/load-client/src/main/java/org/apache/airavata/tools/load/StorageResourceManager.java
b/tools/load-client/src/main/java/org/apache/airavata/tools/load/StorageResourceManager.java
index 7f7527f..31c30a1 100644
---
a/tools/load-client/src/main/java/org/apache/airavata/tools/load/StorageResourceManager.java
+++
b/tools/load-client/src/main/java/org/apache/airavata/tools/load/StorageResourceManager.java
@@ -40,7 +40,7 @@ public class StorageResourceManager {
public void init() throws IOException, AgentException {
storageAdaptor.init(gatewayStoragePreference.getLoginUserName(),
- storageResource.getHostName(),
+ storageResource.getHostName(), 22,
readFile(publicKeyFile, Charset.defaultCharset()),
readFile(privateKeyFile, Charset.defaultCharset()),
passPhrase);