bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

mongodb does not start due to LANG error #144

Open cehbrecht opened 6 years ago

cehbrecht commented 6 years ago

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.