OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
756 stars 230 forks source link

unable to start http server: boost error #655

Open knoxcard opened 6 years ago

knoxcard commented 6 years ago

Error: Unable to start HTTP server. See debug log for details. 2018-06-18 16:30:27 Omni Core shutdown completed omnicored: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:102: boost::condition_variable::~condition_variable(): Assertion `!ret' failed. Aborted

dexX7 commented 6 years ago

Hi there,

do you have another client running with similar ports?

knoxcard commented 6 years ago

I run a litecoin, bitcoin cash and dash full node. Where is the debug log? I can't seem to find it. Even with: find / -name "debug.log"

dexX7 commented 6 years ago

If you haven't specified a datadir explicitly, it can be found in ~/.bitcoin/debug.log.

knoxcard commented 6 years ago

ohhh gotchya! thanks! wonder why not ,/omnicore/debug.log?

dexX7 commented 6 years ago

Omni Core and Bitcoin Core are to some degree interchangeable and we wanted to make it easy for users who already have Bitcoin Core installed and synchronized, because in this case it's datadir can be used for Omni Core.