-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Cardano Node 1.34.1 p2p enabled. #208
Comments
Seems to relate to: IntersectMBO/cardano-node#3684 Do you have a reproduction path @bakon11 ? i.e. your node config + startup commands of both Ogmios and cardano-node? |
Yes sir exactly same problem here is the requested stuff. Hopefully this helps. Thanks These are the two gihub tags/branches I've tested. Both when P2P is enabled Ogmios is having problems. The minute I restart cardano node with p2p disabled, Ogmios works as expected.
testnet-config.json{
"AlonzoGenesisFile": "testnet-alonzo-genesis.json",
"AlonzoGenesisHash": "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874",
"ApplicationName": "cardano-sl",
"ApplicationVersion": 0,
"ByronGenesisFile": "testnet-byron-genesis.json",
"ByronGenesisHash": "96fceff972c2c06bd3bb5243c39215333be6d56aaf4823073dca31afe5038471",
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 0,
"MaxKnownMajorProtocolVersion": 2,
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresMagic",
"ShelleyGenesisFile": "testnet-shelley-genesis.json",
"ShelleyGenesisHash": "849a1764f152e1b09c89c0dfdbcbdd38d711d1fec2db5dfa0f87cf2737a0eaf4",
"EnableP2P": false,
"TargetNumberOfRootPeers": 150,
"TargetNumberOfKnownPeers": 150,
"TargetNumberOfEstablishedPeers":75,
"TargetNumberOfActivePeers": 50,
"TestEnableDevelopmentNetworkProtocols": true,
"TraceAcceptPolicy": true,
"TraceBlockFetchClient": true,
"TraceBlockFetchDecisions": true,
"TraceBlockFetchProtocol": true,
"TraceBlockFetchProtocolSerialised": true,
"TraceBlockFetchServer": true,
"TraceChainDb": true,
"TraceChainSyncBlockServer": true,
"TraceChainSyncClient": true,
"TraceChainSyncHeaderServer": true,
"TraceChainSyncProtocol": true,
"TraceConnectionManager": true,
"TraceDNSResolver": true,
"TraceDNSSubscription": true,
"TraceDiffusionInitialization": true,
"TraceErrorPolicy": true,
"TraceForge": true,
"TraceHandshake": true,
"TraceInboundGovernor": true,
"TraceIpSubscription": true,
"TraceLedgerPeers": true,
"TraceLocalChainSyncProtocol": true,
"TraceLocalErrorPolicy": true,
"TraceLocalHandshake": true,
"TraceLocalRootPeers": true,
"TraceLocalTxSubmissionProtocol": true,
"TraceLocalTxSubmissionServer": true,
"TraceMempool": true,
"TraceMux": true,
"TracePeerSelection": true,
"TracePeerSelectionActions": true,
"TracePublicRootPeers": true,
"TraceServer": true,
"TraceTxInbound": true,
"TraceTxOutbound": true,
"TraceTxSubmissionProtocol": false,
"TracingVerbosity": "NormalVerbosity",
"TurnOnLogMetrics": true,
"TurnOnLogging": true,
"defaultBackends": [
"KatipBK"
],
"defaultScribes": [
[
"StdoutSK",
"stdout"
]
],
"hasEKG": 12788,
"hasPrometheus": [
"127.0.0.1",
12798
],
"minSeverity": "Info",
"options": {
"mapBackends": {
"cardano.node.metrics": [
"EKGViewBK"
],
"cardano.node.resources": [
"EKGViewBK"
]
},
"mapSubtrace": {
"cardano.node.metrics": {
"subtrace": "Neutral"
}
}
},
"rotation": {
"rpKeepFilesNum": 10,
"rpLogLimitBytes": 5000000,
"rpMaxAgeHours": 24
},
"setupBackends": [
"KatipBK"
],
"setupScribes": [
{
"scFormat": "ScText",
"scKind": "StdoutSK",
"scName": "stdout",
"scRotation": null
}
]
} cardano node service
Ogmios service
|
I don't have or don't know to access to the If there is a config that will allow me to sync up to the Thanks. |
All good, Vasil is not a small upgrade and I kinda figured as well that 1.35 would have just resolved it hehe. |
When running Cardano-node 1.34.1 with p2p enable ogmios won't connect or query.
Every time it just throws an Error especially when trying to query chain state:
1006: A connection was closed abnormally, when a status code is expected.
Not sure if this is to be expected since p2p is still in test phase but figure I'd report it.
The text was updated successfully, but these errors were encountered: