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
