The error that you're getting [IOpenSSL::PKey::RSAError (padding check failed)] is probably due to unexpected end-of-line characters.
How did you transfer the files up to the production machine? And is your development machine running Windows? Long On Tue, Aug 26, 2008 at 1:54 AM, Paco Viramontes <[EMAIL PROTECTED]> wrote: > > I get this error on prodction deploy when I try to login to default > admin user > > I had no problem on my devel machine but on ubuntu I get this do I > need to regenerate the keys some other way? > > PAco > > > > IOpenSSL::PKey::RSAError (padding check failed): > /config/initializers/crypto.rb:27:in `private_decrypt' > /config/initializers/crypto.rb:27:in `send' > /config/initializers/crypto.rb:27:in `decrypt' > /app/models/person.rb:286:in `decrypt' > /app/models/person.rb:298:in `unencrypted_password' > /app/models/person.rb:293:in `authenticated?' > /app/models/person.rb:268:in `authenticate' > /app/controllers/sessions_controller.rb:11:in `create' > /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in > `send' > /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in > `perform_action_without_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in > `call_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in > `perform_action_without_benchmark' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 68:in `perform_action_without_rescue' > /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 68:in `perform_action_without_rescue' > /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in > `perform_action_without_caching' > /vendor/rails/actionpack/lib/action_controller/caching/ > sql_cache.rb:13:in `perform_action' > /vendor/rails/activerecord/lib/active_record/connection_adapters/ > abstract/query_cache.rb:33:in `cache' > /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in > `cache' > /vendor/rails/actionpack/lib/action_controller/caching/ > sql_cache.rb:12:in `perform_action' > /vendor/rails/actionpack/lib/action_controller/base.rb:529:in > `send' > /vendor/rails/actionpack/lib/action_controller/base.rb:529:in > `process_without_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in > `process_without_session_management_support' > /vendor/rails/actionpack/lib/action_controller/ > session_management.rb:130:in `process' > /vendor/rails/actionpack/lib/action_controller/base.rb:389:in > `process' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 149:in `handle_request' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 107:in `dispatch' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 104:in `synchronize' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 104:in `dispatch' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 120:in `dispatch_cgi' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 35:in `dispatch' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > rails.rb:76:in `process' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > rails.rb:74:in `synchronize' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > rails.rb:74:in `process' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 159:in `process_client' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 158:in `each' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 158:in `process_client' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 285:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 285:in `initialize' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 285:in `new' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 285:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 268:in `initialize' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 268:in `new' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: > 268:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > configurator.rb:282:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > configurator.rb:281:in `each' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > configurator.rb:281:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails: > 128:in `run' > /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > command.rb:212:in `run' > /usr/lib/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 > > > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
