IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
290 stars 160 forks source link

Ogmios Health Check: HealthFailedToConnect #1197

Closed KorayBarkin closed 2 years ago

KorayBarkin commented 2 years ago

When I start the node as followed:

DOCKER_BUILDKIT=1 \
COMPOSE_DOCKER_CLI_BUILD=1 \
RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13/db-sync-snapshot-schema-13-block-7498999-x86_64.tgz \
docker-compose up -d --build &&\
docker-compose logs -f

Ogmios giving me this error:

cardano-node-ogmios_1 | {"severity":"Warning","timestamp":"2022-07-18T08:40:27.311928204Z","thread":"7","message":{"tag":"OgmiosHealth","healthCheck":{"tag":"HealthFailedToConnect","socket":"/ipc/node.socket","retryingIn":5}},"version":"v4.1.0"}

erikd commented 2 years ago

This is not a cardano-db-sync error. I think you need https://github.com/input-output-hk/cardano-ogmios .

erikd commented 2 years ago

Closing this. Its in the wrong repo and I cannot seem to move it to the correct one.