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

SavedStateHashToolMissingSoloError — System

SavedStateHashToolMissingSoloError

CodeSOLO-5085
CategorySystem
OwnershipInfrastructure
RetryableNo

Description

Thrown when the consensus-node container has none of sha256sum, shasum, or openssl; the message names the pod. wait-for-stable-saved-state.sh fingerprints the saved-state directory with whichever of those is available to detect when background flushes stop changing disk contents, and this is permanent for a given image rather than something that resolves with more polling attempts, so solo fails fast instead of waiting out the full saved-state stability timeout.

Troubleshooting Steps

  1. Use a consensus-node image that includes sha256sum, shasum, or openssl
  2. Check the image in use: kubectl get pod -n -o jsonpath="{.spec.containers[*].image}"