SOLO-3017

NodeUpdateTransactionErrorSoloError — Component

NodeUpdateTransactionErrorSoloError

CodeSOLO-3017
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when the node-update transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits a node-update transaction to change a consensus node’s address-book entry (keys or endpoints), so this means the transaction was rejected or could not be submitted — for example the signing key was wrong, the updated values were invalid, or the network could not be reached.

Troubleshooting Steps

  1. Verify the node admin key is correct and loaded from the k8s secret.
  2. Confirm the node client is connected to the consensus network.
  3. Check if the new account number is valid and funded.
  4. Review solo logs: tail -n 100 ~/.solo/logs/solo.log