SOLO-3028
RelayNotRunningSoloError — Component
RelayNotRunningSoloError
| Code | SOLO-3028 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a JSON-RPC relay that should be running is not; the message names the release and wraps the underlying failure in cause. solo checks that the relay pods are present and running before relying on it, so this means that check failed. It is retryable, since a relay that is still starting or briefly restarting often recovers on a later attempt.
Troubleshooting Steps
- Check relay pod status: kubectl get pods -A | grep
- View relay pod logs: kubectl logs -n
-l app.kubernetes.io/instance= - Check solo logs: tail -n 100 ~/.solo/logs/solo.log