SuLab / WikiGenomesBase

A configurable codebase for launching organism specific WikiGenomes spinoff applications (e.g. ChlamBase.org) This is a web application framework for creating a model organism database leveraging the taxonomic, genetic and functional data that has been loaded to Wikidata.org by the Gene Wiki Project.
https://chlambase.org/
MIT License
7 stars 4 forks source link

Internal Server Error Ortho Alignment #62

Closed djow2019 closed 6 years ago

djow2019 commented 6 years ago

Locally it works fine, but in the production version it throws an internal server error when aligning orthologs

Edit: Splitting into 2 issues

djow2019 commented 6 years ago

Ortholog alignment issue was caused by a larger header size than the max allowed size. Increase header size by setting uwsgi parameter --buffer-size 32768

djow2019 commented 6 years ago

Internal Server Error with mutant view was caused by MongoDB server connection. Need to install mongodb-server, and start the service with "sudo service mongodb start". This fixed the error locally