SOLO-3049

AccountKeyUpdateFailedSoloError — Component

AccountKeyUpdateFailedSoloError

CodeSOLO-3049
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify consensus nodes are running: kubectl get pods -n
  3. Verify the account ID is correct and the account exists on the network