Troubleshooting
Problem
A blank Data Sources page in IBM Cloud Pak for Security prevents users from viewing, adding, or managing data sources, effectively blocking the onboarding and operation of integrations within the platform.
Symptom
- The Data Sources UI does not load any content.
- No visible error message is displayed in the UI.
- One or more
udi-udiworkerpods are not in a healthy state.
Cause
The issue occurs when one or more udi-udiworker pods fail to initialize correctly or enter a crash loop. Since these pods are responsible for populating and managing data source metadata, their failure causes the CP4S Data Sources UI to load as blank
Environment
- Product: IBM Cloud Pak for Security (CP4S)
- Component: Universal Data Ingestion (UDI)
- Platform: Red Hat OpenShift
Diagnosing The Problem
Verify UDI worker pod status
Run the following command and check the status of udi-udiworker pod
oc get pods | grep udi-udiworker
One or more pods may be in the following states:
- Init
- CrashLoopBackOff
- 0/1 Ready
Check logs for UDI worker pods
Review the logs to confirm initialization or connectivity issues:
oc logs -l name=udi-udiworkers
If logs repeatedly show messages such as:
- Reconnecting to rabbit
- RabbitMQ connection failures
This indicates a backend messaging dependency issue affecting UDI initialization.
Resolving The Problem
- Restart the UDI worker pods
Delete the affected pods so OpenShift can recreate them:
oc delete pod -l name=udi-udiworker - Verify pod health
Ensure all udi-udiworker pods return to a healthy state:
oc get pods | grep udi-udiworker - All pods should be in Running state with 1/1 Ready status.
- Validate the Data Sources page
- Log in to the CP4S user interface.
- Navigate to Data Sources.
- Confirm that data sources are visible and can be added or managed.
Additional Information:
- If the UDI worker logs continue to display “reconnecting to rabbit”, follow the RabbitMQ recovery and troubleshooting steps outlined in the following documentation:
Refer to: https://www.ibm.com/docs/en/cloud-paks/cp-security/1.10.0?topic=troubleshooting-rabbitmq-pods-crash-after-installing-upgrading - Ensure RabbitMQ services and related dependencies are operational before restarting UDI pods.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
12 May 2026
UID
ibm17271524