Skip to content
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

Unable to start Rosetta docker node #116

Open
Palak3196 opened this issue Aug 11, 2022 · 1 comment
Open

Unable to start Rosetta docker node #116

Palak3196 opened this issue Aug 11, 2022 · 1 comment

Comments

@Palak3196
Copy link

Hi guys,

We're trying to run the Rosetta docker container.

Steps we have followed from scratch:

  1. git clone https://github.com/ontio/ontology-rosetta.git
  2. cd ontology-rosetta
  3. make docker
  4. mkdir Chain
  5. docker run --name ont-rosetta -d -v /mydatadisk/Log:/data/Log -v /mydatadisk/Chain:/data/Chain -v /mydatadisk/rosetta-config.json:/data/rosetta-config.json -p 9090:8080 ontology/ontology-rosetta:latest

The container gets created and then stops with the below logs:
2022/08/11 11:25:42.665410 [INFO ] GID 1, Ontology Node version: v1.14.2
2022/08/11 11:25:42.665444 [INFO ] GID 1, Ontology Rosetta Server version: 1.14
2022/08/11 11:25:42.665736 [FATAL] GID 1, Failed to open "/data/server-config.json": open /data/server-config.json: no such file or directory

Can you please let us know what we did wrong in the above 5 steps?

Thanks,
Palak

@rongyi
Copy link
Collaborator

rongyi commented Aug 31, 2022

@Palak3196 please read the latest readme, we use docker-compose now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants