SOLO-3077

GenesisDataGenerationFailedSoloError — Component

GenesisDataGenerationFailedSoloError

CodeSOLO-3077
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify all consensus node configurations are correct
  3. Check deployment configuration: solo deployment config info
  4. Redeploy the network: solo consensus network deploy