-
Notifications
You must be signed in to change notification settings - Fork 49
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
1.2.1 : db-sync error (Identity Connection Attempt Exception, destination LocalAddress "/ipc/node.socket" exception: Network.Socket.connect: <socket: 13>: does not exist (No such file or directory) #378
Comments
Sorry for the delay in response @BomaxChen That's a curious error you're seeing. Do you have any logs reported from a service named |
I am also facing the same issue the cardano-node error logs are showing this,
How to resolve this? |
@BomaxChen It works when we update the latest Cardano-DB-sync version in rosetta. Currently, they are using the 8.0.0 version of DB-sync, when I updated it to 9.0.0 in Dockerfile then it works. |
Can you build the docker without errors ? |
Thanks for the info. We'll be shipping a new version that will upgrade the internal Cardano services, but it should be compatible now. Are you running this on the |
@rhyslbw Yes, I am running it on mainnet. @BomaxChen Yes, I build the docker without any error. |
I dont have this issue, i'm using a volume for the /ipc to communicate with cardano-wallet
But i have another bug in the db-sync, that i open here #386 |
I suspect this is a bug in |
Was this ever corrected? |
Hi, all
When I start cardano-rosetta on mainnet, this is my build step
The text was updated successfully, but these errors were encountered: