HELP! Deploy problem

Everything appears to be configured and running properly, but I'm getting this error from the web site:

Status: 500 Internal Server Error Content-Type: text/html We're sorry, but something went wrong.Rails screwed up

We've been notified about this issue and we'll take a look at it shortly.

On the surface, is there a certain place I need to look to fix this? My mongrel and apache error logs are clear.

Running Apache2 (latest) Mongrel cluster

This is configured _almost_ exactly as in the Agile Rails 2 book, so I figured I'd ask here, first.

Thanks!

Look in your log/production.log which should have the details of the exception.

-Rob

Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com

Additionally I'd run scriptr/console from your project root - look for error messages. rinse repeat.

If you're not seeing errors in the above step, then run script/server -e production from the command line, tailing the production log.

Basically try baby steps, these tracers will locate the core problem.

Jodi