SOLO-4059

NoConsensusNodesFoundSoloError — Validation

NoConsensusNodesFoundSoloError

CodeSOLO-4059
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when no consensus nodes are found to operate on. solo derives the node set from the deployment and --node-aliases, so this means neither yielded any nodes — check your deployment or the --node-aliases input.

Troubleshooting Steps

  1. Verify the deployment has consensus nodes configured: solo deployment config info
  2. Deploy consensus nodes: solo consensus node setup
  3. Use –node-aliases to specify target nodes explicitly