Issue #3516 has been updated by Asif Iqbal.
This server is running puppetmaster. In this means I need to get a puppet library from gem ? ---------------------------------------- Bug #3516: puppet dashboard rake install aborted http://projects.puppetlabs.com/issues/3516 Author: Asif Iqbal Status: Accepted Priority: Normal Assigned to: Category: Target version: Keywords: dashboard Branch: I am getting rake install aborted when trying to install puppet dashboard. I am running puppetmaster 0.25.1 on ubuntu jaunty r...@sys-ubuntu { ~/puppet-dashboard }$ rake install --trace (in /home/iqbala/puppet-dashboard) ** Invoke install (first_time) ** Invoke copy_config (first_time) ** Invoke config/database.yml (first_time, not_needed) ** Invoke config/database.yml.example (first_time, not_needed) ** Execute copy_config ** Invoke db:create (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:create dashboard_development already exists ** Invoke db:schema:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:schema:load -- create_table("assignments", {:force=>true}) -> 0.1050s -- create_table("node_class_memberships", {:force=>true}) -> 0.0596s -- create_table("node_classes", {:force=>true}) -> 0.0536s -- create_table("node_group_class_memberships", {:force=>true}) -> 0.0536s -- create_table("node_group_edges", {:force=>true}) -> 0.0536s -- create_table("node_group_memberships", {:force=>true}) -> 0.0655s -- create_table("node_groups", {:force=>true}) -> 0.0841s -- create_table("nodes", {:force=>true}) -> 0.0659s -- create_table("parameters", {:force=>true}) -> 0.0716s -- create_table("reports", {:force=>true}) -> 0.0538s -- add_index("reports", ["node_id"], {:name=>"index_reports_on_node_id"}) -> 0.0782s -- add_index("reports", ["time"], {:name=>"index_reports_on_time"}) -> 0.0660s -- create_table("services", {:force=>true}) -> 0.0580s -- create_table("timeline_events", {:force=>true}) -> 0.0673s -- create_table("users", {:force=>true}) -> 0.0839s -- initialize_schema_migrations_table() -> 0.0008s -- assume_migrated_upto_version(20100318131825) -> 0.0010s ** Invoke db:seed (first_time) ** Invoke environment ** Execute db:seed rake aborted! no such file to load -- puppet /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require' /home/iqbala/puppet-dashboard/app/models/report.rb:1 /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_without_new_constant_marking' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_file' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:379:in `load_file' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:259:in `require_or_load' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:425:in `load_missing_constant' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `const_missing' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in `const_missing' /home/iqbala/puppet-dashboard/db/seeds.rb:5 /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load_without_new_constant_marking' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load' /home/iqbala/puppet-dashboard/vendor/rails/railties/lib/tasks/databases.rake:215 /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 /usr/bin/rake:19:in `load' /usr/bin/rake:19 -- 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.
