Hi,
vCD 10, vRO 7.6
I have created a workflow that creates organizations in vCD. When I run a workflow published in vCD, it is not executing.
Executing Workflow message pops up and nothing happens, like below.
The same workflow running directly on vRO is done correctly and finishes its work by setting up an organization.
Below is the log from the vCD cell during workflow. An error is marked in red, when I press FINISH and the workflow should be run but nothing happens.
/opt/vmware/vcloud-director/logs/2020_03_31.request.log
10.50.1.1 - - [31/Mar/2020:10:11:47 +0200] "GET https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/presentation HTTP/1.1" 200 5401 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 309
10.50.1.1 - - [31/Mar/2020:10:11:47 +0200] "POST https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/presentation/instances HTTP/1.1" 200 4806 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 469
10.50.1.1 - - [31/Mar/2020:10:11:48 +0200] "PUT https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/presentation/instances/02a980fd-e59b-4a03-8c01-a4a19f9af65e HTTP/1.1" 200 4838 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 572
10.50.1.1 - - [31/Mar/2020:10:11:49 +0200] "GET https://10.50.1.60/cloudapi/vro/servers/urn:vcloud:vroServer:6579939c-41ef-4b23-86b2-8368bacbb524/sdkObjects/vCloud:Host HTTP/1.1" 200 376 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 124
10.50.1.1 - - [31/Mar/2020:10:11:53 +0200] "GET https://10.50.1.60/api/query?type=adminTask&format=records&page=1&pageSize=50&filter=startDate=gt=2020-03-30T20:11:52.766Z&sortDesc=startDate&links=true HTTP/1.1" 200 1955 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 15
10.50.1.1 - - [31/Mar/2020:10:11:59 +0200] "PUT https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/presentation/instances/02a980fd-e59b-4a03-8c01-a4a19f9af65e HTTP/1.1" 200 5009 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 574
10.50.1.1 - - [31/Mar/2020:10:12:00 +0200] "PUT https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/presentation/instances/02a980fd-e59b-4a03-8c01-a4a19f9af65e HTTP/1.1" 200 5009 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 538
10.50.1.1 - - [31/Mar/2020:10:12:00 +0200] "POST https://10.50.1.60/cloudapi/workflows/urn:vcloud:serviceItem:dd9d99ca-e2d5-44bb-8c80-edb170c8126b/executions HTTP/1.1" 500 11151 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 359
10.50.1.1 - - [31/Mar/2020:10:12:03 +0200] "GET https://10.50.1.60/api/query?type=adminTask&format=records&page=1&pageSize=50&filter=startDate=gt=2020-03-30T20:12:02.766Z&sortDesc=startDate&links=true HTTP/1.1" 200 1955 "https://vcd.lab.domain.pl/provider/libraries/service-items" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0" 16
Local IP vCloud Director is 10.50.1.60, gateway 10.50.1.1. vCloud Director is behind NAT, when I run localy workflow (form the same subnet) everything is the same.
any idea? :smileygrin: