흔자
article thumbnail
반응형

오류

nodeos를 아래 옵션으로 실행한 후에 재시작을 할 경우에 net_plugin::plugin_startup failed to bind to port 'port number' 오류가 발생했다.

./nodeos -e -p eosio --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --replay-blockchain --hard-replay-blockchain

오류 발생

 

 


해결 방법
ps -ef | grep nodeos

로 실행중인 nodeos 포트 번호 확인 가능

14411 port number로 실행중

kill -9 [포트 번호]

실행 중인 port number kill을 한 후에 nodeos 재실행하면 정상적으로 동작

반응형
profile

흔자

@heun_n

즐겁게 개발하고 싶은 사람입니다.