getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
233 stars 47 forks source link

Peer monitor container fails to start #111

Closed AmbushIV closed 5 years ago

AmbushIV commented 5 years ago

Hi, I've followed your steps to run the eth-indexer but it seems to fail at the peer monitor container.

My VPS OS: Ubuntu 18 Specifications: 8GB RAM, 4cpus, 600GB storage

The error:

~/eth-indexer# MYSQL_DATA_PATH="$HOME/indexer-data/mysql" GETH_DATA_PATH="$HOME/indexer-data/geth" docker-compose up
Removing eth-indexer_peer-monitor_1
Starting eth-indexer_idx-database_1 ... done
Recreating eth-indexer_geth_1        ... done
Starting eth-indexer_idx-migration_1 ... done
Recreating eth-indexer_indexer_1                   ... done
Recreating 4f1d65f3cc5a_eth-indexer_peer-monitor_1 ... error

ERROR: for 4f1d65f3cc5a_eth-indexer_peer-monitor_1  Cannot start service peer-monitor: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"peer-monitor\": executable file not found in $PATH": unknown

ERROR: for peer-monitor  Cannot start service peer-monitor: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"peer-monitor\": executable file not found in $PATH": unknown
ERROR: Encountered errors while bringing up the project.

Thank you for your time.

tailingchen commented 5 years ago

@AmbushIV Thank you. Peer monitor has been removed in PR #107 and migrated to another repository hypereth. Already fixed in PR #112.