πTroubleshooting
Common Errors and Solutions
Error: "Failed to initialize execution client"
Symptoms:
Error message during initialization
Node fails to start
Solutions:
Ensure genesis data is present:
ls -la el-cl-genesis-dataTry unpacking the genesis data again:
tar -xzvf el-cl-genesis-data.tar.gzTry running the initialization again (option 2 in the menu).
Error: "Failed to start validator node"
Symptoms:
Node containers fail to start
Docker Compose error messages
Solutions:
Check for port conflicts:
Ensure Docker is running:
Check Docker Compose logs:
Sync Issues
Problem: Node is not syncing or syncing extremely slowly
Symptoms:
No peers are connected
Sync progress is stalled
Progress percentage not increasing
Solutions:
Check your internet connection:
Verify DNS resolution:
Ensure ports are open on your firewall:
Restart the node:
Connection Problems
Problem: Cannot connect to peers
Symptoms:
Low peer count
Connection errors in logs
Solutions:
Check if ports are properly forwarded on your router/firewall.
Verify your public IP is correctly configured:
Ensure your ISP is not blocking peer-to-peer connections.
Last updated
