I had a weird error logged with pyramid under uwsgi

this was in the error log:

Loading paste environment: config:/var/www/sites/path/to/production.ini
Error opening file for reading: Permission denied

Permissions on the file were fine.

I scrolled up and noticed that there was another error -- mongo db wasn't 
running

   pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 111] 
Connection refused

starting mongodb fixed everything.

does anyone have an idea how/why i'd get a permissions error on 
`production.ini` for this ?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to