Hi,
I' m working on an extension service for vCloud Director. I call my API extension URL via a POST request through REST client or java program and then orchestrator run a workflow, this workflow send results via amqp to my vCloud Director.
This solution works properly and I received response at my REST client program earlier! Now seems something went wrong as I am getting following error when I try to execute VCD API extension URI
Status Code: 504 Gateway Timeout
Content-Length: 11211
Content-Type: application/vnd.vmware.vcloud.error+xml;version=5.1
Date: Mon, 20 May 2013 06:51:28 GMT, Mon, 20 May 2013 06:53:28 GMT
Earlier I thought workflow taking more than 10 sec to execute so I increase the time from 10 sec to 120 sec even though I am getting same error, workflow properly get executed and perform its task.
I also verifies the rabbit MQ responseExchange and its associated Queue it seems response Queue received response from orchestrator workflow but it not delivered to REST client
Any idea or clue what goes wrong, your help will be appreciated.
-AVR
Any clue why it works sometime and sometime not work throw error unexpectedly. How I can prevent "504 Gateway Timeout" error.