Skip to content

Frigate indexer fails to start #6

@ponthief

Description

@ponthief

was working fine then suddenly it won't start:

2025-11-24 08:15:49,345 INFO Initializing indexes...
Exception in thread "main" com.github.arteam.simplejsonrpc.client.exception.JsonRpcException: ErrorMessage{code=-5, message=No such mempool or blockchain transaction. Use gettransaction for wallet transactions., data=null}
	at simple.json.rpc.client@1.3/com.github.arteam.simplejsonrpc.client.builder.ObjectApiBuilder.invoke(Unknown Source)
	at jdk.proxy2/jdk.proxy2.$Proxy9.getRawTransaction(Unknown Source)
	at com.sparrowwallet.frigate/com.sparrowwallet.frigate.bitcoind.BitcoindClient.getScriptPubKey(Unknown Source)
	at com.sparrowwallet.frigate/com.sparrowwallet.frigate.bitcoind.BitcoindClient.updateBlocksIndex(Unknown Source)
	at com.sparrowwallet.frigate/com.sparrowwallet.frigate.bitcoind.BitcoindClient.initialize(Unknown Source)
	at com.sparrowwallet.frigate/com.sparrowwallet.frigate.Frigate.start(Unknown Source)
	at com.sparrowwallet.frigate/com.sparrowwallet.frigate.Frigate.main(Unknown Source)

log shows that it had indexed up to block 924057:
2025-11-22 16:37:17,169 INFO [main] c.s.f.i.Index Indexed 244 transactions to block height 924057
2025-11-22 16:40:10,774 INFO [main] c.s.f.b.BitcoindClient Initializing indexes...
2025-11-22 16:48:52,522 INFO [main] c.s.f.b.BitcoindClient Initializing indexes...
2025-11-24 08:15:49,345 INFO [main] c.s.f.b.BitcoindClient Initializing indexes...
2025-11-25 08:38:35,196 INFO [main] c.s.f.b.BitcoindClient Initializing indexes...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions