After running ./bootstrap.sh and building the latest image and later starting the container following happens:
mikel@msi:~/repo/DUNE$ ./dune --start a2
Creating docker container [dune_container]
Creating node [a2]
Using Configuration [/app/config.ini]
ERROR: a2 is not running!
APPBASE: Warning: The following configuration items in the config.ini file are redundantly set to
their default value:
abi-serializer-max-time-ms, p2p-listen-endpoint
Explicit values will override future changes to application defaults. Consider commenting out or
removing these items.
(...)
error 2023-05-08T07:57:23.004 nodeos main.cpp:161 main ] 3110006 plugin_config_exception: Incorrect plugin configuration
--read-only-read-window-time-us (60000) must be greater than --max-transaction-time 100 ms plus a margin of 10000 us
{"read":60000,"trx_time":100,"min":10000}
We should add proper value for --read-only-read-window-time-us so the container starts
After running
./bootstrap.sh
and building the latest image and later starting the container following happens:We should add proper value for
--read-only-read-window-time-us
so the container starts