SOLO-3059
NodeClientSetupFailedSoloError — Component
NodeClientSetupFailedSoloError
| Code | SOLO-3059 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify consensus node pods are running: kubectl get pods -n
- Check port-forward status: solo deployment refresh port-forwards
- Inspect node logs: kubectl logs
-n