./goal node start -d xxxx hangs

after run “./update.sh -d xxxx” I can’t start my node with “./goal node start -d xxxx”.
my log is:
++++++++++++++++++++++++++++++++++++++++
Logging Starting
Telemetry Enabled: cdd78e0c-8490-4b38-8cc2-33372a731a2e
Session:
++++++++++++++++++++++++++++++++++++++++
{“file”:“ledger.go”,“function”:“github.com/algorand/go-algorand/data.LoadLedger",“level”:“debug”,“line”:122,“msg”:"Initializing Ledger(/mnt/algorand/node/data/mainnet-v1.0/ledger)”,“name”:"",“time”:“2020-08-19T04:33:43.064810Z”}
{“callee”:“github.com/algorand/go-algorand/ledger.OpenLedger.func2",“caller”:"/root/go/src/github.com/algorand/go-algorand/ledger/ledger.go:117",“file”:“dbutil.go”,“function”:"github.com/algorand/go-algorand/util/db.(*Accessor).Atomic”,“level”:“debug”,“line”:274,“msg”:“dbatomic: tx took 16.471559ms”,“name”:"",“readonly”:false,“time”:“2020-08-19T04:33:43.093613Z”}

what should I do?