Skip to content

[1.4] New & existing projects cannot be run after update #7511

Closed
@TimeBandit

Description

@TimeBandit

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

System
system

Disk Usage
disk

File System
fs

Observations

  1. The automatic update repeated a few times and I hung once at which point I Ctrl^c out of it.

Things I’ve Tried

  1. meteor update.
  2. meteor reset
  3. meteor --version 1.4 output 1.4
  4. Ran export LC_ALL="en_US.UTF-8" command before meteor command as per this SO article.
  5. 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.
  6. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions