Failed to execute update resource <DEPLOYMENT_NAME>: nested exception is io.netty.handler.timeout.ReadTimeoutException (WebClientRequestException)
YYYY-MM-DD:tt:mm:ss.723Z INFO provisioning [host='provisioning-service-app-59bdddf875-9hpvm' thread='reactor-http-epoll-1' user='tango-blueprint-BFbn2sNpouTDZf9q(user)' org='<ORG_ID>' trace='<TRACE_ID>' parent='<PARENT_ID>' span='<SPAN>'] com.vmware.xenon.common.SpringHostUtils.responseEntityToOperation:956 - [GET http://<IP>:8282/Cloud_Network_1] Service not found response, status code: 404, body: [{"timestamp":1692690955722,"path":"/Cloud_Network_1","status":404,"error":"Not Found","message":"404 NOT_FOUND \"No matching handler\"","requestId":"<REQUEST_ID>","@type":"org.springframework.web.server.ResponseStatusException"
404 NOT_FOUND \"ResourceId '<RESOURCE_ID>' not found.\"","requestId":"<REQUEST_ID>","@type":"org.springframework.web.server.ResponseStatusException"}]
networks:
- network: '${resource.Cloud_Network_1.name}'
This issue can be caused by an incorrect network property syntax in Cloud Template YAML.
To resolve this issue, update cloud template network property syntax from:
networks:
- network: '${resource.Cloud_Network_1.name}'
to:
networks:
- network: '${resource.Cloud_Network_1.id}'
For more information, see Network, security group, and load balancer resource examples in Automation Assembler.