Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geth.service: Main process exited, code=exited, status=2/INVALIDARGUMENT #19435

Closed
The-Mike007 opened this issue Apr 10, 2019 · 1 comment
Closed

Comments

@The-Mike007
Copy link

The-Mike007 commented Apr 10, 2019

After upgrade to 1.8.25, geth working 15-20 minutes and throwing this

Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: /build/ethereum-40AXyQ/ethereum-1.8.25+build18425+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/les/txrelay.go:121 +0x4e
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: github.com/ethereum/go-ethereum/les.(*requestDistributor).nextRequest(0xc420204960, 0x0, 0x0, 0x0, 0x0)
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: /build/ethereum-40AXyQ/ethereum-1.8.25+build18425+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/les/distributor.go:195 +0x296
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0xc420204960)
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: /build/ethereum-40AXyQ/ethereum-1.8.25+build18425+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/les/distributor.go:129 +0x7f
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: created by github.com/ethereum/go-ethereum/les.newRequestDistributor
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal geth[1769]: /build/ethereum-40AXyQ/ethereum-1.8.25+build18425+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/les/distributor.go:80 +0x10b
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal systemd[1]: geth.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal systemd[1]: geth.service: Unit entered failed state.
Apr 10 10:46:12 Ubuntu-1604-xenial-64-minimal systemd[1]: geth.service: Failed with result 'exit-code'.

this how i start it
geth --lightpeers 250 --syncmode "light" --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 --rpcport 8080 --port 30303 --rpcapi db,eth,net,web3,personal --wsaddr 0.0.0.0 --ws --wsorigins "*" --wsport "8445" --cache 4096 --maxpeers 250

who can explain what is wrong?

@karalabe
Copy link
Member

This issue has been fixed in #19437, and just shipped in Geth v1.8.26. Please allow half an hour or so for the binaries to be built and pushed out. Sorry for any inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants