SOLO-3014
NodePrepareUpgradeTransactionErrorSoloError — Component
NodePrepareUpgradeTransactionErrorSoloError
| Code | SOLO-3014 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
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
- Verify the node admin key is correct and loaded from the k8s secret.
- Confirm the freeze admin account has sufficient HBAR balance.
- Verify the upgrade zip file hash is correct.
- Check node client connection to the consensus network.
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log