⚠️ 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-3007
NodeDebugArchiveFailedSoloError — Component
NodeDebugArchiveFailedSoloError
| Code | SOLO-3007 |
| Category | Component |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when solo cannot create the debug archive it assembles for troubleshooting; the underlying failure is wrapped in cause. The archive bundles a node’s logs and diagnostic data, and reaching this failure points to a problem in solo’s archive-creation logic rather than user or infrastructure input, so it is treated as an internal Solo error and should be reported with the full error output.
Troubleshooting Steps
- Verify the output directory is writable
- Check available disk space: df -h
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log