insight-api icon indicating copy to clipboard operation
insight-api copied to clipboard

Error starting qtumcore node

Open KevIAM opened this issue 7 years ago • 1 comments

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?

KevIAM avatar Aug 23 '18 13:08 KevIAM

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.

alex-ppg avatar Jan 21 '19 01:01 alex-ppg