On an average I get one or two error messages in a week. The complete error message is given below. SystemExit: exit: SELECT * FROM cities WHERE (cities.id = ''18'') LIMIT 1 On line #15 of app/views/postevent/venue.rhtml 12: 13: <tr> 14: <th>State :</th> 15: <td><%= City.get_state_name(@draft.temp_city_id) %> </td> 16: </tr> 17: <tr> 18: <th>City :</th> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2006-Oct-25 07:49 UTC
Re: Why do I get System exit message once a week or so
We used to have this problem when we were using fastcgi. Apache would randomly kill some every now and again. Fred -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---