/opt/scalr-server/bin/scalr-server-ctl show-attributes
Starting Chef Client, version 12.0.3
Compiling Cookbooks...
================================================================================
Recipe Compile Error in
/opt/scalr-server/embedded/cookbooks/scalr-server/attributes/default.rb
================================================================================
ArgumentError
-------------
value must be enumerable
Cookbook Trace:
---------------
/opt/scalr-server/embedded/cookbooks/scalr-server/attributes/default.rb:20:in
`block in from_file'
/opt/scalr-server/embedded/cookbooks/scalr-server/attributes/default.rb:18:in
`each'
/opt/scalr-server/embedded/cookbooks/scalr-server/attributes/default.rb:18:in
`from_file'
Relevant File Content:
----------------------
/opt/scalr-server/embedded/cookbooks/scalr-server/attributes/default.rb:
13:
14: # IP Ranges #
15:
16: # Identify all the ips that appear to be ours
17: node_ips = Set.new [node[:ipaddress]]
18: [:local_ipv4_addrs, :public_ipv4_addrs].each { |ipaddress_set|
19: begin
20>> node_ips.merge node[:cloud_v2][ipaddress_set]
21: rescue NoMethodError
22: # This will happen if the set doesn't exist
23: next
24: end
25: }
26:
27: # Remove any nil IP.
28: node_ips.reject! { |ipaddress| ipaddress.nil?}
29:
Running handlers:
[2015-04-20T18:41:33-04:00] ERROR: Running exception handlers
Running handlers complete
[2015-04-20T18:41:33-04:00] ERROR: Exception handlers complete
[2015-04-20T18:41:33-04:00] FATAL: Stacktrace dumped to
/opt/scalr-server/embedded/cookbooks/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 1.231169237 seconds
[2015-04-20T18:41:33-04:00] ERROR: value must be enumerable
[2015-04-20T18:41:33-04:00] FATAL: Chef::Exceptions::ChildConvergeError:
Chef run process exited unsuccessfully (exit code 1)
On Monday, February 2, 2015 at 8:24:11 PM UTC-8, Hee-Sung Kim wrote:
>
> Hi there..
>
> using the Scalr packages installation, i got stuck on second process
> called "reconfiguration".
>
> first process is all done.. ok.. but the problem is second...
>
> what script do i execute to generates all the configuration files ??
>
--
You received this message because you are subscribed to the Google Groups
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.