I've been running a private blockchain for a couple of weeks now and suddenly I encountered this error today while running multichaind chain -daemon
MultiChain Core Daemon build 1.0 alpha 27 protocol 10007
MultiChain server starting
IO error: /home/ubuntu/.multichain/chain/permissions.db/MANIFEST-000002: No such file or directory
ERROR: Couldn't initialize permission database for blockchain chain. Probably multichaind for this blockchain is already running. Exiting...
I was able to resolve this by running multichaind chain -reindex. However, I want to investigate what happened or what caused my chain to fail like this so it won't happen again. What files can I look into to determine what happened?
Thanks!