SOLO-3048
AccountCreationFailedSoloError — Component
AccountCreationFailedSoloError
| Code | SOLO-3048 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify consensus nodes are running: kubectl get pods -n
- Check node logs for errors: kubectl logs
-n - Create a new account: solo ledger account create