You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2012/05/31 05:38:22 UTC

[jira] [Created] (AIRAVATA-441) Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty

Raminderjeet Singh created AIRAVATA-441:
-------------------------------------------

             Summary: Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty
                 Key: AIRAVATA-441
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-441
             Project: Airavata
          Issue Type: Bug
          Components: Workflow Interpreter, XBaya
    Affects Versions: 0.4-INCUBATING
            Reporter: Raminderjeet Singh


After updating the code from trunk, GFAC URL is coming empty. I manually added the URL as http://localhost:8080/axis2/services/GFacService and tried to invoke the workflow but nothing is happening. Logs does not show any error but servers are not running. 

XBaya console logs:

161379 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GFacInvoker - getWSDL service:http://localhost:8080/axis2/services/Dither_Pipeline_Extract/getWSDL
161891 [Thread-17] INFO org.apache.airavata.xbaya.invoker.AsynchronousInvoker - using message box at http://localhost:8080/axis2/services/MsgBoxService
161892 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GenericInvoker - inputMessage: <n1:invoke_InputParams
  xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
    <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
    <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
</n1:invoke_InputParams>
Setting output message
161938 [Thread-19] INFO org.apache.airavata.xbaya.lead.NotificationHandler - soapEnvelope: <S:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://www.w3.org/2005/08/addressing"
  xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy"
  xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Header>
        <wsa:To>http://156.56.192.1:8080/axis2/services/Dither_Pipeline_Extract</wsa:To>
        <wsa:Action>http://schemas.airavata.apache.org/gfac/type/invoke</wsa:Action>
        <wsa:ReplyTo>
            <wsa:Address>http://localhost:8080/axis2/services/MsgBoxService/clientid/08de0d2c-b633-4a33-b997-40cf2f5d976e</wsa:Address>
        </wsa:ReplyTo>
        <wsa:MessageID>uuid:d7c29a80-aad0-11e1-9cff-cb3b39fd5916</wsa:MessageID>
        <wor:context-header
          xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context">
            <wor:user-identifier>xbaya-user</wor:user-identifier>
            <wor:soa-service-eprs>
                <wor:gfac-url>http://localhost:8080/axis2/services/GFacService</wor:gfac-url>
                <wor:registry-url xsi:nil="true"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context" />
            </wor:soa-service-eprs>
            <wor:workflow-monitoring-context>
                <wor:experiment-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:experiment-id>
                <wor:workflow-instance-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:workflow-instance-id>
                <wor:workflow-node-id>Dither_Pipeline_Extract_invoke</wor:workflow-node-id>
                <wor:workflow-time-step>1</wor:workflow-time-step>
                <wor:service-instance-id>Dither_Pipeline_Extract_invoke</wor:service-instance-id>
                <wor:event-publish-epr>http://localhost:8080/axis2/services/EventingService</wor:event-publish-epr>
                <wor:msg-box-epr>http://localhost:8080/axis2/services/MsgBoxService</wor:msg-box-epr>
            </wor:workflow-monitoring-context>
            <wor:workflow-scheduling-context />
            <wor:security-context />
        </wor:context-header>
    </S:Header>
    <S:Body>
        <n1:invoke_InputParams
          xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
            <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
            <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
        </n1:invoke_InputParams>
    </S:Body>
</S:Envelope>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AIRAVATA-441) Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty

Posted by "Raminderjeet Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286773#comment-13286773 ] 

Raminderjeet Singh commented on AIRAVATA-441:
---------------------------------------------

We should give a option to user to register service IP's or alias. Currently every time my machine IP address changes, i have to restart the services.  Service url with http://localhost:8080/axis2/services/XXXX should work much better. For remote service we can as user to provide IP or alias name in parent pom or some property file. 
                
> Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty
> ------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-441
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-441
>             Project: Airavata
>          Issue Type: Bug
>          Components: Workflow Interpreter, XBaya
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Raminderjeet Singh
>
> After updating the code from trunk, GFAC URL is coming empty. I manually added the URL as http://localhost:8080/axis2/services/GFacService and tried to invoke the workflow but nothing is happening. Logs does not show any error but servers are not running. 
> XBaya console logs:
> 161379 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GFacInvoker - getWSDL service:http://localhost:8080/axis2/services/Dither_Pipeline_Extract/getWSDL
> 161891 [Thread-17] INFO org.apache.airavata.xbaya.invoker.AsynchronousInvoker - using message box at http://localhost:8080/axis2/services/MsgBoxService
> 161892 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GenericInvoker - inputMessage: <n1:invoke_InputParams
>   xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
>     <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
>     <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
> </n1:invoke_InputParams>
> Setting output message
> 161938 [Thread-19] INFO org.apache.airavata.xbaya.lead.NotificationHandler - soapEnvelope: <S:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://www.w3.org/2005/08/addressing"
>   xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy"
>   xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
>     <S:Header>
>         <wsa:To>http://156.56.192.1:8080/axis2/services/Dither_Pipeline_Extract</wsa:To>
>         <wsa:Action>http://schemas.airavata.apache.org/gfac/type/invoke</wsa:Action>
>         <wsa:ReplyTo>
>             <wsa:Address>http://localhost:8080/axis2/services/MsgBoxService/clientid/08de0d2c-b633-4a33-b997-40cf2f5d976e</wsa:Address>
>         </wsa:ReplyTo>
>         <wsa:MessageID>uuid:d7c29a80-aad0-11e1-9cff-cb3b39fd5916</wsa:MessageID>
>         <wor:context-header
>           xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context">
>             <wor:user-identifier>xbaya-user</wor:user-identifier>
>             <wor:soa-service-eprs>
>                 <wor:gfac-url>http://localhost:8080/axis2/services/GFacService</wor:gfac-url>
>                 <wor:registry-url xsi:nil="true"
>                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>                   xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context" />
>             </wor:soa-service-eprs>
>             <wor:workflow-monitoring-context>
>                 <wor:experiment-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:experiment-id>
>                 <wor:workflow-instance-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:workflow-instance-id>
>                 <wor:workflow-node-id>Dither_Pipeline_Extract_invoke</wor:workflow-node-id>
>                 <wor:workflow-time-step>1</wor:workflow-time-step>
>                 <wor:service-instance-id>Dither_Pipeline_Extract_invoke</wor:service-instance-id>
>                 <wor:event-publish-epr>http://localhost:8080/axis2/services/EventingService</wor:event-publish-epr>
>                 <wor:msg-box-epr>http://localhost:8080/axis2/services/MsgBoxService</wor:msg-box-epr>
>             </wor:workflow-monitoring-context>
>             <wor:workflow-scheduling-context />
>             <wor:security-context />
>         </wor:context-header>
>     </S:Header>
>     <S:Body>
>         <n1:invoke_InputParams
>           xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
>             <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
>             <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
>         </n1:invoke_InputParams>
>     </S:Body>
> </S:Envelope>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AIRAVATA-441) Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty

Posted by "Raminderjeet Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286293#comment-13286293 ] 

Raminderjeet Singh commented on AIRAVATA-441:
---------------------------------------------

This is happening when i am connected to IU VPN. I cant run GFAM services without VPN as job status is not returned but when i connect to VPN, GFAC service URL is empty in Xbaya. 
                
> Not able to invoke GFAC service if GFAC URL in invoke workflow is coming empty
> ------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-441
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-441
>             Project: Airavata
>          Issue Type: Bug
>          Components: Workflow Interpreter, XBaya
>    Affects Versions: 0.4-INCUBATING
>            Reporter: Raminderjeet Singh
>
> After updating the code from trunk, GFAC URL is coming empty. I manually added the URL as http://localhost:8080/axis2/services/GFacService and tried to invoke the workflow but nothing is happening. Logs does not show any error but servers are not running. 
> XBaya console logs:
> 161379 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GFacInvoker - getWSDL service:http://localhost:8080/axis2/services/Dither_Pipeline_Extract/getWSDL
> 161891 [Thread-17] INFO org.apache.airavata.xbaya.invoker.AsynchronousInvoker - using message box at http://localhost:8080/axis2/services/MsgBoxService
> 161892 [Thread-17] INFO org.apache.airavata.xbaya.invoker.GenericInvoker - inputMessage: <n1:invoke_InputParams
>   xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
>     <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
>     <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
> </n1:invoke_InputParams>
> Setting output message
> 161938 [Thread-19] INFO org.apache.airavata.xbaya.lead.NotificationHandler - soapEnvelope: <S:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://www.w3.org/2005/08/addressing"
>   xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy"
>   xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
>     <S:Header>
>         <wsa:To>http://156.56.192.1:8080/axis2/services/Dither_Pipeline_Extract</wsa:To>
>         <wsa:Action>http://schemas.airavata.apache.org/gfac/type/invoke</wsa:Action>
>         <wsa:ReplyTo>
>             <wsa:Address>http://localhost:8080/axis2/services/MsgBoxService/clientid/08de0d2c-b633-4a33-b997-40cf2f5d976e</wsa:Address>
>         </wsa:ReplyTo>
>         <wsa:MessageID>uuid:d7c29a80-aad0-11e1-9cff-cb3b39fd5916</wsa:MessageID>
>         <wor:context-header
>           xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context">
>             <wor:user-identifier>xbaya-user</wor:user-identifier>
>             <wor:soa-service-eprs>
>                 <wor:gfac-url>http://localhost:8080/axis2/services/GFacService</wor:gfac-url>
>                 <wor:registry-url xsi:nil="true"
>                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>                   xmlns:wor="http://schemas.airavata.apache.org/workflow-execution-context" />
>             </wor:soa-service-eprs>
>             <wor:workflow-monitoring-context>
>                 <wor:experiment-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:experiment-id>
>                 <wor:workflow-instance-id>_90955b2e_2d84_4a5d_b811_ef6973b85d2e</wor:workflow-instance-id>
>                 <wor:workflow-node-id>Dither_Pipeline_Extract_invoke</wor:workflow-node-id>
>                 <wor:workflow-time-step>1</wor:workflow-time-step>
>                 <wor:service-instance-id>Dither_Pipeline_Extract_invoke</wor:service-instance-id>
>                 <wor:event-publish-epr>http://localhost:8080/axis2/services/EventingService</wor:event-publish-epr>
>                 <wor:msg-box-epr>http://localhost:8080/axis2/services/MsgBoxService</wor:msg-box-epr>
>             </wor:workflow-monitoring-context>
>             <wor:workflow-scheduling-context />
>             <wor:security-context />
>         </wor:context-header>
>     </S:Header>
>     <S:Body>
>         <n1:invoke_InputParams
>           xmlns:n1="http://schemas.airavata.apache.org/gfac/type/Dither_Pipeline_Extract/xsd">
>             <ODI_Dither_VOTable>gsiftp://gridftp.lonestar.tacc.xsede.org//work/01437/ogce/odi/ODIDATA/11B_Full_7e8f123-ftrV.xml</ODI_Dither_VOTable>
>             <ODI_DataDir>/work/01437/ogce/odi/ODIDATA</ODI_DataDir>
>         </n1:invoke_InputParams>
>     </S:Body>
> </S:Envelope>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira