SOLO-3042
BlockNodeAddExternalFailedSoloError — Component
BlockNodeAddExternalFailedSoloError
| Code | SOLO-3042 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot register an external block node with the deployment; the underlying failure is wrapped in cause. Adding an external block node records a block node that runs outside this deployment so consensus nodes can use it, so this means that registration step failed — for example the provided endpoint was unreachable or the remote configuration could not be updated.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect the remote config for the registered node: solo deployment config info
- Inspect block node pods: kubectl get pods -A -l block-node.hiero.com/type=block-node
- If the issue persists, report it with your solo log