SOLO-3013

NodeStakeTransactionErrorSoloError — Component

NodeStakeTransactionErrorSoloError

CodeSOLO-3013
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when a staking transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits staking transactions to configure how accounts and nodes stake, so this means the transaction was rejected or could not be submitted. It is retryable, since a transient network or node-readiness issue often clears on a later attempt.

Troubleshooting Steps

  1. Verify the treasury account has sufficient HBAR balance.
  2. Confirm the node is in ACTIVE status: kubectl get pods -n -l solo.hedera.com/type=network-node
  3. Check gRPC connectivity to the consensus node.
  4. Review solo logs: tail -n 100 ~/.solo/logs/solo.log