-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run testnet node using docker image #1620
Comments
Hello @shanithkk are you an Axelar validator? Which instructions are you following? |
Can you share your node startup command? While working on #1577, I became aware of the issue that the database type needs to explicitly set in the CLI (e.g. Moreover, the websocket CLI is not supported anymore (inherited from Polkadot v0.9.42). Please check our local docker compose file for a working command set: centrifuge-chain/docker/docker-compose-local-chain.yml Lines 18 to 29 in bcf8a05
Please note that the image you are running is still experimental. The latest official one Starting with the next official docker image, we will improve our tags to better distinguish between experimental and production clients. Moreover, the release notes (WIP) will contain exhaustive information about the breaking CLI changes. |
Thank you its working with --database=auto, also may i know why bin/sh is removed. because i'm trying a new tool to spawn node its need a bin/sh. and also |
The image you are running should have bin. We reverted the removal in #1551. It was removed beforehand to shrink the Docker image and reduce attack vectors.
In the root comment, you said you want to connect to Catalyst which is a parachain on Rococo relaychain. However, the error here shows that you are pointing to Polkadot bootnodes. Can you elaborate on what Centrifuge chain you want to run? |
Thank you @wischli, actually we are building a new tool for polkadot ecosystem, that make the testing and deployment easier for relay chain and parachains. if it is possible can you make a default tag like |
actually i was running the chain without mentioning the relay chain |
Description
Couldn't run the tesnet node, failing due to "Failed to create RocksDB directory"
[Description of the issue or feature]
Error: Service(Client(Backend("Failed to create RocksDB directory: `Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }`.")))
Research/based on
Testnet
Reproduce
docker run centrifugeio/centrifuge-chain:latest-2b70c70-23-11-23 --chain=catalyst
[Which codebases, pallets or designs did you base your design on]
How will this affect the code base
[Does it improve readability, performance? Will it introduce new complexity?]
What are foreseen obstacles or hurdles to overcome?
[Are migrations needed, structural changes around testing etc?]
The text was updated successfully, but these errors were encountered: