neuron icon indicating copy to clipboard operation
neuron copied to clipboard

Cannot connect

Open DrCryptoN3rd opened this issue 3 years ago • 4 comments

Hello there

I have a newly installed wallet on Ubuntu, it keeps connecting but never connects or starts syncing. Tried to restart and clear Cache, did't work. Any ideas?

neuron_debug_1653904335457.zip

Bildschirmfoto von 2022-05-30 11-54-31

DrCryptoN3rd avatar May 30 '22 09:05 DrCryptoN3rd

Hi @DrCryptoN3rd

From the ckb-bundled.log

2022-05-30 07:23:32.352 +02:00 main ERROR panic  thread 'main' panicked at 'Internal(DataCorrupted(failed to open database: IO error: While lock file: /home/user/.config/Neuron/chains/mainnet/data/db/LOCK: Resource temporarily unavailable))': db/src/db.rs:99   0: ckb_logger_service::setup_panic_logger::{{closure}}

There's a lock file stopping running ckb node inside neuron, removing /home/user/.config/Neuron/chains/mainnet/data/db/LOCK should fix it.

Keith-CY avatar May 30 '22 09:05 Keith-CY

neuron_debug_1653924563124.zip Did that now it's not even trying to connect.

DrCryptoN3rd avatar May 30 '22 15:05 DrCryptoN3rd

neuron_debug_1653924563124.zip Did that now it's not even trying to connect.

Hi @DrCryptoN3rd

The bundled-ckb.log shows ckb node is running and main.log shows neuron is trying to boost ckb-indexer [2022-05-30 17:22:10.805] [info] Indexer: start: PORT: 8118, which is the synchronization module of neuron, but it hangs(3 times). This happens when ckb-indexer was not closed properly last time.

Please check if ckb-indexer is running (with command line in terminal lsof -i:8118) when neuron is off. If yes, you may have to kill ckb-indexer process manually and relaunch neuron.

If neuron still hangs with log [info] Indexer: start: PORT: 8118..., it should be an error related to ckb-indexer and I'll ask the developer for help.

Keith-CY avatar May 30 '22 16:05 Keith-CY

I did kill all the ckb processes, restarted and it still hangs with log [info] Indexer: start: PORT: 8118... neuron_debug_1653936897082.zip

DrCryptoN3rd avatar May 30 '22 18:05 DrCryptoN3rd

Mark this issue stale because no activity for 60 days

github-actions[bot] avatar Aug 25 '23 05:08 github-actions[bot]

Close this issue because it's inactive since marked stale

github-actions[bot] avatar Sep 01 '23 05:09 github-actions[bot]