i am running a new site on mongrel, and i have made added: ActiveRecord::Base.verification_timeout = 14400 to the config, but it is still pooping out after some time.. the error i am getting is a little different than the normal timeout.. it looks like: Permission denied - /tmp/ruby_sess.d7288b34ea60ebda /usr/local/lib/ruby/1.8/pstore.rb:289:in `initialize'' /usr/local/lib/ruby/1.8/pstore.rb:289:in `transaction'' /usr/local/lib/ruby/1.8/cgi/session/pstore.rb:71:in `initialize'' /usr/local/lib/ruby/1.8/cgi/session.rb:273:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/cgi_pr and the error on the screen looks like: tatus: 500 Internal Server Error Content-Type: text/html Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html anyone have any ideas? thanks! -- 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?hl=en -~----------~----~----~----~------~----~------~--~---
On 3/28/07, Sergio Ruiz <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> i am running a new site on mongrel, and i have made added: > ActiveRecord::Base.verification_timeout = 14400 > to the config, but it is still pooping out after some time..> the error i am getting is a little different than the normal timeout.. > it looks like: > > Permission denied - /tmp/ruby_sess.d7288b34ea60ebda > /usr/local/lib/ruby/1.8/pstore.rb:289:in `initialize'' > /usr/local/lib/ruby/1.8/pstore.rb:289:in `transaction'' > /usr/local/lib/ruby/1.8/cgi/session/pstore.rb:71:in `initialize'' > /usr/local/lib/ruby/1.8/cgi/session.rb:273:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/cgi_prSee the Mongrel FAQ and search in the page for pstore, as shown in your errors above. http://mongrel.rubyforge.org/faq.html HTH, J. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> See the Mongrel FAQ and search in the page for pstore, as shown in > your errors above. > > http://mongrel.rubyforge.org/faq.htmlfound it! thanks! i ended up setting up the sessions in the database yesterday to fix this problem.. thanks! -- 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?hl=en -~----------~----~----~----~------~----~------~--~---