You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes mongodb does not start and has the following error message in the var/log/supervisor/mongodb.log:
2017-01-05T15:01:27.808+0100 SEVERE: Failed global initialization: BadValue Invalid or no user locale set. Please ensure LANG and/or LC_* environment variables are set correctly.
It can be solved by setting:
$ export LC_ALL=C
... and restart the database.
The text was updated successfully, but these errors were encountered:
sometimes mongodb does not start and has the following error message in the
var/log/supervisor/mongodb.log
:It can be solved by setting:
... and restart the database.
The text was updated successfully, but these errors were encountered: