SOLO-3042

BlockNodeAddExternalFailedSoloError — Component

BlockNodeAddExternalFailedSoloError

CodeSOLO-3042
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Inspect the remote config for the registered node: solo deployment config info
  3. Inspect block node pods: kubectl get pods -A -l block-node.hiero.com/type=block-node
  4. If the issue persists, report it with your solo log