You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per report of @tty47 sometimes node is unable to start and crashing with error:
Error: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".ConstructModule.Listen.func2 (/src/nodebuilder/p2p/addrs.go:13): failed to build host.Host: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".routedHost (/src/nodebuilder/p2p/host.go:32): failed to build p2p.HostBase: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".host (/src/nodebuilder/p2p/host.go:71): failed to build peer.ID: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".id (/src/nodebuilder/p2p/identity.go:45): failed to build peerstore.Peerstore: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".peerStore (/src/nodebuilder/p2p/misc.go:76): failed to build datastore.Batching: received non-nil error from function "github.com/celestiaorg/celestia-node/nodebuilder".Store.Datastore-fm (:1): node: can't open Badger Datastore: Cannot write pid file "/home/celestia/data/LOCK" error: open /home/celestia/data/LOCK: input/output error
It can be fixed by removal of LOCK file: /home/celestia/data/LOCK
The text was updated successfully, but these errors were encountered:
Implementation ideas
Per report of @tty47 sometimes node is unable to start and crashing with error:
Error: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".ConstructModule.Listen.func2 (/src/nodebuilder/p2p/addrs.go:13): failed to build host.Host: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".routedHost (/src/nodebuilder/p2p/host.go:32): failed to build p2p.HostBase: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".host (/src/nodebuilder/p2p/host.go:71): failed to build peer.ID: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".id (/src/nodebuilder/p2p/identity.go:45): failed to build peerstore.Peerstore: could not build arguments for function "github.com/celestiaorg/celestia-node/nodebuilder/p2p".peerStore (/src/nodebuilder/p2p/misc.go:76): failed to build datastore.Batching: received non-nil error from function "github.com/celestiaorg/celestia-node/nodebuilder".Store.Datastore-fm (:1): node: can't open Badger Datastore: Cannot write pid file "/home/celestia/data/LOCK" error: open /home/celestia/data/LOCK: input/output error
It can be fixed by removal of LOCK file:
/home/celestia/data/LOCK
The text was updated successfully, but these errors were encountered: