Search code examples
ruby-on-railsdeploymentmongrelmediatemple

Ruby on Rails getting HTTP 500 with no error logged (hosted on Media Temple)


I am trying to deploy my Ruby on Rails application on Media Temple. The application starts fine (Mongrel starts up fine) but I keep on getting a HTTP 500 error.

The problem is that nothing gets written to the log, so I do now know what might be causing this problem.

I have 256M of memory available so I do not believe memory is an issue.

Thanks,


Solution

  • In the the problem was solved by moving to another host. Not the ideal, but it works.