blockchain2graph
blockchain2graph copied to clipboard
Caused by: Error mapping GraphModel
Hello,
The first of all thank you for your tool. It saved few hours of my time. I have a problem at syncing 00000181 block:
| - ===================================
| - Starting to process block 000000181
| - Loading block data from Bitcoin core
| - Treating 3 address(es)
| - - Creating address 1JSW4QekxPokWWU4hcRwrheZbZKSkFz9oc
| - - Address 12cbQLTFMXRnSzktFkuoG3eHoMeFtpTu3S already exists
| - - Creating address 1DUDsfc23Dv9sPMEk5RsrtfzCw5ofi5sVW
| - Treating 2 transaction(s)
| - - Transaction 1/2 created (8347cee4a1cb5ad1bb0d92e86e6612dbf6cfc7649c9964f210d4069b426e720a : 1 vin(s) & 1 vout(s))
| - An error occurred while processing block : Error mapping GraphModel; nested exception is org.neo4j.ogm.exception.core.MappingException: Error mapping GraphModel
| org.springframework.dao.InvalidDataAccessApiUsageException: Error mapping GraphModel; nested exception is org.neo4j.ogm.exception.core.MappingException: Error mapping GraphModel
As I understand the problem is in repeated bTC address. Could u solve it?
Best regards, Alex
It seems there is a problem with my lastest release that uses Java 11. Can you give a try with the previous release please ?
It works. Thanks a lot