-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello!
I upgraded the node from version 1.8.6 to 1.9.6-fuji (the database remained the same).
Command for start: ./avalanchego --http-host=0.0.0.0 --index-enabled=true --network-id=fuji
After the start I get an error and the application stops
INFO [10-03|16:33:13.474] <C Chain> github.com/ava-labs/coreth/trie/database.go:722: Persisted trie from memory database nodes=1 size=140.00B time="8.44µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
INFO [10-03|16:33:13.474] <C Chain> github.com/ava-labs/coreth/plugin/evm/vm.go:455: lastAccepted = 0x1695b1195fa2589878aea2cc38d31b1a1599ab7a4d1d27d98e9318b0c1f36f82
INFO [10-03|16:33:13.475] <C Chain> github.com/ava-labs/coreth/eth/backend.go:147: Allocated trie memory caches clean=256.00MiB dirty=256.00MiB
INFO [10-03|16:33:13.493] <C Chain> github.com/ava-labs/coreth/trie/database.go:722: Persisted trie from memory database nodes=1 size=140.00B time="5.769µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
[10-03|16:33:13.494] FATAL chains/manager.go:289 error creating required chain {"chainID": "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp", "error": "error while creating new snowman vm mismatching Banff fork block timestamp in database (have <nil>, want 1664805600, rewindto 1664805599)"}
[10-03|16:33:13.494] INFO chains/manager.go:266 creating chain {"chainID": "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm", "vmID": "jvYyfQTxGMJLuGWa55kdP2p2zSUYsQ5Raupu4TW34ZAUBAbtq"}
[10-03|16:33:13.494] INFO node/node.go:1352 shutting down node {"exitCode": 1}
[10-03|16:33:13.494] INFO ipcs/chainipc.go:111 shutting down chain IPCs
[10-03|16:33:13.494] INFO chains/manager.go:1002 shutting down chain manager
[10-03|16:33:13.495] INFO router/chain_router.go:314 shutting down chain router
[10-03|16:33:13.496] INFO <X Chain> avm/vm.go:458 fee asset is established {"alias": "AVAX", "assetID": "U8iRqJoiJm8xZHAacmvYyZVwqQx6uDNtQeP3CQ6fcgQk3JqnK"}
[10-03|16:33:13.496] INFO <X Chain> avm/vm.go:240 address transaction indexing is disabled
[10-03|16:33:13.497] INFO <X Chain> avalanche/transitive.go:74 initializing consensus engine
[10-03|16:33:13.497] INFO indexer/index.go:110 created new index {"nextAcceptedIndex": 441352}
[10-03|16:33:13.498] INFO server/server.go:298 adding route {"url": "/ext/index/X", "endpoint": "/vtx"}
[10-03|16:33:13.498] INFO indexer/index.go:110 created new index {"nextAcceptedIndex": 499895}
[10-03|16:33:13.498] INFO server/server.go:298 adding route {"url": "/ext/index/X", "endpoint": "/tx"}
[10-03|16:33:13.498] INFO server/server.go:272 adding route {"url": "/ext/bc/2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm", "endpoint": ""}
[10-03|16:33:13.498] INFO <X Chain> bootstrap/bootstrapper.go:313 starting bootstrap
[10-03|16:33:13.498] INFO <P Chain> bootstrap/bootstrapper.go:571 waiting for the remaining chains in this subnet to finish syncing
[10-03|16:33:13.498] INFO server/server.go:272 adding route {"url": "/ext/bc/2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm", "endpoint": "/wallet"}
[10-03|16:33:13.498] INFO <P Chain> bootstrap/bootstrapper.go:282 shutting down bootstrapper
[10-03|16:33:13.498] INFO server/server.go:272 adding route {"url": "/ext/bc/2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm", "endpoint": "/events"}
[10-03|16:33:13.498] INFO network/network.go:1066 shutting down the p2p networking
[10-03|16:33:13.502] INFO node/node.go:1405 cleaning up plugin subprocesses
[10-03|16:33:13.503] INFO node/node.go:1417 finished node shutdown
[10-03|16:33:13.503] INFO nat/nat.go:180 Unmapped all ports
OS: Ubuntu 20.04.4 LTS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working