SOLO-3030
RelayOperatorKeyRetrievalFailedSoloError — Component
RelayOperatorKeyRetrievalFailedSoloError
| Code | SOLO-3030 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot retrieve the operator key the JSON-RPC relay needs; the underlying failure is wrapped in cause. The relay signs transactions with an operator account key that solo reads (for example from a secret), so this means that retrieval failed. It is retryable, since a transient cluster or lookup problem often clears on a later attempt.
Troubleshooting Steps
- Verify K8s API connectivity: kubectl get pods -n
- If an operator key secret exists, verify it has a privateKey field: kubectl get secret -n
-o yaml | grep privateKey - Check solo logs: tail -n 100 ~/.solo/logs/solo.log