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

Fixing issue when restarting the docker image #159

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

jacquesvcritien
Copy link
Contributor

When restarting the docker image, I was getting the following error


{"severity":"Error","timestamp":"2022-01-11T12:39:45.998611484Z","thread":"179","message":{"WebSocket":{"ioException":"Network.Socket.connect: <socket: 19>: does not exist (No such file or directory)","tag":"WebSocketFailedToConnect"}},"version":"v5.0.0"}

The /ipc/node.socket was being removed when restarting the cardanosolutions/cardano-node-ogmios docker container.

Changing this and rebuilding the image worked.

When restarting the docker image, I was getting the following error

---------------------------------
{"severity":"Error","timestamp":"2022-01-11T12:39:45.998611484Z","thread":"179","message":{"WebSocket":{"ioException":"Network.Socket.connect: <socket: 19>: does not exist (No such file or directory)","tag":"WebSocketFailedToConnect"}},"version":"v5.0.0"}
---------------------------------

The /ipc/node.socket was being removed when restarting the cardanosolutions/cardano-node-ogmios docker container.

Changing this and rebuilding the image worked.
@KtorZ
Copy link
Member

KtorZ commented Jan 13, 2022

Ho. That's unfortunate! Thanks for catching / fixing this.

@KtorZ KtorZ merged commit f2f0c06 into CardanoSolutions:master Jan 14, 2022
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

Successfully merging this pull request may close these issues.

2 participants