SOLO-3014

NodePrepareUpgradeTransactionErrorSoloError — Component

NodePrepareUpgradeTransactionErrorSoloError

CodeSOLO-3014
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when the prepare-upgrade transaction fails to execute; when available the underlying failure is wrapped in cause. This transaction stages the upgrade artifacts on the network before a freeze-upgrade, so this means staging was rejected or could not be submitted — for example the upgrade file was not present or valid, or the network could not be reached. It is retryable.

Troubleshooting Steps

  1. Verify the node admin key is correct and loaded from the k8s secret.
  2. Confirm the freeze admin account has sufficient HBAR balance.
  3. Verify the upgrade zip file hash is correct.
  4. Check node client connection to the consensus network.
  5. Review solo logs: tail -n 100 ~/.solo/logs/solo.log