SOLO-3055

EvmAddressRetrievalFailedSoloError — Component

EvmAddressRetrievalFailedSoloError

CodeSOLO-3055
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot determine the EVM address associated with a Hedera account; the message names the account. solo derives or looks up the account EVM (alias) address for EVM-compatible workflows, so this is raised when that lookup fails — for example the account has no EVM address, or its account info could not be retrieved from the network.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify consensus nodes are running: kubectl get pods -n
  3. Verify the account ID is valid and the account exists on the network