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

Docker image startup issue #686

Closed
Daennes opened this issue Jul 9, 2021 · 7 comments
Closed

Docker image startup issue #686

Daennes opened this issue Jul 9, 2021 · 7 comments

Comments

@Daennes
Copy link

Daennes commented Jul 9, 2021

Hello,
I have upgraded from version 9 to 10 which is causing a startup problem. Tested it with both my existing setup and a clean docker state setup.
Used unmodified Docker compose file to spin up the services.

Tested on Ubuntu 20.04 and MacOS 11.4

/run/secrets
Generating PGPASS file
Connecting to network: mainnet
/nix/store/xirfrf8q9kdj2hjcfrwbqwv7qhip0nnz-entry-point/bin/entry-point: line 26: /nix/store/3pvccdbrmaih10f6xf1csm1fjrsy72w2-cardano-db-sync-mainnet: Is a directory
/nix/store/xirfrf8q9kdj2hjcfrwbqwv7qhip0nnz-entry-point/bin/entry-point: line 26: exec: /nix/store/3pvccdbrmaih10f6xf1csm1fjrsy72w2-cardano-db-sync-mainnet: cannot execute: Is a directory
@tobg
Copy link

tobg commented Jul 12, 2021

Same issue here

@erikd
Copy link
Contributor

erikd commented Jul 12, 2021

This was fixed in #690 . Unfortunately that did not make the 10.0.0 release, but the docker-compose.yaml file can be copied from master.

@erikd erikd closed this as completed Jul 12, 2021
@vbonini
Copy link

vbonini commented Jul 12, 2021

Continuing the failing startup discussion:

I had the same issue. I deployed the master image but get a new error. For reference I'm trying to use non-extended service.

Please let me know if you want me to open a new issue for this.

/run/secrets
Generating PGPASS file
Connecting to network: mainnet
cardano-db-sync-extended: FatalError {fatalErrorMessage = "Error parsing node config: AesonException \"Error in $: key \\\"AlonzoGenesisFile\\\" not found\""}

@erikd
Copy link
Contributor

erikd commented Jul 12, 2021

@vbonini master is updated almost daily. The error you see is because master has code for the upcoming Alonzo release and your version of the node does not support Alonzo.

Users should avoid master and should only use tagged releases.

@vbonini
Copy link

vbonini commented Jul 12, 2021

Thank you for the confirmation.

So we are using K8s for our deployment, and pulled the 10.0.0 image when we saw the original issue. I can recreate and plug in the modified file in #690 if I need to. Where should that data go?

Never mind, I am implementing a workaround with the entry-point.

@erikd
Copy link
Contributor

erikd commented Jul 13, 2021

I have asked the release manager if we should do a release just to fix this docker issue.

@erikd
Copy link
Contributor

erikd commented Jul 13, 2021

There will be a 10.0.1 release.

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

4 participants