Protocol Stack Error – How to Fix Fatal Error Starting Protocol Stack: Datadir Already Used by Another Process

error

I was trying out on creating a private ethereum network by following this link .
However the first connection took too long so I uninstalled it and reinstalled it again.
However when I try to run geth .exe I get this error message:

WARN [01-16|09:29:36] No etherbase set and no accounts found as
default Fatal: Error starting protocol stack: datadir already used by
another process

Best Answer

This error message

datadir already used by another process

Usually means there's another instance of geth running. If you are on Windows use the task manager to locate the other instance of geth and kill it. And start again.