Atalanta / cucumber-chef

Framework for test-driven infrastructure development
http://cucumber-chef.org
Apache License 2.0
265 stars 55 forks source link

Cucumber - chef setup hang(different from the before mentioned) #129

Open metalsok opened 11 years ago

metalsok commented 11 years ago

Hello again , had the same "hang problem" again when the gem happens and at the moment when nokogiri gem is installed. Specifically it asks for libxml. So i solved it by editing the bootstrap file by installing before the nokogiri installation this libxml. So now i am on another issue with is described bellow. Thank you for installing Chef!

could not find recipe rubygems-install for cookbook chef-server

[2013-07-25T11:30:05+00:00] DEBUG: Re-raising exception: Chef::Exceptions::RecipeNotFound - could not find recipe rubygems-install for cookbook chef-server /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/cookbook_version.rb:547:in load_recipe' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/mixin/language_include_recipe.rb:46:inload_recipe' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/mixin/language_include_recipe.rb:33:in block in include_recipe' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/mixin/language_include_recipe.rb:27:ineach' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/mixin/language_include_recipe.rb:27:in include_recipe' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/run_context.rb:79:inblock in load' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/run_context.rb:75:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/run_context.rb:75:inload' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/client.rb:198:in setup_run_context' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/client.rb:418:indo_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/client.rb:176:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/application.rb:140:inrun_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/application/solo.rb:224:in block in run_application' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/application/solo.rb:216:inloop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/application/solo.rb:216:in run_application' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/lib/chef/application.rb:72:inrun' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.24.0/bin/chef-solo:25:in <top (required)>' /usr/bin/chef-solo:23:inload' /usr/bin/chef-solo:23:in `

' [2013-07-25T11:30:05+00:00] ERROR: Running exception handlers [2013-07-25T11:30:05+00:00] ERROR: Exception handlers complete [2013-07-25T11:30:05+00:00] FATAL: Stacktrace dumped to /tmp/chef-solo/chef-stacktrace.out

My question is. Am i on the right track of trying to make this thing work by editing the bootstrap file? any suggestions regarding the problem above? as i understand some recipes from the chef-server cookbook are required(according to the .json ) and to be exact chef-server::rubygems-install , but they do not exist.

Thank you in advance!

zpatten commented 11 years ago

Sorry for the late reply, it might be around two weeks before I can really look into this; I am moving this weekend and both the rest of this week and next week are pretty shot for me to do anything other than my "day job" if you will. That being said I might be able to do some recon into this if the time comes up. Just wanted to let you know I haven't forgotten about ya.