I start Mongo DB as a Windows service, and every second time I stop the service that it reports "Error 109: The pipe has ended." Here is the command line used to start the service
"C: \ Temp \ mongodb \ bin \ mongod" --service --serviceUser --servicePassword --dbpath C: \ temp \ db --rest --logpath C: \ temp \ db \ log \ mongo. log --logappend --directoryperdb
source
share