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

NodeContainerCrashedSoloError — Component

NodeContainerCrashedSoloError

CodeSOLO-3094
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo detects that a consensus node’s container has entered a non-recoverable crash state (e.g. CrashLoopBackOff, OOMKilled) while polling for the node to become active. The underlying process will never recover on its own, so solo fails fast instead of exhausting the full polling timeout.

Troubleshooting Steps

  1. Check node pod status: kubectl get pods -n -l solo.hedera.com/node-name=
  2. View previous container logs: kubectl logs -n -l solo.hedera.com/node-name= –previous
  3. Review solo logs: tail -n 100 ~/.solo/logs/solo.log