You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am deploying cardano-rosetta mainnet 1.7.0 based on this system requirements .
After a few days , the container stopped with this error:
2022-02-16T08:40:15: PM2 log: Stopping app:postgres id:0 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-node id:1 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-db-sync id:2 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-rosetta-server id:3 2022-02-16 08:40:15.572 UTC [94] LOG: received fast shutdown request 2022-02-16 08:40:15.598 UTC [370] postgres@cexplorer ERROR: canceling statement due to user request 2022-02-16 08:40:15.598 UTC [370] postgres@cexplorer STATEMENT: SELECT "tx_out"."tx_id", "tx_out"."value" FROM "tx" INNER JOIN "tx_out" ON "tx"."id" = "tx_out"."tx_id" WHERE ("tx_out"."index" = 2) AND ("tx"."hash" = '\x23ac53ef259db831ca011a37864f89f5e523d74b80447e9639eb4d3707afd123') [a9448d2a:cardano.node.DiffusionInitializationTracer:Info:5] [2022-02-16 08:40:15.57 UTC] DiffusionErrored user interrupt
Moreover, a simple restart of the container will not mitigate the problem. We obtain "ErrorPolicySuspendPeer" error.
db-sync-node.Subscription:Error:203] [2022-02-16 09:48:31.65 UTC] Identity Connection Attempt Exception, destination LocalAddress "/ipc/node.socket" exception: Network.Socket.connect: <socket: 22>: does not exist (No such file or directory)
Thanks in advance for helping me to resolve these two issues.
The text was updated successfully, but these errors were encountered:
Hi,
I am deploying cardano-rosetta mainnet 1.7.0 based on this system requirements .
After a few days , the container stopped with this error:
2022-02-16T08:40:15: PM2 log: Stopping app:postgres id:0 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-node id:1 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-db-sync id:2 2022-02-16T08:40:15: PM2 log: Stopping app:cardano-rosetta-server id:3 2022-02-16 08:40:15.572 UTC [94] LOG: received fast shutdown request 2022-02-16 08:40:15.598 UTC [370] postgres@cexplorer ERROR: canceling statement due to user request 2022-02-16 08:40:15.598 UTC [370] postgres@cexplorer STATEMENT: SELECT "tx_out"."tx_id", "tx_out"."value" FROM "tx" INNER JOIN "tx_out" ON "tx"."id" = "tx_out"."tx_id" WHERE ("tx_out"."index" = 2) AND ("tx"."hash" = '\x23ac53ef259db831ca011a37864f89f5e523d74b80447e9639eb4d3707afd123') [a9448d2a:cardano.node.DiffusionInitializationTracer:Info:5] [2022-02-16 08:40:15.57 UTC] DiffusionErrored user interrupt
Moreover, a simple restart of the container will not mitigate the problem. We obtain "ErrorPolicySuspendPeer" error.
db-sync-node.Subscription:Error:203] [2022-02-16 09:48:31.65 UTC] Identity Connection Attempt Exception, destination LocalAddress "/ipc/node.socket" exception: Network.Socket.connect: <socket: 22>: does not exist (No such file or directory)
Thanks in advance for helping me to resolve these two issues.
The text was updated successfully, but these errors were encountered: