Raminderjeet Singh created AIRAVATA-1026:
--------------------------------------------

             Summary: GFacAPI logic to load input/output handlers is not 
working property
                 Key: AIRAVATA-1026
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1026
             Project: Airavata
          Issue Type: Bug
          Components: GFac
            Reporter: Raminderjeet Singh


I have a grid machine with Gram server but no GridFTP server. I tried to 
customize gfac-config.xml for a application to have a custom chain like below.  
Logic is calling GridFTP input/output handlers also after calling the SCP 
handlers. Work around this problem is to create a copy of GramProvider and then 
add that to application tag. 

<Application name="Echo_carter" 
class="org.apache.airavata.gfac.provider.impl.GramProvider" 
host="org.apache.airavata.schemas.gfac.impl.GlobusHostTypeImpl">
    <InHandlers>
            <Handler 
class="org.apache.airavata.gfac.handler.SCPDirectorySetupHandler"/>
            <Handler class="org.apache.airavata.gfac.handler.SCPInputHandler"/>
    </InHandlers>
    <OutHandlers>
       <Handler class="org.apache.airavata.gfac.handler.SCPOutputHandler"/>
    </OutHandlers>
     </Application>



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to