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

Default nethermind install fails to start. #147

Closed
bitstr3am opened this issue Dec 17, 2022 · 1 comment
Closed

Default nethermind install fails to start. #147

bitstr3am opened this issue Dec 17, 2022 · 1 comment
Labels
in-progress A dev has started working on this

Comments

@bitstr3am
Copy link

Problem description.

Walked through default install, chose nethermind. Start fails. Services.msc shows docker service is running tho.

Here is relevant logs section:

{
killed: false,
code: 1,
signal: null,
cmd: 'docker pull nethermind/nethermind',
stdout: 'Using default tag: latest\n',
stderr: 'error during connect: This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=nethermind%2Fnethermind&tag=latest": open //./pipe/docker_engine: The system cannot find the file specified.\n',
innerError: Error: Command failed: docker pull nethermind/nethermind
error during connect: This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=nethermind%2Fnethermind&tag=latest": open //./pipe/docker_engine: The system cannot find the file specified.

  at ChildProcess.exithandler (node:child_process:406:12)
  at ChildProcess.emit (node:events:394:28)
  at ChildProcess.emit (node:domain:475:12)
  at maybeClose (node:internal/child_process:1064:16)
  at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
  at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
killed: false,
code: 1,
signal: null,
cmd: 'docker  pull nethermind/nethermind'

},
level: 'error',
service: 'nice-node-service',
timestamp: '2022-12-17T07:06:11.992Z'
}

For NiceNode developers

{
"platform": "win32",
"platformRelease": "10.0.19045",
"arch": "x64",
"totalMemory": 17087881216,
"niceNodeVersion": "1.5.1-alpha"
}

@jgresham
Copy link
Member

jgresham commented Dec 19, 2022

@bitstr3am Docker Desktop needs to be running in the background for NiceNode to work. In newer versions of NiceNode, NiceNode will automatically inform the user if Docker stops and auto-start Docker given permission from the user.

thanks for reporting

@jgresham jgresham added the in-progress A dev has started working on this label Dec 19, 2022
@jgresham jgresham closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress A dev has started working on this
Projects
None yet
Development

No branches or pull requests

2 participants