vsphere-iso: POST "/sdk": 502 Proxy Error
#631
Replies: 3 comments
-
|
The HTTP 502 typically indicates a server-side issue, such as a server overload, network problems, or a misconfiguration between the endpoints involved in processing the request. This is likely an issue in the upstream endpoint. Did the behavior begin to occur immediately after an upgrade from 7x to 8x or was it gradual? Try running the following on the VCSA to get the status of the services: service-control --status
You may need to restart the API facing services on the VCSA network instances: service-control --stop vsphere-ui
service-control --stop vpxd
service-control --start vpxd
service-control --start vsphere-ui
Recommend reaching out to Broadcom Support to investigate the reason for the HTTP 502 response from the vCenter instance. Ryan Johnson, VMware by Broadcom |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Ryan.
That was also my though so I did contact our provider to open a case. Currently awaiting for their feedback.
I don't run daily image builds so I'm not 100% sure. |
Beta Was this translation helpful? Give feedback.
-
|
The problem is no longer present. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview of the Issue
I've been using Packer / vsphere-iso for a long time without any issues but somehow it broke a few months ago and now I can't build new images:
Notes:
Reproduction Steps
Run "packer build ." with the provided demo project bellow, connect to a 8.0.x vSphere.
Packer Version
Packer v1.14.2 (Linux amd64)
Plugin Version and Builders
packer-plugin-vsphere_v2.0.0_x5.0_linux_amd64.Please select the builder.
vsphere-isovsphere-cloneVMware vSphere Version
8.0.3
Guest Operating System
Simplified Packer Buildfile
Omitted parameters: host,password,username,vcenter_server,datacenter,datastore,cluster, winrm communicator.
Operating System and Environment Details
Launched build from:
Log Fragments and
crash.logFilesBuild results:
This is the log without "PACKER_LOG=1" because the later is more verbose but does not provides more info about that 502 error.
Beta Was this translation helpful? Give feedback.
All reactions