Skip to content

Instantly share code, notes, and snippets.

/Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:221:in `merge!': can't convert nil into Hash (TypeError)
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:221:in `block in revive_hash'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:215:in `each'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:215:in `each_slice'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:215:in `revive_hash'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:127:in `visit_Psych_Nodes_Mapping'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/visitor.rb:15:in `visit'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/visitor.rb:5:in `accept'
from /Users/c5168972/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:20:in
[2012-04-16 13:27:34 +0200] Role upload failed
[2012-04-16 13:27:07 +0200] Response: Failed to authenticate. Ensure that your client key is valid.
[2012-04-16 13:27:07 +0200] ERROR: Failed to authenticate to http://10.67.43.170:4000 as barkeeper-api with key /monsoon/barkeeper/credentials-root/whatmakesusrun/stag/client_key
[2012-04-16 13:26:38 +0200] Uploading cookbooks from repo path site-cookbooks
[2012-04-16 13:26:37 +0200] Response: Failed to authenticate. Ensure that your client key is valid.
[2012-04-16 13:26:37 +0200] ERROR: Failed to authenticate to http://10.67.43.170:4000 as barkeeper-api with key /monsoon/barkeeper/credentials-root/whatmakesusrun/stag/client_key
[2012-04-16 13:26:09 +0200] Uploading cookbooks from repo path cookbooks
[2012-04-16 13:26:09 +0200] Response: No routes match the request: /cookbooks/Response:/Failed
[2012-04-16 13:26:08 +0200] ERROR: The object you are looking for could not be found
[2012-04-16 13:24:07 +0200] ERROR: U
def longtext_and_parts(*names, &block)
options = names.pop if names.last.is_a?(Hash)
names.each do |name|
longtext_field_name = (name.to_s + '_longtext').to_sym
@setup.add_text_field_factory(longtext_field_name, (options || {}).merge(as: longtext_field_name), &block)
new_name = (name.to_s + '_longtext_parts').to_sym
block ||= Proc.new { self.send name } # for regular attributes
@setup.add_text_field_factory(new_name, (options || {}).merge(as: new_name), &block)
end
end
def longtext_and_parts(*names, &block)
options = names.pop if names.last.is_a?(Hash)
names.each do |name|
longtext_field_name = (name.to_s + '_longtext').to_sym
@setup.add_text_field_factory(longtext_field_name, options || {}, &block)
new_name = (name.to_s + '_longtext_parts').to_sym
block ||= Proc.new { self.send name } # for regular attributes
@setup.add_text_field_factory(new_name, (options || {}).merge(as: new_name), &block)
end
end
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (3.0.9)
activemodel (3.0.9)
activerecord (3.0.9)
activeresource (3.0.9)
activesupport (3.0.9)
arel (2.0.10)
autotest (4.4.6)
autotest-rails (4.1.0)
/home/vagrant/.rvm/gems/ruby-1.9.3-p0@expertondemand/gems/activesupport-3.0.9/lib/active_support/dependencies.rb:239:in `block in require': iconv will be deprecated in the future, use String#encode instead.
=> Booting WEBrick
=> Rails 3.0.9 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/home/vagrant/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:217:in `merge!': can't convert nil into Hash (TypeError)
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:217:in `block in revive_hash'
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:211:in `each'
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:211:in `each_slice'
[default] Importing base box 'lucid64'...
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 4.1.0
VirtualBox Version: 4.1.8
[default] Matching MAC address for NAT networking...
C:\Users\c5168972\Documents\Projects\eod.vm>vagrant resume
INFO global: Vagrant version: 0.9.99.2
INFO vagrant: `vagrant` invoked: ["resume"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x25bc4c8>)
INFO environment: - cwd: C:/Users/c5168972/Documents/Projects/eod.vm
INFO environment: Home path: C:/Users/c5168972/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loaded 0 plugins.
DEBUG vagrant: Loading environment
[Mon, 05 Mar 2012 05:27:52 -0800] INFO: Processing rvm_global_gem[bundler] action install (rvm::system line 36)
[Mon, 05 Mar 2012 05:27:52 -0800] INFO: Processing execute[Add bundler to /usr/local/rvm/gemsets/global.gems] action run
(/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rvm/providers/global_gem.rb line 106)
[Mon, 05 Mar 2012 05:27:53 -0800] INFO: Processing rvm_gem[bundler] action install (/tmp/vagrant-chef-1/chef-solo-1/cook
books/rvm/providers/global_gem.rb line 76)
NOTE: Gem::SourceIndex.from_gems_in is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex.from_gems_in called from /opt/ruby/lib/ruby/gems/1.8/gems/chef-0.10.2/bin/../lib/chef/provider/package/
rubygems.rb:245.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from /opt/ruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:67.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid64"
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = ["chef-repo/cookbooks","chef-repo/cookbooks-edelight"]
chef.roles_path = "chef-repo/roles"