Hi All, I am getting following exception in latest trunk. Any idea what the cause is ?
Thanks Amila [main] INFO org.apache.airavata.sample.gateway.executor.WorkflowExecutor - Workflow setting up completed ... [Thread-5] INFO org.apache.axis2.transport.http.HTTPSender - Unable to sendViaPost to url[http://192.168.0.13:8080/axis2/services/MsgBoxService] [main] INFO org.apache.axis2.transport.http.HTTPSender - Unable to sendViaPost to url[ http://192.168.0.13:8080/axis2/services/WorkflowInterpretor] org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521) at org.apache.airavata.wsmg.msgbox.client.CreateMsgBox.execute(CreateMsgBox.java:72) at org.apache.airavata.wsmg.msgbox.client.MsgBoxClient.createMessageBox(MsgBoxClient.java:46) at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:43) at org.apache.airavata.wsmg.client.CommonMsgBrokerClient.createPullMsgBox(CommonMsgBrokerClient.java:117) at org.apache.airavata.wsmg.client.WseMsgBrokerClient.createPullMsgBox(WseMsgBrokerClient.java:40) at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:89) at org.apache.airavata.ws.monitor.Monitor.subscribe(Monitor.java:227) at org.apache.airavata.ws.monitor.Monitor.start(Monitor.java:109) at org.apache.airavata.ws.monitor.Monitor$2.run(Monitor.java:155) org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.airavata.client.stub.interpretor.WorkflowInterpretorStub.launchWorkflow(WorkflowInterpretorStub.java:184) at org.apache.airavata.client.impl.ExecutionManagerImpl.launchWorkflow(ExecutionManagerImpl.java:283) at org.apache.airavata.client.impl.ExecutionManagerImpl.runExperimentGeneral(ExecutionManagerImpl.java:230) at org.apache.airavata.client.impl.ExecutionManagerImpl.runExperiment(ExecutionManagerImpl.java:174) at org.apache.airavata.sample.gateway.executor.WorkflowExecutor.runWorkflow(WorkflowExecutor.java:214) at org.apache.airavata.sample.gateway.executor.WorkflowExecutorTest.testRunWorkflow(WorkflowExecutorTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.airavata.client.stub.interpretor.WorkflowInterpretorStub.launchWorkflow(WorkflowInterpretorStub.java:184) at org.apache.airavata.client.impl.ExecutionManagerImpl.launchWorkflow(ExecutionManagerImpl.java:283) at org.apache.airavata.client.impl.ExecutionManagerImpl.runExperimentGeneral(ExecutionManagerImpl.java:230) at org.apache.airavata.client.impl.ExecutionManagerImpl.runExperiment(ExecutionManagerImpl.java:174) at org.apache.airavata.sample.gateway.executor.WorkflowExecutor.runWorkflow(WorkflowExecutor.java:214) at org.apache.airavata.sample.gateway.executor.WorkflowExecutorTest.testRunWorkflow(WorkflowExecutorTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) org.apache.airavata.ws.monitor.MonitorException: Failed to subscribe. at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:97) at org.apache.airavata.ws.monitor.Monitor.subscribe(Monitor.java:227) at org.apache.airavata.ws.monitor.Monitor.start(Monitor.java:109) at org.apache.airavata.ws.monitor.Monitor$2.run(Monitor.java:155) Caused by: org.apache.airavata.wsmg.client.MsgBrokerClientException: unable to create msgbox at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:45) at org.apache.airavata.wsmg.client.CommonMsgBrokerClient.createPullMsgBox(CommonMsgBrokerClient.java:117) at org.apache.airavata.wsmg.client.WseMsgBrokerClient.createPullMsgBox(WseMsgBrokerClient.java:40) at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:89) ... 3 more Caused by: org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521) at org.apache.airavata.wsmg.msgbox.client.CreateMsgBox.execute(CreateMsgBox.java:72) at org.apache.airavata.wsmg.msgbox.client.MsgBoxClient.createMessageBox(MsgBoxClient.java:46) at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:43) ... 6 more [Thread-7] INFO org.apache.axis2.transport.http.HTTPSender - Unable to sendViaPost to url[http://192.168.0.13:8080/axis2/services/MsgBoxService] org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521) at org.apache.airavata.wsmg.msgbox.client.CreateMsgBox.execute(CreateMsgBox.java:72) at org.apache.airavata.wsmg.msgbox.client.MsgBoxClient.createMessageBox(MsgBoxClient.java:46) at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:43) at org.apache.airavata.wsmg.client.CommonMsgBrokerClient.createPullMsgBox(CommonMsgBrokerClient.java:117) at org.apache.airavata.wsmg.client.WseMsgBrokerClient.createPullMsgBox(WseMsgBrokerClient.java:40) at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:89) at org.apache.airavata.ws.monitor.Monitor.subscribe(Monitor.java:227) at org.apache.airavata.ws.monitor.Monitor.start(Monitor.java:109) at org.apache.airavata.ws.monitor.Monitor$2.run(Monitor.java:155) org.apache.airavata.ws.monitor.MonitorException: Failed to subscribe. at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:97) at org.apache.airavata.ws.monitor.Monitor.subscribe(Monitor.java:227) at org.apache.airavata.ws.monitor.Monitor.start(Monitor.java:109) at org.apache.airavata.ws.monitor.Monitor$2.run(Monitor.java:155) Caused by: org.apache.airavata.wsmg.client.MsgBrokerClientException: unable to create msgbox at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:45) at org.apache.airavata.wsmg.client.CommonMsgBrokerClient.createPullMsgBox(CommonMsgBrokerClient.java:117) at org.apache.airavata.wsmg.client.WseMsgBrokerClient.createPullMsgBox(WseMsgBrokerClient.java:40) at org.apache.airavata.ws.monitor.WsmgClient.subscribe(WsmgClient.java:89) ... 3 more Caused by: org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521) at org.apache.airavata.wsmg.msgbox.client.CreateMsgBox.execute(CreateMsgBox.java:72) at org.apache.airavata.wsmg.msgbox.client.MsgBoxClient.createMessageBox(MsgBoxClient.java:46) at org.apache.airavata.wsmg.client.msgbox.MsgboxHandler.createPullMsgBox(MsgboxHandler.java:43) ... 6 more
