SOLO-3017
NodeUpdateTransactionErrorSoloError — Component
NodeUpdateTransactionErrorSoloError
| Code | SOLO-3017 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Verify the node admin key is correct and loaded from the k8s secret.
- Confirm the node client is connected to the consensus network.
- Check if the new account number is valid and funded.
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log