autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
766 stars 220 forks source link

Problems with running develop branch in Docker #561

Closed edmcman closed 9 years ago

edmcman commented 9 years ago

If I follow the directions in https://github.com/autolab/Autolab/wiki/Deploying-Autolab-with-Docker#10-make-required-volume-directories with the develop branch, I encounter the permissions problem as described in #560. If I correct them using the commands in that issue, the branch feature/dockerized-autolab allows me to create a new course. If I use the develop branch, however, I'm taken to a 500 error page without any meaningful information. There is also little information in the log, other than the error seems to happen while processing the show action of CourseController.

I'm not really sure how to debug further. Any suggestions?

jez commented 9 years ago

Out of curiosity, does the page look like this:

500 – Internal error

Oops! Autolab seems to have done something wrong. We have been notified about this and will look into it. If you would like to file a Bug Report, you may email us at autolab-dev@andrew.cmu.edu or open an issue in our issue tracker on GitHub.

If so, then it's almost certainly related to #563, which has been merged into develop but will not affect the feature/dockerized-autolab branch.

edmcman commented 9 years ago

Yup, that is what the error looks like.

jez commented 9 years ago

This should be fixed now on master and develop. Let us know if the problem persists.