Christopher Redinger
2008-Jun-30 16:14 UTC
[Facebooker-talk] Facebooker::Session::MissingOrInvalidParameter
Any ideas why I''d occasionally see this error? Most of the time, the app seems to be working fine. Then we''ll get some of these errors. The requests look the same to me as working requests, they include an auth_token that looks valid and have ''installed=1'' in the query string. A Facebooker::Session::MissingOrInvalidParameter occurred in home#index: Invalid parameter [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in `process'' Here''s the stack trace: ------------------------------- Environment: ------------------------------- * CONTENT_LENGTH : 3637 * CONTENT_TYPE : application/x-www-form-urlencoded * GATEWAY_INTERFACE : CGI/1.2 * HTTP_ACCEPT : */* * HTTP_ACCEPT_ENCODING: gzip * HTTP_CONNECTION : close * HTTP_CONTENT_LENGTH : 3637 * HTTP_CONTENT_TYPE : application/x-www-form-urlencoded * HTTP_COOKIE : * HTTP_HOST : www.prepchamps.com * HTTP_PRAGMA : no-cache * HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; FDM; .NET CLR 3.0.04506.30) * HTTP_VERSION : HTTP/1.0 * HTTP_X_FORWARDED_FOR: 69.63.176.91 * HTTP_X_REAL_IP : 69.63.176.91 * PATH_INFO : * QUERY_STRING : auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 * RAW_POST_DATA : [FILTERED] * REMOTE_ADDR : 127.0.0.1 * REQUEST_METHOD : POST * REQUEST_PATH : * REQUEST_URI : /?auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 * SCRIPT_NAME : / * SERVER_NAME : www.prepchamps.com * SERVER_PORT : 80 * SERVER_PROTOCOL : HTTP/1.1 * SERVER_SOFTWARE : Mongrel 1.1.5 ------------------------------- Backtrace: ------------------------------- [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in `process'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/service.rb:14:in `post'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb:411:in `post'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb:150:in `secure!'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:45:in `secure_with_token!'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:23:in `set_facebook_session'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:167:in `ensure_authenticated_to_facebook'' [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:172:in `ensure_application_is_installed_by_facebook_user'' [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:173:in `send'' [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:173:in `evaluate_method'' [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:161:in `call'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:430:in `call'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:592:in `run_before_filters'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:578:in `call_filters'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' /usr/lib64/ruby/1.8/benchmark.rb:293:in `measure'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'' [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'' [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `sass_old_process'' [RAILS_ROOT]/vendor/gems/haml-2.1.0/lib/sass/plugin/rails.rb:19:in `process'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'' /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 /usr/bin/mongrel_rails:19:in `load'' /usr/bin/mongrel_rails:19 -- Christopher Redinger http://www.agiledisciple.com
Michael Niessner
2008-Jun-30 19:21 UTC
[Facebooker-talk] Facebooker::Session::MissingOrInvalidParameter
Is this that problem where the user refreshes the page that has the auth_token in the url? I thought that was fixed at some point. Michael On Jun 30, 2008, at 11:14 AM, Christopher Redinger wrote:> Any ideas why I''d occasionally see this error? Most of the time, the > app seems to be working fine. Then we''ll get some of these errors. The > requests look the same to me as working requests, they include an > auth_token that looks valid and have ''installed=1'' in the query > string. > > A Facebooker::Session::MissingOrInvalidParameter occurred in > home#index: > > Invalid parameter > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in > `process'' > > > Here''s the stack trace: > > ------------------------------- > Environment: > ------------------------------- > > * CONTENT_LENGTH : 3637 > * CONTENT_TYPE : application/x-www-form-urlencoded > * GATEWAY_INTERFACE : CGI/1.2 > * HTTP_ACCEPT : */* > * HTTP_ACCEPT_ENCODING: gzip > * HTTP_CONNECTION : close > * HTTP_CONTENT_LENGTH : 3637 > * HTTP_CONTENT_TYPE : application/x-www-form-urlencoded > * HTTP_COOKIE : > * HTTP_HOST : www.prepchamps.com > * HTTP_PRAGMA : no-cache > * HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT > 5.1; SV1; .NET CLR 2.0.50727; FDM; .NET CLR 3.0.04506.30) > * HTTP_VERSION : HTTP/1.0 > * HTTP_X_FORWARDED_FOR: 69.63.176.91 > * HTTP_X_REAL_IP : 69.63.176.91 > * PATH_INFO : > * QUERY_STRING : > auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 > * RAW_POST_DATA : [FILTERED] > * REMOTE_ADDR : 127.0.0.1 > * REQUEST_METHOD : POST > * REQUEST_PATH : > * REQUEST_URI : > /?auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 > * SCRIPT_NAME : / > * SERVER_NAME : www.prepchamps.com > * SERVER_PORT : 80 > * SERVER_PROTOCOL : HTTP/1.1 > * SERVER_SOFTWARE : Mongrel 1.1.5 > > ------------------------------- > Backtrace: > ------------------------------- > > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in > `process'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb: > 15:in `parse'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/service.rb: > 14:in `post'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb: > 411:in `post'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb: > 150:in > `secure!'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/ > controller.rb:45:in > `secure_with_token!'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/ > controller.rb:23:in > `set_facebook_session'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/ > controller.rb:167:in > `ensure_authenticated_to_facebook'' > [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/ > controller.rb:172:in > `ensure_application_is_installed_by_facebook_user'' > [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/ > callbacks.rb:173:in > `send'' > [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/ > callbacks.rb:173:in > `evaluate_method'' > [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/ > callbacks.rb:161:in > `call'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > filters.rb:430:in > `call'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > filters.rb:592:in > `run_before_filters'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > filters.rb:578:in > `call_filters'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > filters.rb:573:in > `perform_action_without_benchmark'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > benchmarking.rb:68:in > `perform_action_without_rescue'' > /usr/lib64/ruby/1.8/benchmark.rb:293:in `measure'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > benchmarking.rb:68:in > `perform_action_without_rescue'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb: > 201:in > `perform_action_without_caching'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/ > sql_cache.rb:13:in > `perform_action'' > [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/query_cache.rb:33:in > `cache'' > [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/ > query_cache.rb:8:in > `cache'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/ > sql_cache.rb:12:in > `perform_action'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb: > 529:in > `send'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb: > 529:in > `process_without_filters'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > filters.rb:569:in > `process_without_session_management_support'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > session_management.rb:130:in > `sass_old_process'' > [RAILS_ROOT]/vendor/gems/haml-2.1.0/lib/sass/plugin/rails.rb:19:in > `process'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb: > 389:in > `process'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:149:in > `handle_request'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:107:in > `dispatch'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:104:in > `synchronize'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:104:in > `dispatch'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:120:in > `dispatch_cgi'' > [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/ > dispatcher.rb:35:in > `dispatch'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in > `process'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in > `synchronize'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in > `process'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in > `process_client'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in > `each'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in > `process_client'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in > `initialize'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in > `new'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in > `initialize'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in > `new'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/ > configurator.rb:282:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/ > configurator.rb:281:in > `each'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/ > configurator.rb:281:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in > `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb: > 212:in `run'' > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 > /usr/bin/mongrel_rails:19:in `load'' > /usr/bin/mongrel_rails:19 > -- > Christopher Redinger > http://www.agiledisciple.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
Christopher Redinger
2008-Jun-30 19:27 UTC
[Facebooker-talk] Facebooker::Session::MissingOrInvalidParameter
I just gave this a try, and that doesn''t seem to be the problem. I was pointed to the possibility of a performance problem - my app not responding in time. So, I am investigating that right now. On Mon, Jun 30, 2008 at 3:21 PM, Michael Niessner <mniessner at elevatedrails.com> wrote:> Is this that problem where the user refreshes the page that has the > auth_token in the url? I thought that was fixed at some point. > > Michael > > > On Jun 30, 2008, at 11:14 AM, Christopher Redinger wrote: > >> Any ideas why I''d occasionally see this error? Most of the time, the >> app seems to be working fine. Then we''ll get some of these errors. The >> requests look the same to me as working requests, they include an >> auth_token that looks valid and have ''installed=1'' in the query >> string. >> >> A Facebooker::Session::MissingOrInvalidParameter occurred in home#index: >> >> Invalid parameter >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in >> `process'' >> >> >> Here''s the stack trace: >> >> ------------------------------- >> Environment: >> ------------------------------- >> >> * CONTENT_LENGTH : 3637 >> * CONTENT_TYPE : application/x-www-form-urlencoded >> * GATEWAY_INTERFACE : CGI/1.2 >> * HTTP_ACCEPT : */* >> * HTTP_ACCEPT_ENCODING: gzip >> * HTTP_CONNECTION : close >> * HTTP_CONTENT_LENGTH : 3637 >> * HTTP_CONTENT_TYPE : application/x-www-form-urlencoded >> * HTTP_COOKIE : >> * HTTP_HOST : www.prepchamps.com >> * HTTP_PRAGMA : no-cache >> * HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT >> 5.1; SV1; .NET CLR 2.0.50727; FDM; .NET CLR 3.0.04506.30) >> * HTTP_VERSION : HTTP/1.0 >> * HTTP_X_FORWARDED_FOR: 69.63.176.91 >> * HTTP_X_REAL_IP : 69.63.176.91 >> * PATH_INFO : >> * QUERY_STRING : >> auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 >> * RAW_POST_DATA : [FILTERED] >> * REMOTE_ADDR : 127.0.0.1 >> * REQUEST_METHOD : POST >> * REQUEST_PATH : >> * REQUEST_URI : >> /?auth_token=2eadf6f43dfd14bbff05d445f37af7bb&installed=1 >> * SCRIPT_NAME : / >> * SERVER_NAME : www.prepchamps.com >> * SERVER_PORT : 80 >> * SERVER_PROTOCOL : HTTP/1.1 >> * SERVER_SOFTWARE : Mongrel 1.1.5 >> >> ------------------------------- >> Backtrace: >> ------------------------------- >> >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in >> `process'' >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in >> `parse'' >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/service.rb:14:in >> `post'' >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb:411:in >> `post'' >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/session.rb:150:in >> `secure!'' >> >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:45:in >> `secure_with_token!'' >> >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:23:in >> `set_facebook_session'' >> >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:167:in >> `ensure_authenticated_to_facebook'' >> >> [RAILS_ROOT]/vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:172:in >> `ensure_application_is_installed_by_facebook_user'' >> >> [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:173:in >> `send'' >> >> [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:173:in >> `evaluate_method'' >> >> [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/callbacks.rb:161:in >> `call'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:430:in >> `call'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:592:in >> `run_before_filters'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:578:in >> `call_filters'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:573:in >> `perform_action_without_benchmark'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in >> `perform_action_without_rescue'' >> /usr/lib64/ruby/1.8/benchmark.rb:293:in `measure'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in >> `perform_action_without_rescue'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in >> `perform_action_without_caching'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in >> `perform_action'' >> >> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in >> `cache'' >> >> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in >> `cache'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in >> `perform_action'' >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:529:in >> `send'' >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:529:in >> `process_without_filters'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:569:in >> `process_without_session_management_support'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in >> `sass_old_process'' >> [RAILS_ROOT]/vendor/gems/haml-2.1.0/lib/sass/plugin/rails.rb:19:in >> `process'' >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:389:in >> `process'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in >> `handle_request'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in >> `dispatch'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in >> `synchronize'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in >> `dispatch'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in >> `dispatch_cgi'' >> >> [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in >> `dispatch'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in >> `process'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in >> `synchronize'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in >> `process'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in >> `process_client'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in >> `process_client'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in >> `initialize'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in >> `initialize'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'' >> >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in >> `run'' >> >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in >> `each'' >> >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in >> `run'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in >> `run'' >> /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 >> /usr/bin/mongrel_rails:19:in `load'' >> /usr/bin/mongrel_rails:19 >> -- >> Christopher Redinger >> http://www.agiledisciple.com >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- Christopher Redinger http://www.agiledisciple.com