SOLO-4059
NoConsensusNodesFoundSoloError — Validation
NoConsensusNodesFoundSoloError
| Code | SOLO-4059 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- Verify the deployment has consensus nodes configured: solo deployment config info
- Deploy consensus nodes: solo consensus node setup
- Use –node-aliases to specify target nodes explicitly