Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Cannot find a resource for fmw_jdk_jdk on redhat version 8.0 #35

Open
c013639 opened this issue Jun 1, 2019 · 0 comments
Open

Cannot find a resource for fmw_jdk_jdk on redhat version 8.0 #35

c013639 opened this issue Jun 1, 2019 · 0 comments

Comments

@c013639
Copy link

c013639 commented Jun 1, 2019

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"

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

No branches or pull requests

1 participant