bdcravens / railo-vagrant

Simple setup to launch a VM using Vagrant running Ubuntu 12.04 and Railo
15 stars 8 forks source link

Chef Exception when starting VM #13

Closed ajmichels closed 8 years ago

ajmichels commented 11 years ago

I get the following message when I try to do vagrant up:

================================================================================
Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo->1/cookbooks/main/recipes/default.rb
================================================================================

Chef::Exceptions::CookbookNotFound
----------------------------------
Cookbook mysql not found. If you're loading mysql from another cookbook, make sure you configure the dependency in your metadata

Cookbook Trace:
---------------
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/main/recipes/default.rb:30:in `from_file'

Relevant File Content:
----------------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/main/recipes/default.rb:

  1:  # Run apt-get update to create the stamp file
  2:  execute "apt-get-update" do
  3:    command "apt-get update"
  4:    ignore_failure true
  5:    not_if do ::File.exists?('/var/lib/apt/periodic/update-success-stamp') end
  6:    action :nothing
  7:  end
  8:
  9:  # For other recipes to call to force an update

[2013-10-16T20:55:37+00:00] ERROR: Running exception handlers
[2013-10-16T20:55:37+00:00] ERROR: Exception handlers complete
[2013-10-16T20:55:37+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-10-16T20:55:37+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook mysql not found. If you're loading mysql from another cookbook, make sure you configure the dependency in your metadata
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

I am running the latest versions of Vagrant and VirtualBox on Windows.

ajmichels commented 8 years ago

Clearly this issue got no attention and it is probably no longer relevant. I don't use Windows or CFML anymore so I wouldn't be able to help with the solution if it was.