SOLO-3049
AccountKeyUpdateFailedSoloError — Component
AccountKeyUpdateFailedSoloError
| Code | SOLO-3049 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when updating the keys on a Hedera account fails; the message names the account. solo rotates account keys (for example replacing genesis keys) with an update transaction, so this means that transaction did not succeed — commonly because the existing key did not sign correctly, the new key is invalid, or the network rejected or could not be reached.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify consensus nodes are running: kubectl get pods -n
- Verify the account ID is correct and the account exists on the network