SOLO-3077
GenesisDataGenerationFailedSoloError — Component
GenesisDataGenerationFailedSoloError
| Code | SOLO-3077 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo fails to generate the genesis data used to bootstrap a new network; the underlying failure is wrapped in cause. Genesis generation produces the initial accounts, keys, and configuration the network starts from, so this means that generation step did not complete — for example required inputs were missing or invalid, or a file could not be written.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify all consensus node configurations are correct
- Check deployment configuration: solo deployment config info
- Redeploy the network: solo consensus network deploy