This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Description I'm getting the following error when installing the torquebox::server recipe:
================================================================================
Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/torquebox/recipes/server.rb
================================================================================
NoMethodError
-------------
undefined method `run_state' for Chef::Resource::RunitService
Cookbook Trace:
---------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/torquebox/recipes/server.rb:79:in `from_file'
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/torquebox/recipes/server.rb:77:in `from_file'
Relevant File Content:
----------------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/torquebox/recipes/server.rb:
72: group "torquebox"
73: mode "0755"
74: action :create
75: end
76:
77: runit_service "torquebox" do
78: options node[:torquebox]
79>> run_state node[:torquebox][:run_state]
80: end
81:
82: announce(:torquebox, :server)
83:
84: # otherwise bundler won't work in jruby
85: gem_package 'jruby-openssl' do
86: gem_binary "#{current}/jruby/bin/jgem"
87: end
88:
[2013-02-28T17:28:27+00:00] ERROR: Running exception handlers
[2013-02-28T17:28:27+00:00] ERROR: Exception handlers complete
[2013-02-28T17:28:27+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-02-28T17:28:27+00:00] FATAL: NoMethodError: undefined method `run_state' for Chef::Resource::RunitService