Validation and Troubleshooting
Use this page to verify output integrity and quickly diagnose common workflow problems.
|
|
1. 1. Validate Run Manifest
# Pick one generated run manifest
kub-dataset manifest-validate cemdb/locations/arz/v0.1.0/simulations/single/run_YYYY-MM-DD_HH-MM-SS/manifest.json
# Strict mode
kub-dataset manifest-validate --strict cemdb/locations/arz/v0.1.0/simulations/single/run_YYYY-MM-DD_HH-MM-SS/manifest.json
2. 2. Verify Dataset and Version Resolution
kub-dataset summary arz --version 0.1.0 --cemdb-root cemdb/locations
3. 3. Common Issues
| Symptom | Likely cause | Check/fix |
|---|---|---|
|
Apptainer executable or image path missing |
Check |
Run submitted but status shows no manifests |
Job failed early |
Inspect launcher log in run directory ( |
Dashboard shows zero runs |
Index stale or wrong CEMDB root |
Run |
Manifest validation fails on missing artifacts |
Partial or failed postprocessing |
Re-run simulation, then validate again; inspect |
4. 4. Minimal Post-Run Health Check
# 1) Summary
kub-dataset summary arz --version 0.1.0 --cemdb-root cemdb/locations
# 2) Recent run status
kub-simulate status arz --version 0.1.0 --cemdb-root cemdb/locations --last 5
# 3) Dashboard index
kub-dashboard print-index --cemdb-root cemdb
5. Next Step
Proceed to Command Cheatsheet.