Eos: Can't launch dawn-v4.0.0

Created on 12 May 2018  路  4Comments  路  Source: EOSIO/eos

i've successfully built the code,but when i try to launch the nodeos i get the error below:

1576084ms thread-0 main.cpp:101 main ] /home/eos/eos/libraries/chainbase/src/chainbase.cpp(70): Throw in function chainbase::database::database(const bfs::path &, chainbase::database::open_flags, uint64_t)Dynamic exception type: boost::exception_detail::clone_impl >
std::exception::what: database created by a different compiler, build, boost version, or operating system

anyone can help me?

Most helpful comment

@xianzhisheng run nodeos with --replay-blockchain option or if that doesn't work with --resync-blockchain.

All 4 comments

me too

473845ms thread-0 main.cpp:101 main ] /root/eos/libraries/appbase/application.cpp(290): Throw in function appbase::abstract_plugin &appbase::application::get_plugin(const string &) const
Dynamic exception type: boost::exception_detail::clone_impl >
std::exception::what: unable to find plugin: eosio::account_history_api_plugin

@xianzhisheng run nodeos with --replay-blockchain option or if that doesn't work with --resync-blockchain.

@466919153 Replacing line plugin = eosio::account_history_api_plugin with plugin = eosio::history_api_plugin in config.ini helped me with this issue. It appears that there is no account_history_plugin anymore.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoopslb picture hoopslb  路  3Comments

xiaomaogy picture xiaomaogy  路  3Comments

yashbhavsar007 picture yashbhavsar007  路  3Comments

toonsevrin picture toonsevrin  路  3Comments

williamleecn picture williamleecn  路  3Comments