You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Chathuri Wimalasena (JIRA)" <ji...@apache.org> on 2012/10/29 14:34:12 UTC

[jira] [Created] (AIRAVATA-624) Weird behavior when running a workflow after running the 10 minites sample

Chathuri Wimalasena created AIRAVATA-624:
--------------------------------------------

             Summary: Weird behavior when running a workflow after running the 10 minites sample
                 Key: AIRAVATA-624
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-624
             Project: Airavata
          Issue Type: Bug
          Components: WS-Messenger
    Affects Versions: 0.5
            Reporter: Chathuri Wimalasena
             Fix For: 0.5


I run a simple workflow first. I ran without issue except for the issue reported in AIRAVATA-622. Then I run the 10 minutes sample. After that I tried to run my first workflow again. Now I could not run the workflow and following error message is printed in airavata server console. 

[ERROR] unablet to publish the lead message
org.apache.airavata.wsmg.client.MsgBrokerClientException: unable to publish msg
	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:91)
	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:680)
Caused by: org.apache.axis2.AxisFault: Timeout waiting for connection
	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
	... 12 more
Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
	... 23 more
[INFO] Unable to sendViaPost to url[http://192.168.17.1:8080/axis2/services/EventingService/topic/e45ce2a1-7e71-4d41-a763-485cf3d5b1a0]
org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (AIRAVATA-624) Weird behavior when running a workflow after running the 10 minites sample

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake closed AIRAVATA-624.
---------------------------------------

    
> Weird behavior when running a workflow after running the 10 minites sample
> --------------------------------------------------------------------------
>
>                 Key: AIRAVATA-624
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-624
>             Project: Airavata
>          Issue Type: Bug
>          Components: WS-Messenger
>    Affects Versions: 0.5
>            Reporter: Chathuri Wimalasena
>             Fix For: 0.5
>
>
> I run a simple workflow first. I ran without issue except for the issue reported in AIRAVATA-622. Then I run the 10 minutes sample. After that I tried to run my first workflow again. Now I could not run the workflow and following error message is printed in airavata server console. 
> [ERROR] unablet to publish the lead message
> org.apache.airavata.wsmg.client.MsgBrokerClientException: unable to publish msg
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:91)
> 	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
> 	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
> 	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
> 	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
> 	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:680)
> Caused by: org.apache.axis2.AxisFault: Timeout waiting for connection
> 	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
> 	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
> 	... 12 more
> Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
> 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
> 	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
> 	... 23 more
> [INFO] Unable to sendViaPost to url[http://192.168.17.1:8080/axis2/services/EventingService/topic/e45ce2a1-7e71-4d41-a763-485cf3d5b1a0]
> org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
> 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
> 	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
> 	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
> 	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
> 	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
> 	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
> 	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
> 	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (AIRAVATA-624) Weird behavior when running a workflow after running the 10 minites sample

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake resolved AIRAVATA-624.
-----------------------------------------

    Resolution: Cannot Reproduce
    
> Weird behavior when running a workflow after running the 10 minites sample
> --------------------------------------------------------------------------
>
>                 Key: AIRAVATA-624
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-624
>             Project: Airavata
>          Issue Type: Bug
>          Components: WS-Messenger
>    Affects Versions: 0.5
>            Reporter: Chathuri Wimalasena
>             Fix For: 0.5
>
>
> I run a simple workflow first. I ran without issue except for the issue reported in AIRAVATA-622. Then I run the 10 minutes sample. After that I tried to run my first workflow again. Now I could not run the workflow and following error message is printed in airavata server console. 
> [ERROR] unablet to publish the lead message
> org.apache.airavata.wsmg.client.MsgBrokerClientException: unable to publish msg
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:91)
> 	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
> 	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
> 	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
> 	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
> 	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:680)
> Caused by: org.apache.axis2.AxisFault: Timeout waiting for connection
> 	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
> 	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
> 	... 12 more
> Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
> 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
> 	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
> 	... 23 more
> [INFO] Unable to sendViaPost to url[http://192.168.17.1:8080/axis2/services/EventingService/topic/e45ce2a1-7e71-4d41-a763-485cf3d5b1a0]
> org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
> 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
> 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
> 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
> 	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
> 	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.client.commons.NotificationProducer.deliverMessage(NotificationProducer.java:68)
> 	at org.apache.airavata.wsmg.client.WseMsgBrokerClient.publish(WseMsgBrokerClient.java:88)
> 	at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:110)
> 	at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
> 	at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
> 	at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.receivedResult(ProvenanceNotifierImpl.java:327)
> 	at org.apache.airavata.xbaya.jython.lib.ServiceNotificationSender.serviceFinished(ServiceNotificationSender.java:208)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:360)
> 	at org.apache.airavata.xbaya.invoker.GenericInvoker$1.call(GenericInvoker.java:348)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira