qtumproject / insight-api

17 stars 43 forks source link

Error starting qtumcore node #9

Open KevIAM opened 6 years ago

KevIAM commented 6 years ago

Followed installation document https://github.com/qtumproject/insight-api

Environment: Ubuntu 16.04.4 LTS

Getting the following error when running /qtumcore-node/bin/qtumcore-node start

[2018-08-23T13:52:09.059Z] info: Using config: /root/mynode/qtumcore-node.json [2018-08-23T13:52:09.061Z] info: Using network: livenet [2018-08-23T13:52:09.062Z] info: Starting qtumd [2018-08-23T13:52:09.065Z] info: Using qtum config file: /root/.qtum/qtum.conf [2018-08-23T13:52:09.066Z] warn: Reindex option is currently enabled. This means that qtumd is undergoing a reindex. The reindex flag will start the index from beginning every time the node is started, so it should be removed after the reindex has been initiated. Once the reindex is complete, the rest of qtumcore-node services will start. [2018-08-23T13:52:09.071Z] warn: Stopping existing spawned bitcoin process with pid: 15547 [2018-08-23T13:52:09.071Z] warn: Unclean bitcoin process shutdown, process not found with pid: 15547 [2018-08-23T13:52:09.072Z] info: Starting qtum process qtumd: qtum/storageresults.cpp:7: StorageResults::StorageResults(const string&): Assertion `status.ok()' failed. [2018-08-23T13:52:09.304Z] warn: Qtum process unexpectedly exited with code: null [2018-08-23T13:52:09.304Z] warn: Restarting qtum child process in 5000ms

Can someone please help?

alex-ppg commented 5 years ago

I am facing the same issue within a Docker container, it would be nice if someone could help.

It appears to occur when the code attempts to connect to LevelDB but no installation step for LevelDB is included in the documentation.