SOLO-3048

AccountCreationFailedSoloError — Component

AccountCreationFailedSoloError

CodeSOLO-3048
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when creating a Hedera account through the SDK fails; the underlying failure is wrapped in cause. solo creates accounts (for example operator or treasury accounts) during network setup, so this means the create transaction did not succeed — commonly because the network rejected it (insufficient payer balance, key problems) or the consensus node could not be reached.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify consensus nodes are running: kubectl get pods -n
  3. Check node logs for errors: kubectl logs -n
  4. Create a new account: solo ledger account create