SOLO-3057
NodeClientLoadFailedSoloError — Component
NodeClientLoadFailedSoloError
| Code | SOLO-3057 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot load the Hedera SDK client used to talk to the network; the underlying failure is wrapped in cause. The client is built from network and node connection details plus operator credentials, so this means that load step failed — for example the node services or endpoints could not be resolved, or the operator key was 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
- Inspect node pod logs: kubectl logs
-n - Verify network port-forwards are active: solo deployment refresh port-forwards