⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-5047
ArchiveTarFailedSoloError — System
ArchiveTarFailedSoloError
| Code | SOLO-5047 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot create a tar archive from a source path; the message names the source and wraps the underlying failure in cause. solo packages directories into tar archives (for example to bundle state or logs), so this means the archiving step failed — for example the source path was unreadable, a file changed during archiving, or the destination could not be written.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the source path exists and is readable:
- Check available disk space for the output archive