SOLO-5048
ArchiveUntarFailedSoloError — System
ArchiveUntarFailedSoloError
| Code | SOLO-5048 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot extract a tar archive; the message names the archive and wraps the underlying failure in cause. solo unpacks tar archives it downloads or restores, so this means extraction failed — for example the archive is corrupt or truncated, or the destination directory could not be written.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the archive is a valid tar file:
- Check the archive is not corrupted
- Verify available disk space in the extraction destination