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
