You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2014/09/28 15:42:33 UTC

[jira] [Created] (AIRAVATA-1456) SSH session not closed for input/output handers

Raminderjeet Singh created AIRAVATA-1456:
--------------------------------------------

             Summary: SSH session not closed for input/output handers
                 Key: AIRAVATA-1456
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1456
             Project: Airavata
          Issue Type: Bug
          Components: GFac
    Affects Versions: 0.14
            Reporter: Raminderjeet Singh


Following need to be added to ssh and gsissh handlers

finally {
                if (cluster != null) {
                    try {
                        cluster.disconnect();
                    } catch (SSHApiException e) {
                        throw new GFacProviderException(e.getMessage(), e);
                    }
                }
            }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)