SOLO-3015
NodeFreezeUpgradeTransactionErrorSoloError — Component
NodeFreezeUpgradeTransactionErrorSoloError
| Code | SOLO-3015 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
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
- Verify the node admin key is correct and loaded from the k8s secret.
- Confirm the freeze admin account has sufficient HBAR balance.
- Verify the nodes have completed the prepare upgrade step.
- Verify gossip endpoints and gRPC service endpoints are reachable from the network.
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log