AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

bootstrap.sh stopped working for latest leap #157

Closed mikelik closed 1 year ago

mikelik commented 1 year ago

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