up vote 1 down vote favorite
share [g+] share [fb]

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,

link|improve this question

79% accept rate
feedback

5 Answers

You will also need to make sure that the "mongrel user" has the ability to write to the tmp/, log/

link|improve this answer
feedback

It may be an Apache error related to proxying requests to your mongrel. Check the Apache log as well.

link|improve this answer
feedback

You can try seeing the steps given above, But as a practice or a convenience, use Hoptoad Notifier or Exception Notifier to your Rails Application.

Its a nice way to keeping track of exceptions in your Rails app and you get email notifications with all the necessary details.

link|improve this answer
feedback

You could have started a script/server session running on Mongrel, that way the logs get printed directly in the session.

But I guess it's fixed either way now ;-)

link|improve this answer
feedback
up vote -1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.