Uploaded image for project: 'Airavata'
  1. Airavata
  2. AIRAVATA-624

Weird behavior when running a workflow after running the 10 minites sample

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 0.5
    • 0.5
    • WS-Messenger
    • None

    Description

      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 urlhttp://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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            chathuri Chathuri Wimalasena
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: