Git Product home page Git Product logo

Comments (5)

 avatar commented on July 3, 2024 1

Hi @rakita , thanks for the help. I tried the very same steps again and now it worked.

from openethereum.

adria0 avatar adria0 commented on July 3, 2024

Could you send us the config_eth.toml (masking private information) please?

from openethereum.

 avatar commented on July 3, 2024
[parity]
# No updates will be auto-installed
#auto_update = "none"
# Disables auto downloading of new releases. Not recommended.
#no_download = true
# Blockchain and settings will be stored in /data/parity/base.
base_path = "/data/parity/base"
# Parity databases will be stored in /data/parity/db.
db_path = "/data/parity/db"

[ui]
# You will need to unlock accounts manually if Wallet is disabled.
#disable = true

[network]
# Parity will sync by downloading latest state first. Node will be operational in couple minutes.
warp = false

[rpc]
# Only selected APIs will be exposed over this interface.
#apis = ["web3", "eth", "net", "traces"]

interface = ****

[websockets]
# UI won't work and WebSockets server will be not available.
disable = true

[ipc]
# Only selected APIs will be exposed over this interface.
#apis = ["web3", "eth", "net", "trace"]

[secretstore]
# You won't be able to encrypt and decrypt secrets.
disable = true

[footprint]
# Compute and Store tracing data. (Enables trace_* APIs).
tracing = "on"
# Keep all state trie data. No pruning.
pruning = "archive"
# Set total amount of discretionary memory to use for the entire system, overrides other cache and queue options.
cache_size = 8192

[snapshots]
# Disables automatic periodic snapshots.
#disable_periodic = true

from openethereum.

rakita avatar rakita commented on July 3, 2024

This error happens on the unsuccessful opening of rocksdb here. Basically this is calling on rocksdb lib to open db.

it could be maybe helpful to just try the procedure again because there is a report from a user that it was okay for them for archive+tracing node.

Additionally, there is tool ldb (from rocksdb) that we can use to check what column families remained in DB. Here is to deb: link. If you can execute:
ldb list_column_families /home/openethereum/.local/share/openethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/

from openethereum.

rakita avatar rakita commented on July 3, 2024

Glad to hear that worked out.

from openethereum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.