Issue #4191 has been reported by David Schmitt.
----------------------------------------
Bug #4191: ActiveRecord::SerializationTypeMismatch in Nodes#show: report was
supposed to be a Puppet::Transaction::Report, but was a String
http://projects.puppetlabs.com/issues/4191
Author: David Schmitt
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Keywords:
Branch:
Affected URL:
I'm using the current puppet-dashboard rpm. Sometimes, a node wedges with the
following error:
ActiveRecord::SerializationTypeMismatch in Nodes#show
Showing app/views/statuses/_run_time.html.haml where line #8 raised:
report was supposed to be a Puppet::Transaction::Report, but was a String
Extracted source (around line #8):
5: %th= time.strftime('%I:%M%p')
6: %tbody
7: %tr.runtimes
8: - reports.map{|r| r.total_time}.compact.each do |time|
9: %td= "%0.2f" % time.to_f
Trace of template inclusion: app/views/nodes/show.html.haml
RAILS_ROOT: /usr/share/puppet-dashboard
Application Trace | Framework Trace | Full Trace
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:299:in
`unserialize_attribute'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211:in
`report'
/usr/share/puppet-dashboard/app/models/report.rb:28:in `metrics'
/usr/share/puppet-dashboard/app/models/report.rb:33:in `total_time'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`_run_haml_app47views47statuses47_run_time46html46haml_locals_object_reports_run_time'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`map'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`_run_haml_app47views47statuses47_run_time46html46haml_locals_object_reports_run_time'
/usr/share/puppet-dashboard/app/views/nodes/show.html.haml:64:in
`_run_haml_app47views47nodes47show46html46haml'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:299:in
`unserialize_attribute'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211:in
`report'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:306:in
`with_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:30:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:20:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:30:in
`benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:19:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/template.rb:205:in
`render_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:44:in
`render_partial'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/partials.rb:184:in
`render_partial'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:276:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:11:in
`render'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers.rb:96:in
`non_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:11:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:306:in
`with_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:30:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/template.rb:205:in
`render_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:265:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:13:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:348:in
`_render_with_layout'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:262:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:13:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1250:in
`render_for_file'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:945:in
`render_without_benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in
`render'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in
`realtime'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1326:in
`default_render'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/respond_to.rb:107:in
`retrieve_response_from_mimes'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:164:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:164:in
`default_render'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:113:in
`to_html'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:129:in
`send'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:129:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:106:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/respond_to.rb:65:in
`respond_with'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/actions.rb:13:in
`show'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in
`perform_action_without_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in
`call_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in
`realtime'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in
`perform_action_without_flash'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in
`perform_action'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:532:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:532:in
`process_without_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in
`sass_old_process'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/sass/plugin/rails.rb:19:in
`process'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:391:in
`process'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:386:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:437:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:87:in
`dispatch'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:121:in
`_call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:130:in
`build_middleware_stack'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in
`cache'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/string_coercion.rb:25:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/head.rb:9:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:93:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`synchronize'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:114:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/reloader.rb:34:in
`run'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:108:in
`call'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/request_handler.rb:95:in
`process_request'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_request_handler.rb:207:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:118:in
`run'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:69:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/utils.rb:183:in
`safe_fork'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:62:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:45:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/spawn_manager.rb:159:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/spawn_manager.rb:287:in
`handle_spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:352:in
`__send__'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:352:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:196:in
`start_synchronously'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/passenger-spawn-server:61
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:299:in
`unserialize_attribute'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211:in
`report'
/usr/share/puppet-dashboard/app/models/report.rb:28:in `metrics'
/usr/share/puppet-dashboard/app/models/report.rb:33:in `total_time'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`_run_haml_app47views47statuses47_run_time46html46haml_locals_object_reports_run_time'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`map'
/usr/share/puppet-dashboard/app/views/statuses/_run_time.html.haml:8:in
`_run_haml_app47views47statuses47_run_time46html46haml_locals_object_reports_run_time'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:306:in
`with_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:30:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:20:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:30:in
`benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:19:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/template.rb:205:in
`render_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable_partial.rb:44:in
`render_partial'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/partials.rb:184:in
`render_partial'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:276:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:11:in
`render'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers.rb:96:in
`non_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:11:in
`render'
/usr/share/puppet-dashboard/app/views/nodes/show.html.haml:64:in
`_run_haml_app47views47nodes47show46html46haml'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:34:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:306:in
`with_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/renderable.rb:30:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/template.rb:205:in
`render_template'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:265:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:13:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:348:in
`_render_with_layout'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_view/base.rb:262:in
`render_without_haml'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/haml/helpers/action_view_mods.rb:13:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1250:in
`render_for_file'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:945:in
`render_without_benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in
`render'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in
`realtime'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in
`render'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1326:in
`default_render'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/respond_to.rb:107:in
`retrieve_response_from_mimes'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:164:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:164:in
`default_render'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:113:in
`to_html'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:129:in
`send'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:129:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/responder.rb:106:in
`call'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/legacy/respond_to.rb:65:in
`respond_with'
/usr/share/puppet-dashboard/vendor/plugins/inherited_resources/lib/inherited_resources/actions.rb:13:in
`show'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in
`perform_action_without_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in
`call_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:10:in
`realtime'
/usr/share/puppet-dashboard/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in
`ms'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in
`perform_action_without_flash'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in
`perform_action'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:532:in
`send'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:532:in
`process_without_filters'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in
`sass_old_process'
/usr/share/puppet-dashboard/vendor/gems/haml-2.2.2/lib/sass/plugin/rails.rb:19:in
`process'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:391:in
`process'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/base.rb:386:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:437:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:87:in
`dispatch'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:121:in
`_call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:130:in
`build_middleware_stack'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in
`cache'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in
`call'
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/string_coercion.rb:25:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/head.rb:9:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:93:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`synchronize'
/usr/share/puppet-dashboard/vendor/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:114:in
`call'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/reloader.rb:34:in
`run'
/usr/share/puppet-dashboard/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:108:in
`call'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/request_handler.rb:95:in
`process_request'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_request_handler.rb:207:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:118:in
`run'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:69:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/utils.rb:183:in
`safe_fork'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:62:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/rack/application_spawner.rb:45:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/spawn_manager.rb:159:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/spawn_manager.rb:287:in
`handle_spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:352:in
`__send__'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:352:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:196:in
`start_synchronously'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/passenger-spawn-server:61
Request
Parameters:
{"id"=>"nodename.blah.blah"}
Show session dump
---
Response
Headers:
{"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" 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/puppet-bugs?hl=en.