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! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Aug 5, 2007, at 9:31 PM, redbaritone wrote:> 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-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 6-Aug-07, at 10:22 AM, Rob Biedenharn wrote:> > On Aug 5, 2007, at 9:31 PM, redbaritone wrote: >> 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.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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---