Server stopping after awhile

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:intransaction’
/usr/local/lib/ruby/1.8/cgi/session/pstore.rb:71:in initialize' /usr/local/lib/ruby/1.8/cgi/session.rb:273:ininitialize’
/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!

On 3/28/07, Sergio R. [email protected] 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_pr

See the Mongrel FAQ and search in the page for pstore, as shown in
your errors above.

http://mongrel.rubyforge.org/faq.html

HTH,

J.

See the Mongrel FAQ and search in the page for pstore, as shown in
your errors above.

http://mongrel.rubyforge.org/faq.html

found it!

thanks!

i ended up setting up the sessions in the database yesterday to fix this
problem…

thanks!