Overview
This guide covers the most common issues encountered when working with Xloud Load Balancer — provisioning delays, member health failures, 503 errors, and TLS handshake problems.For platform-level issues such as appliance provisioning failures or service agent
outages, refer to the Load Balancer Admin Guide — Troubleshooting.
Provisioning Issues
Load balancer stuck in PENDING_CREATE
Load balancer stuck in PENDING_CREATE
Cause: The load balancing agent did not receive or complete the provisioning request.Diagnose:If status remains Resolution: Contact your platform administrator if the appliance does not appear.
The load balancing service agent may need to be restarted.
Check provisioning status
PENDING_CREATE after 5 minutes, verify the appliance was created:List appliances for this load balancer
Load balancer in ERROR status after creation
Load balancer in ERROR status after creation
Cause: The appliance provisioning failed — common causes include exhausted
management network DHCP pool or unavailable appliance image.Diagnose:Review the
Check provisioning status detail
fault field for a specific error message.Resolution: This is a platform-level issue. See the Admin Guide for resolution steps.Member Health Issues
Members showing OFFLINE or ERROR
Members showing OFFLINE or ERROR
Cause: Health monitor probes are failing. Common reasons:Test the health endpoint directly from a host on the same subnet:Resolution: Verify that security groups allow ingress on the member port from
the load balancer VIP address. Add a rule if missing:
- Application not running on the configured member port
- Security group blocking probe traffic from the load balancer VIP subnet
- Health check URL returning a non-2xx status code
- Application is not ready (still starting up)
Show member detail
Test health endpoint manually
Allow LB probe traffic in security group
Member flapping between ONLINE and OFFLINE
Member flapping between ONLINE and OFFLINE
Cause: The health check timeout is too short, or the application has slow response
times under load.Resolution: Increase the health monitor timeout:
Increase health monitor timeout
Traffic Issues
503 Service Unavailable from load balancer
503 Service Unavailable from load balancer
Uneven traffic distribution
Uneven traffic distribution
Cause: Member weights are unequal, or sticky sessions are routing traffic to
a subset of members.Diagnose:Resolution: Reset all member weights to equal values:
Check member weights
Normalize member weight
TLS Issues
TLS handshake failures on HTTPS listener
TLS handshake failures on HTTPS listener
Cause: Certificate container reference is invalid, the certificate has expired,
or the private key does not match the certificate.Diagnose:Check certificate expiration:Resolution: Upload a valid certificate through Xloud Key Manager and update
the listener’s TLS container reference:
Verify TLS container is accessible
View certificate content
Update listener TLS container
Status Reference
| Provisioning Status | Meaning |
|---|---|
ACTIVE | Resource is operational |
PENDING_CREATE | Provisioning in progress |
PENDING_UPDATE | Update in progress |
PENDING_DELETE | Deletion in progress |
ERROR | Operation failed — inspect the fault field |
| Operating Status | Meaning |
|---|---|
ONLINE | Resource is up and passing health checks |
OFFLINE | Resource is administratively disabled |
DEGRADED | Some sub-resources are in error |
ERROR | Resource has failed health checks |
NO_MONITOR | No health monitor configured — traffic still sent |
Next Steps
Health Monitors
Review health monitor configuration to resolve OFFLINE member issues.
Listeners
Verify listener protocol and TLS configuration after resolving issues.
Load Balancer Admin Troubleshooting
Platform-level diagnostics for appliance and service agent failures.
Create Load Balancer
Start fresh with a correctly configured load balancer if needed.