Cookbook Trace:
/var/chef/cache/cookbooks/fmw_jdk/recipes/install.rb:49:in `from_file'
Relevant File Content:
/var/chef/cache/cookbooks/fmw_jdk/recipes/install.rb:
42: node.default['fmw_jdk']['install_type'] = 'tar.gz'
43:
44: else
45: fail 'Unknown source_file extension for solaris, please use a tar.gz or tar.Z SVR4 file'
46: end
47: end
48:
49>> fmw_jdk_jdk node['fmw']['java_home_dir'] do
50: action :install
51: java_home_dir node['fmw']['java_home_dir']
52: source_file node['fmw_jdk']['source_file']
53: source_x64_file node['fmw_jdk']['source_x64_file'] if node['os'].include?('solaris2')
54: end
55:
56: # log "####{cookbook_name}::#{recipe_name} #{Time.now.inspect}: Finished execution phase"
57: puts "####{cookbook_name}::#{recipe_name} #{Time.now.inspect}: Finished compile phase"