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

Compile successful but not able to start Readhistory #215

Open monarkmodi opened 4 years ago

monarkmodi commented 4 years ago

I was successfully able to compile and make file using the following guide: https://www.felix021.com/blog/read.php?2187

I am using ubuntu 16.04 and when I try to execute ./matchengine.exe or ./alertcenter.exe I get the following error:

./matchengine.exe: init log fail: -52: No such file or directory

Please help!

objectt commented 4 years ago

your log file cannot be reached. check your config file and make sure your log path is correct.

monarkmodi commented 4 years ago

Thanks! I fixed the issue but now getting error with Readhistory:

/readhistory.exe: init server fail: -440

All others are successfully running and I am able to make http request. Accessws is also running however upon trying to connect to websocket, getting no response.