Cisum Inas
Cisum Inas

Reputation: 12980

Unexpected mongo exit code 100 meteor, can't start mongo server

On windows 10 with meteor 1.2.1,

=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.
MongoDB had an unspecified unchaougt exception.
This can be caused by MongoDb being unable to write to a local database. Check that you have permissions to write to .meteor/local. MongoDb does not support filesystems like NFs that do not allow file locking.
PS C:\Users\54N1\Desktop\åäö\app

Upvotes: 0

Views: 707

Answers (1)

Cisum Inas
Cisum Inas

Reputation: 12980

Solution: remove none standard characters from directory name!

This error seems to be frequent, but one of the reasons it can be caused is due to using none standard characters in the directory path in this case ÅÄÖ, the issue is resolved by renaming folder to AAA.

Upvotes: 1

Related Questions