[
https://issues.apache.org/jira/browse/AIRAVATA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lahiru Gunathilake resolved AIRAVATA-1026.
------------------------------------------
Resolution: Invalid
This is not an issue, this is how gfac works, if user do not want to deal with
global handlers we they have to remove it from gfac-config.xml.
> 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
> Fix For: 0.13
>
>
> 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.2#6252)