Skip to content

run node error #53

@zmyya

Description

@zmyya

INFO [11-24|15:31:22.795] Loaded most recent local header number=9 hash=2d8423…110e97 td=6491595988671422053471462839903826221823220024814
INFO [11-24|15:31:22.795] Loaded most recent local full block number=1 hash=963c3e…e8d765 td=218237992663297987257942290676248304695815657562
INFO [11-24|15:31:22.795] Loaded most recent local fast block number=9 hash=2d8423…110e97 td=6491595988671422053471462839903826221823220024814
INFO [11-24|15:31:22.796] Loaded local transaction journal transactions=0 dropped=0
INFO [11-24|15:31:22.796] Regenerated local transaction journal transactions=0 accounts=0
WARN [11-24|15:31:22.796] Blockchain not empty, fast sync disabled
INFO [11-24|15:31:22.796] Starting P2P networking
INFO [11-24|15:31:22.796] RLPx listener up self="enode://a6d77cce36a588e7783f488c80d69685ee2697ac180e916b144bb3f5189a099b7f0c272174fa1535c1c82ccc7b2480818a1879eceff91dab54077c6b38cf4f0b@[::]:30333?discport=0"
INFO [11-24|15:31:22.799] IPC endpoint opened url=/data/.travis/.travis/cybermiles.ipc
INFO [11-24|15:31:22.799] HTTP endpoint opened url=http://0.0.0.0:8545 cors=* vhosts=localhost
panic: Tendermint state.AppHash does not match AppHash after replay. Got 20DBA83F470D96F027EEB808AE555E2CE17860A8, expected D04FD3BEA0DC16489F7651715794D84377CE4CD9

goroutine 1 [running]:
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus.checkAppHash(0xc439579fb0, 0x5, 0x9, 0x0, 0xc439584700, 0x14, 0x14, 0x1, 0xc439584740, 0x14, ...)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus/replay.go:426 +0x1c7
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(0xc4203c9540, 0xc439579fb0, 0x5, 0x9, 0x0, 0xc439584700, 0x14, 0x14, 0x1, 0xc439584740, ...)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus/replay.go:328 +0x3ef
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc4203c9540, 0x19ca820, 0xc420b00b00, 0x4, 0x19bd680)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/consensus/replay.go:246 +0x3e5
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/proxy.(*multiAppConn).OnStart(0xc420b00b00, 0xc439584a00, 0x15)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/proxy/multi_app_conn.go:108 +0x527
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc420b00b00, 0x0, 0x0)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/libs/common/service.go:130 +0x3bd
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/node.NewNode(0xc4202806c0, 0x19bf5c0, 0xc439562240, 0x19a8ba0, 0xc4395808e0, 0xc43957ff80, 0x1871358, 0x1871360, 0x19bd680, 0xc439580d00, ...)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/node/node.go:187 +0x693
github.com/CyberMiles/travis/server/commands.startTendermint(0x19c5ce0, 0xc43954e0d0, 0xc42048e180, 0xc420b5ab00, 0xc4203800e0)
/go/src/github.com/CyberMiles/travis/server/commands/services.go:160 +0x278
github.com/CyberMiles/travis/server/commands.startServices(0x7ffc446ca4e4, 0x16, 0xc42048e180, 0x9, 0x9, 0xc42035a5e0)
/go/src/github.com/CyberMiles/travis/server/commands/services.go:81 +0x3b2
github.com/CyberMiles/travis/server/commands.start(0x7ffc446ca4e4, 0x16, 0xc42048e180, 0x28, 0x2710)
/go/src/github.com/CyberMiles/travis/server/commands/start.go:100 +0x7a
github.com/CyberMiles/travis/server/commands.startCmd.func1(0xc42003d680, 0xc4200e0be0, 0x0, 0x2, 0x0, 0x0)
/go/src/github.com/CyberMiles/travis/server/commands/start.go:75 +0x37d
github.com/CyberMiles/travis/vendor/github.com/spf13/cobra.(*Command).execute(0xc42003d680, 0xc4200e0ae0, 0x2, 0x2, 0xc42003d680, 0xc4200e0ae0)
/go/src/github.com/CyberMiles/travis/vendor/github.com/spf13/cobra/command.go:762 +0x468
github.com/CyberMiles/travis/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x2489ec0, 0x161d2c8, 0x24, 0xc420266297)
/go/src/github.com/CyberMiles/travis/vendor/github.com/spf13/cobra/command.go:852 +0x30a
github.com/CyberMiles/travis/vendor/github.com/spf13/cobra.(*Command).Execute(0x2489ec0, 0xc4200e07a0, 0x2489fb0)
/go/src/github.com/CyberMiles/travis/vendor/github.com/spf13/cobra/command.go:800 +0x2b
github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/libs/cli.Executor.Execute(0x2489ec0, 0x1872028, 0x2, 0xc4202662b0)
/go/src/github.com/CyberMiles/travis/vendor/github.com/tendermint/tendermint/libs/cli/setup.go:89 +0x4e
main.main()
/go/src/github.com/CyberMiles/travis/cmd/travis/main.go:52 +0x177

I want to run the node, but this error occurred, how to solve the problem

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