[Ethereum] Fatal: Error starting protocol stack: … Access is denied

go-ethereum

What should you do if you get an error similar to the below when starting geth?

Fatal: Error starting protocol stack: Access is
denied.

Best Answer

This occurs when you have another instance of geth already running.

Use your Operating System's process handler to end the process if there are no visible windows.

This happened to me when I started (and then closed) mist before I had set a private network running.

Related Topic