SOLO-3019

NodeCreateTransactionErrorSoloError — Component

NodeCreateTransactionErrorSoloError

CodeSOLO-3019
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when the node-create transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits a node-create transaction to add a consensus node to the network’s address book, so this means the transaction was rejected or could not be submitted — for example the admin key did not sign, the node endpoints or parameters were invalid, or the network could not be reached.

Troubleshooting Steps

  1. Verify gossip endpoints and gRPC service endpoints are reachable from the network.
  2. Confirm the admin key is valid and the account has sufficient HBAR.
  3. Review solo logs: tail -n 100 ~/.solo/logs/solo.log