-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels