Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

nodeos failing to initialize: #4902

Closed
christola opened this issue Jul 27, 2018 · 3 comments
Closed

nodeos failing to initialize: #4902

christola opened this issue Jul 27, 2018 · 3 comments

Comments

@christola
Copy link

2018-07-27T17:57:27.014 thread-0 chain_plugin.cpp:271 plugin_initialize ] initializing chain plugin
2018-07-27T17:57:27.078 thread-0 chain_plugin.cpp:580 plugin_initialize ] 13 St13runtime_error: database dirty flag set
rethrow database dirty flag set:
{"what":"database dirty flag set"}
thread-0 chain_plugin.cpp:580 plugin_initialize

@christola
Copy link
Author

any help? trying to create account. anytime i try to run nodeos thats what i get

@christola
Copy link
Author

plugins are added to config.ini

@jgiszczak
Copy link
Contributor

For a local testnet, simply add --delete-all-blocks to your nodeos command line, once. Be sure to shut down nodeos gracefully to avoid this problem. If you're using Docker, that requires adding a longer shutdown timer to the Docker container. The default of 10 seconds is typically not long enough. Outside of Docker, be sure to terminate nodeos only with Ctrl-C in the controlling terminal, kill -15, or kill -2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants