SOLO-3015

NodeFreezeUpgradeTransactionErrorSoloError — Component

NodeFreezeUpgradeTransactionErrorSoloError

CodeSOLO-3015
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when a freeze-upgrade transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits this transaction to freeze the network in preparation for a software upgrade, so this means it was rejected or could not be submitted — for example the prepared upgrade was not staged, the admin key did not sign, 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 nodes have completed the prepare upgrade step.
  4. Verify gossip endpoints and gRPC service endpoints are reachable from the network.
  5. Review solo logs: tail -n 100 ~/.solo/logs/solo.log