Troubleshoot Data Designer¶
Learn how to troubleshoot common issues with NeMo Data Designer in a local NeMo Platform setup.
Prerequisites¶
Before troubleshooting, make sure:
- The
nemoCLI is installed and available:nemo --help. - Local platform services are running from
nemo setupornemo services run. - Your CLI context points at the workspace where the Data Designer job or fileset was created. Use
nemo workspaces listto confirm available workspaces.
Check Platform Health¶
Verify that the local platform API is ready:
If the health check fails, re-run setup:
Check Service Logs¶
Local setup writes service output to .nemo-services.log in the directory where services were started.
Look for startup errors, provider authentication failures, port conflicts, or Data Designer request failures.
Common Issues¶
- Port conflicts: Ensure port
8080is not in use by another local application. - Authentication: Confirm that the model provider configured by
nemo setuphas a valid API key. - Network connectivity: Ensure your machine can reach package indexes and configured model-provider endpoints.
- No healthy upstream (503): A
503response can mean services are still starting. Wait for readiness, then retry the request. - Dataset access: Confirm that referenced filesets exist in the selected workspace and that remote dataset credentials are configured when required.
Next steps¶
- Tutorial: Data Designer Tutorials covers common generation workflows.
- How-to: Set Up NeMo Platform covers local setup and service startup.
- Explanation: Data Designer Overview explains configuration, execution, and service behavior.
- Reference: API Reference lists Data Designer endpoints.
- Troubleshooting: Troubleshooting Overview links to other service troubleshooting pages.