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

BUG: OCI runtime create failed #3181

Closed
fuglphoenix opened this issue Oct 3, 2024 · 2 comments
Closed

BUG: OCI runtime create failed #3181

fuglphoenix opened this issue Oct 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@fuglphoenix
Copy link

What package are you referring to?

speckle-server docker image

Describe the bug

since version 2.21.1 I haven't been able to create the server (via docker compose). version 2.21.0 and earlier releases works fine.
When depolying the speckle server, following the guide . I get the error:
OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown

To Reproduce

I can't figure out is this is intended. but in an attempt to figure out the problem. I tried to connect to the running container (with exec ... bash... etc) , but couldn't. So i tried in a more basic way. this will yield the same problem:
sudo docker run -it --rm --entrypoint sh speckle/speckle-server:2.21.1

OCI runtime create failed: runc create failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown

It seems that there is something wrong with the path in underlying image.

using version 2.21.0 will work just fine.

System Info

Running on Ubuntu 24.04.1 LTS

Failure Logs

OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown

Additional context

@fuglphoenix fuglphoenix added the bug Something isn't working label Oct 3, 2024
Copy link

linear bot commented Oct 3, 2024

@iainsproat
Copy link
Contributor

Hi @fuglphoenix - thank you for the bug report. We were able to recreate this.

The issue was with our documentation. The node path in speckle server has been replaced with /nodejs/bin/node but the documentation was not updated to match.

We've now updated the docker compose file in our documentation. Please update your docker compose file to match the updated version. https://speckle.guide/dev/server-manualsetup.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants