Yes that is a problem. It should have populated when you start Airavata-server. 
I had similar problem https://issues.apache.org/jira/browse/AIRAVATA-441 when i 
was connected to VPN. Problem was that GFAC URL was not registered with 
Airavata Registry so service call was not working. 

Lahiru is there a way to register/update GFAC URL manually into registry in 
case its not registered automatically. 

Thanks
Raminder


On Jun 14, 2012, at 11:30 AM, Reardon, Chris wrote:

> Hey Raminder,
> 
> I definitely did this step: 
> "Lastly, we will register a Deployment Description using menu XBaya -> New -> 
> Application Description... It describes how GFac will invoke a command-line 
> application for a specific Web Service (Service Description) on a particular 
> host (Host Description).
> Give a name, an executable location, and a temporary directory to store 
> runtime data. Since we have only a Service Description and a Host 
> Description, it is automatically selected. Note:When you fill the Executable 
> location replace AIRAVATA_HOME path with your extracted location."
> 
> I believe I can verify this by looking at the JCR Registry Browser, and under 
> Applications I see my app.
> 
> The only other thing I see that's odd is that the "GFac URL" in this image: 
> http://incubator.apache.org/airavata/documentation/system/airavata-in-10-minutes/9.png
>  is not populated automatically for me.  Could that be a problem?  I have 
> tried leaving it blank and using 
> http://127.0.0.1:8080/axis2/services/GFacService. 
> 
> Thanks,
> Chris
> 
> ________________________________________
> From: Raminderjeet Singh [[email protected]]
> Sent: Thursday, June 14, 2012 11:11 AM
> To: [email protected]
> Subject: Re: could not load WSDL
> 
> Hi Chris,
> 
> WSDL is created at Service description step. Inputs and outputs you describe 
> while defining service are WSDL input/output ports. Can you please verify you 
> followed the Application Description registration step? I remember seeing 
> similar error when i missed that step.
> 
> Thanks
> Raminder
> 
> 
> On Jun 14, 2012, at 10:52 AM, Reardon, Chris wrote:
> 
>> Hi again Marlon,
>> 
>> You used the binaries and that worked for you?
>> 
>> Please tell me, at what point does the WSDL file get created?
>> 
>> Thanks,
>> Chris
>> ________________________________________
>> From: Marlon Pierce [[email protected]]
>> Sent: Thursday, June 14, 2012 10:46 AM
>> To: [email protected]
>> Subject: Re: could not load WSDL
>> 
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>> 
>> Hi Chris--
>> 
>> Version 0.3 RC3 is currently up for release vote.  It may be more useful to 
>> look at that instead.  See the [discuss] and [vote] threads.
>> 
>> 
>> Marlon
>> 
>> 
>> On 6/14/12 10:24 AM, Reardon, Chris wrote:
>>> Hi Lahiru,
>>> 
>>> I'm using the "Binaries" from the download page located here: 
>>> http://www.apache.org/dyn/closer.cgi/incubator/airavata/0.2-incubating/apache-airavata-0.2-incubating-bin.tar.gz
>>> 
>>> I'm following step 4 exactly as it is here:  
>>> http://incubator.apache.org/airavata/documentation/system/airavata-in-10-minutes.html,
>>>  substituting my correct filepath for AIRAVATA_HOME in the 6th image.  The 
>>> EchoService is added to the Component list.  When I try to run the workflow 
>>> (step 6) I get the error.
>>> 
>>> At what point should the wsdl file (mentioned in the errror) be created?
>>> 
>>> Thanks,
>>> Chris
>>> ________________________________________
>>> From: Lahiru Gunathilake [[email protected]]
>>> Sent: Wednesday, June 13, 2012 11:45 PM
>>> To: [email protected]
>>> Subject: Re: could not load WSDL
>>> 
>>> Hi Chris,
>>> Which version of Airavata are you using? I am sure you did some mistake 
>>> during service registration . Can you please double check your steps again.
>>> 
>>> Lahiru
>>> 
>>> Sent from my iPhone
>>> 
>>> On Jun 13, 2012, at 2:42 PM, "Reardon, Chris" <[email protected]> wrote:
>>> 
>>>> Hello everyone,
>>>> 
>>>> I'm new to airavata and I'm just trying to run through the tutorials.  I'm 
>>>> using the airavata binaries and I've made my way through the "Airavata in 
>>>> Five Minutes" section.  In the "Ten Minutes" section, when I try to run 
>>>> the workflow, I get these errors, and the workflow fails to invoke:
>>>> 
>>>> org.apache.airavata.xbaya.XBayaException: could not load WSDL from 
>>>> http://localhost:8080/axis2/services/EchoService/getWSDL
>>>> at 
>>>> org.apache.airavata.xbaya.invoker.GFacInvoker.setup(GFacInvoker.java:120) 
>>>> ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.invoker.GenericInvoker.setup(GenericInvoker.java:243)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.invoker.GenericInvoker.setup(GenericInvoker.java:193)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.interpretor.WorkflowInterpreter.handleWSComponent(WorkflowInterpreter.java:779)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.interpretor.WorkflowInterpreter.executeDynamically(WorkflowInterpreter.java:563)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.interpretor.WorkflowInterpreter.scheduleDynamically(WorkflowInterpreter.java:305)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> at 
>>>> org.apache.airavata.xbaya.graph.dynamic.gui.DynamicWorkflowRunnerWindow$3.run(DynamicWorkflowRunnerWindow.java:370)
>>>>  ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> Caused by: xsul.wsdl.WsdlException: could not load WSDL from 
>>>> http://localhost:8080/axis2/services/EchoService/getWSDL
>>>> at xsul.wsdl.WsdlResolver.loadWsdl(WsdlResolver.java:163) 
>>>> ~[xsul-2.10.5_d.jar:2.10.5_d]
>>>> at xsul.wsdl.WsdlResolver.loadWsdl(WsdlResolver.java:113) 
>>>> ~[xsul-2.10.5_d.jar:2.10.5_d]
>>>> at 
>>>> org.apache.airavata.xbaya.invoker.GFacInvoker.setup(GFacInvoker.java:112) 
>>>> ~[xbaya-gui-0.2-incubating.jar:0.2-incubating]
>>>> ... 6 common frames omitted
>>>> Caused by: java.io.IOException: Server returned HTTP response code: 500 
>>>> for URL: http://localhost:8080/axis2/services/EchoService/getWSDL
>>>> at 
>>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403)
>>>>  ~[na:1.6.0_24]
>>>> at xsul.wsdl.WsdlResolver.loadWsdl(WsdlResolver.java:154) 
>>>> ~[xsul-2.10.5_d.jar:2.10.5_d]
>>>> ... 8 common frames omitted
>>>> 
>>>> Any thoughts on what I'm doing wrong?
>>>> 
>>>> Thanks,
>>>> Chris Reardon
>>> 
>>> 
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>> 
>> iQEcBAEBAgAGBQJP2flOAAoJEEfVXEODPFIDkPkH/RPC1x5FXAwSjA/EDj4xAGrj
>> +z5X3DlmL7wlBsIxOKhZG8zHkeBzhcSFj6x+LGapsb1sqPy2RxFIXWcoLhfi9ddy
>> qLOEQC/pO+5deLKrP32snCNGOFyp7HqcUsSbY9yUL1r0z1gejSu6Ik8aSP/nf8hr
>> LVFSf4R+RFsu6xUtCR1fmrn6XbORHZqf4AVw4618XkPTJk1FPeHnMeIrLudEjT63
>> 5XRvLPmM7WmaYwN6rx3OZVKyZhJeYq3yk6/DzVuW5aTS0oHOx5tusgw9c+EhEFNd
>> cFDFnZ1PuYxYtywNy40XPJ+SpGnonuGJUJUh/RSMvEG/majqBH8AivD79ILeX0o=
>> =wO0T
>> -----END PGP SIGNATURE-----
>> 
>> 
> 
> 
> 

Reply via email to