Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesos standalone doesn't work #59

Closed
zubairov opened this issue May 10, 2015 · 1 comment
Closed

Mesos standalone doesn't work #59

zubairov opened this issue May 10, 2015 · 1 comment

Comments

@zubairov
Copy link

After

cd standalone
vagrant up --provider virtualbox

I see following error:

==> default: [2015-05-10T17:04:17+00:00] INFO: apt_package[mesos] installed mesos at 0.21.0-1.0.ubuntu1404
==> default: 
==> default: ================================================================================
==> default: Error executing action `create` on resource 'template[/usr/local/var/mesos/deploy/masters]'
==> default: ================================================================================
==> default: 
==> default: 
==> default: Chef::Exceptions::EnclosingDirectoryDoesNotExist
==> default: ------------------------------------------------
==> default: 
==> default: Parent directory /usr/local/var/mesos/deploy does not exist.
==> default: 
==> default: 
==> default: 
==> default: Resource Declaration:
==> default: ---------------------
==> default: # In /tmp/vagrant-chef/e418ba2f4cb1619cc65ae37dfa16b137/cookbooks/mesos/recipes/master.rb
==> default: 
==> default: 
==> default:  47: template File.join(deploy_dir, "masters") do
==> default:  48:   source "masters.erb"
==> default:  49:   mode 0644
==> default: 
==> default:  50:   owner "root"
==> default: 
==> default:  51:   group "root"
==> default:  52: end
==> default:  53: 
==> default: 
==> default: 
==> default: 
==> default: Compiled Resource:
==> default: ------------------
==> default: # Declared in /tmp/vagrant-chef/e418ba2f4cb1619cc65ae37dfa16b137/cookbooks/mesos/recipes/master.rb:47:in `from_file'
==> default: 
==> default: 
==> default: 
==> default: template("/usr/local/var/mesos/deploy/masters") do
==> default: 
==> default:   action "create"
==> default: 
==> default:   retries 0
==> default: 
==> default:   retry_delay 2
==> default: 
==> default:   default_guard_interpreter :default
==> default: 
==> default:   path "/usr/local/var/mesos/deploy/masters"
==> default:   backup 5
==> default: 
==> default:   atomic_update true
==> default: 
==> default:   source "masters.erb"
==> default:   declared_type :template
==> default:   cookbook_name :mesos
==> default: 
==> default:   recipe_name "master"
==> default:   mode 420
==> default: 
==> default:   owner "root"
==> default:   group "root"
==> default: 
==> default: end
==> default: 
==> default: 
==> default: 
==> default: [2015-05-10T17:04:17+00:00] INFO: Running queued delayed notifications before re-raising exception
==> default: [2015-05-10T17:04:17+00:00] ERROR: Running exception handlers
==> default: [2015-05-10T17:04:17+00:00] ERROR: Exception handlers complete
==> default: [2015-05-10T17:04:17+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2015-05-10T17:04:18+00:00] ERROR: template[/usr/local/var/mesos/deploy/masters] (mesos::master line 47) had an error: Chef::Exceptions::EnclosingDirectoryDoesNotExist: Parent directory /usr/local/var/mesos/deploy does not exist.
==> default: [2015-05-10T17:04:18+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the

Rev: af60fb3

@everpeace
Copy link
Owner

duplicated to #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants