Skip to content
This repository was 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

@c013639

Description

@c013639

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions