SOLO-3059

NodeClientSetupFailedSoloError — Component

NodeClientSetupFailedSoloError

CodeSOLO-3059
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot set up the Hedera SDK client for the network; the underlying failure is wrapped in cause. Setup wires the client to the network node endpoints and operator account before any SDK calls, so this means that configuration step failed — for example endpoints could not be resolved or operator credentials were missing or invalid.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify consensus node pods are running: kubectl get pods -n
  3. Check port-forward status: solo deployment refresh port-forwards
  4. Inspect node logs: kubectl logs -n