⚠️ 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

CodeSOLO-3007
CategoryComponent
OwnershipSolo
RetryableNo

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

  1. Verify the output directory is writable
  2. Check available disk space: df -h
  3. Review solo logs: tail -n 100 ~/.solo/logs/solo.log