viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.67k stars 1.49k forks source link

./marketprice.exe: init message fail: -361: No such file or directory #199

Closed codeman-crypto closed 5 years ago

codeman-crypto commented 5 years ago

Getting the below error message when I start the marketprice daemon

./marketprice.exe: init message fail: -361: No such file or directory

and the log says the below error [error]mp_message.c:359(init_market): get market list fail

Can anyone help me resolve this issue, I have been struggling for more than a day

objectt commented 5 years ago

start matchengine first

codeman-crypto commented 5 years ago

@objectt I have already started the matchingengine, looks like the marketprice is unable to fetch the market list.

objectt commented 5 years ago

@codeman-crypto try querying "market.list" method from marketprice server. it sends a http req to ME during startup.

codeman-crypto commented 5 years ago

@objectt I managed to fix this issue. Actually, I am running this on a Kubernetes cluster so each module run separately inside a docker container so I changed the order of running the container, the order are as follows

Thank you @objectt for your help. I am closing this issue as it is resolved

chaulaode1257 commented 3 years ago

@codeman-crypto how to fix it?I got the same issue.