Skip to content

V2445.0 w/ 10.1.2 - Reading from EraReader adapter raised an error: 'general error'. #2104

Closed
@mrabdibdi-anvil

Description

@mrabdibdi-anvil

Context & versions

Using Docker with prebuilt binaries

mithril-signer_0.2.209+67dc6e4-1_amd64.deb

Steps to reproduce

I restarted using the newest Binary version, and it shows the message (see below)

I tried to remove the /opt/mithril/stores, but without success.

Actual behavior

Upgraded to latest version (2445.0) And the cardano node to 10.1.2

This message was after I deleted the stores directory.

I get this message:

{"msg":"New cycle: Init","v":0,"name":"mithril-signer","level":30,"time":"2024-11-11T21:16:24.286595672Z","hostname":"de2392c11384","pid":7,"src":"StateMachine"}
{"msg":"Incrementing 'mithril_signer_runtime_cycle_total_since_startup' counter","v":0,"name":"mithril-signer","level":20,"time":"2024-11-11T21:16:24.286602777Z","hostname":"de2392c11384","pid":7,"src":"MetricsService"}
{"msg":">> get_current_time_point","v":0,"name":"mithril-signer","level":20,"time":"2024-11-11T21:16:24.286612745Z","hostname":"de2392c11384","pid":7,"src":"SignerRunner"}
{"msg":"Starting HTTP server for metrics on port 9292","v":0,"name":"mithril-signer","level":30,"time":"2024-11-11T21:16:24.286624233Z","hostname":"de2392c11384","pid":7,"src":"MetricsServer"}
{"msg":"Retrieve aggregator features message","v":0,"name":"mithril-signer","level":20,"time":"2024-11-11T21:16:24.287746643Z","hostname":"de2392c11384","pid":7,"src":"AggregatorHTTPClient"}
{"msg":">> update_era_checker(epoch:521)","v":0,"name":"mithril-signer","level":20,"time":"2024-11-11T21:16:24.31401545Z","hostname":"de2392c11384","pid":7,"src":"SignerRunner"}
{"msg":"A critical error occurred, aborting runtime. message = 'Could not update Era checker with context 'init → unregistered' for epoch Epoch(521)'","v":0,"name":"mithril-signer","level":60,"time":"2024-11-11T21:16:24.402925379Z","hostname":"de2392c11384","pid":7,"src":"StateMachine","nested_error":"Adapter Error message: «Reading from EraReader adapter raised an error: 'general error'.»\n\nCaused by:\n    0: general error\n    1: PallasChainObserver failed to get utxo\n    2: error while sending or receiving data through the channel"}
{"msg":"shutting down HTTP server after receiving signal","v":0,"name":"mithril-signer","level":40,"time":"2024-11-11T21:16:24.402954506Z","hostname":"de2392c11384","pid":7,"src":"MetricsServer"}
Error: A critical error occurred, aborting runtime. message = 'Could not update Era checker with context 'init → unregistered' for epoch Epoch(521)'

Caused by:
    0: Adapter Error message: «Reading from EraReader adapter raised an error: 'general error'.»
    1: general error
    2: PallasChainObserver failed to get utxo
    3: error while sending or receiving data through the channel

Expected behavior

Trying to understand the provenance of this error, is it a me issue ?
I suspect file permissions with the volumes (sharing cardano node.socket, db and keys)

Thank you !

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions