Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docker service does not start, lerna missing? #181

Closed
rafaelkallis opened this issue Jun 9, 2022 · 3 comments · Fixed by #318
Closed

docker service does not start, lerna missing? #181

rafaelkallis opened this issue Jun 9, 2022 · 3 comments · Fixed by #318
Labels
bug Something isn't working P2 process Build, test and deployment-process related tasks
Milestone

Comments

@rafaelkallis
Copy link
Contributor

Description

Hi @Nana-EC

There seems to be an issue when I try to run the relay node as a docker service. I hope the issue is obvious once you see the logs :) Perhaps the issue is resolved once you have lerna as a dependency instead of a devDependency.

$ docker-compose up
relay_1  | 
relay_1  | > start
relay_1  | > npx lerna exec --scope @hashgraph/json-rpc-server -- npm run start
relay_1  | 
Need to install the following packages:
relay_1  |   lerna

Steps to reproduce

  1. run docker-compose up with the given docker compose file

Additional context

docker-compose.yaml

version: "3.8"

services:
  relay:
    image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.1.0-rc3"
    ports:
      - 7546:7546
    tty: true
    volumes:
      - ./deploy/config/hedera-relay-local/.env:/home/node/app/.env

Hedera network

testnet

Version

v0.1.0-rc3

Operating system

Linux

@rafaelkallis rafaelkallis added the bug Something isn't working label Jun 9, 2022
@Nana-EC Nana-EC added P2 process Build, test and deployment-process related tasks labels Jun 14, 2022
@Nana-EC Nana-EC added this to the 0.2.0 milestone Jun 14, 2022
@Nana-EC
Copy link
Collaborator

Nana-EC commented Jun 14, 2022

Thanks @rafaelkallis , triaged for this sprint. We'll take a look.
Just in case though please try the 0.1.0 (just released) & main image to confirm if the issue was not resolved.

@rafaelkallis
Copy link
Contributor Author

@Nana-EC I'm not able to reproduce the issue anymore for both 0.1.0 and main, I will therefore close this issue.

@rafaelkallis rafaelkallis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2022
@Nana-EC Nana-EC reopened this Jul 8, 2022
@Nana-EC
Copy link
Collaborator

Nana-EC commented Jul 8, 2022

Have seen this in practice, reopening

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working P2 process Build, test and deployment-process related tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants