Hello, I ran into such a problem. At start of service I receive a number of errors connected with Berkeley BD. I have not worked with this product before. Please help to understand. Below I give a list of errors.
[gridgain@k1 bin]$ mstart
1 INFO [2019-Nov-11 11:22:49.796367][][][] [] - [Version 5.0 (ontos_5_0, build number 57, SVN rev 46002, Wed Dec 5 20:50:55 MSK 2012)]
===============================================================================================
MARGOT Server
Copyright (c) 2009-2012 Avicomp
Authors: Alexander Potocki, Alexander Zuev, Anton Polukhin, Anton Savenkov
===============================================================================================
2 TRACE [2019-Nov-11 11:22:49.798162][][][] [] - starting '.cinv' ...
3 TRACE [2019-Nov-11 11:22:49.798271][][][] [] - '.cinv' has been started
4 TRACE [2019-Nov-11 11:22:49.799256][][][] [] - starting 'async.app' ...
5 TRACE [2019-Nov-11 11:22:49.880993][][][] [] - 'async.app' has been started
6 TRACE [2019-Nov-11 11:22:49.881159][][][] [] - starting 'conf-gstore.app' ...
7 TRACE [2019-Nov-11 11:22:49.882681][][][] [] - starting 'conf-gstore.cfg' ...
8 TRACE [2019-Nov-11 11:22:49.883511][][][] [] - starting 'txman.app' ...
9 TRACE [2019-Nov-11 11:22:49.883854][][][] [] - 'txman.app' has been started
BDB2530 Ignoring log file: conf-gstore/log.0000005950: magic number 2f383030, not 40988
BDB2527 Invalid log file: log.0000005950: Invalid argument
BDB0061 PANIC: Invalid argument
BDB1544 process-private: unable to find environment
10 ERROR [2019-Nov-11 11:22:50.025477][conf-gstore.cfg][berkeleydb][] [] - can't recover environment, trying to do fatal recovering...(DbEnv::open: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery)
BDB1544 process-private: unable to find environment
BDB2530 Ignoring log file: conf-gstore/log.0000005950: magic number 2f383030, not 40988
BDB2527 Invalid log file: log.0000005950: Invalid argument
BDB0061 PANIC: Invalid argument
BDB1544 process-private: unable to find environment
13 TRACE [2019-Nov-11 11:22:50.171913][async terminator][async][] [] - terminated
14 TRACE [2019-Nov-11 11:22:50.172059][.cinv][][] [] - terminated
15 TRACE [2019-Nov-11 11:22:50.172342][async.app][async][] [] - terminated
16 TRACE [2019-Nov-11 11:22:50.172426][txman.app][txman-local][] [] - terminated
17 ERROR [2019-Nov-11 11:22:50.172568][][][] [] - Dynamic exception type: std::runtime_error
std::exception::what: can't start application 'conf-gstore.app' at static boost::shared_ptr<margot::controller> margot::application_host::get_application(const string&)
cause: error at boost::shared_ptr<margot::controller> margot::basic_universe::lookup_or_bind(const string&, const factory_ftor_type&)
cause: can't start application 'conf-gstore.cfg' at static boost::shared_ptr<margot::controller> margot::application_host::get_application(const string&)
cause: error at boost::shared_ptr<margot::controller> margot::basic_universe::lookup_or_bind(const string&, const factory_ftor_type&)
cause: DbEnv::open: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
18 INFO [2019-Nov-11 11:22:50.172873][][][] [] - terminating...
19 INFO [2019-Nov-11 11:22:50.172934][][][] [] - margot terminated
I will be glad of any help.