开发者

Error 109 when stopping Mongo DB running as a service (1.6.1)

开发者 https://www.devze.com 2023-01-13 12:05 出处:网络
I\'m running Mongo DB as windows service and every second time I stop the service it reports \"Error 10开发者_开发百科9: The pipe has been ended\". Here is the command line being used to run the servi

I'm running Mongo DB as windows service and every second time I stop the service it reports "Error 10开发者_开发百科9: The pipe has been ended". Here is the command line being used to run the service

"C:\Temp\mongodb\bin\mongod" --service --serviceUser --servicePassword --dbpath C:\temp\db --rest --logpath C:\temp\db\log\mongo.log --logappend --directoryperdb


This bug was fixed for version 2.1.0 ( https://jira.mongodb.org/browse/SERVER-2833 ) and then resurfaced ( https://jira.mongodb.org/browse/SERVER-6771 ). Hopefully it will be fixed again for version 2.2.0.

0

精彩评论

暂无评论...
验证码 换一张
取 消