⚠️ 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
| Code | SOLO-5085 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
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
- Use a consensus-node image that includes sha256sum, shasum, or openssl
- Check the image in use: kubectl get pod
-n -o jsonpath="{.spec.containers[*].image}"