-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Impact:fewProject:Mongo DriverSeverity:has-workaroundType:BugconfirmedWe want to fix or implement itWe want to fix or implement it
Milestone
Description
Meteor updates to latest release after which projects exit with error when running meteor command. Same is seen when new a project is created using meteor create 1-4-update-fail
Error seen:
=> 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 uncaught 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.
Initial Conditions
Observations
- The automatic update repeated a few times and I hung once at which point I
Ctrl^cout of it.
Things I’ve Tried
meteor update.meteor resetmeteor --version 1.4output 1.4- Ran export
LC_ALL="en_US.UTF-8"command before meteor command as per this SO article. - Tried removing .meteor/local/db/mongod.lock as per this SO article but the file does not exist. Actually the db folder is empty with a new clean project.
- A fresh install of meteor using
curl https://install.meteor.com/ | sh
Reproduction
This issue is seen when creating a new project under 1.4. I have created a git repo. https://github.com/TimeBandit/meteor-1-4-update-fail
ilan-schemoul
Metadata
Metadata
Assignees
Labels
Impact:fewProject:Mongo DriverSeverity:has-workaroundType:BugconfirmedWe want to fix or implement itWe want to fix or implement it


