SOLO-5070
InitSystemFilesFailedSoloError — System
InitSystemFilesFailedSoloError
| Code | SOLO-5070 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot initialize its system files; the underlying failure is wrapped in cause. solo lays down the files it needs under its home directory during initialization, so this means that step failed — for example the directory was not writable or a file could not be created.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify write permissions for the Solo home directory (~/.solo)
- Check available disk space
- Re-run initialization: solo init