Hi,
I execute some chef cookbooks in a machine, this machine was bootstrapped
from workstation through hosted chef environment. The cookbooks executed in
node like chef-client -o ‘recipe[core]’ it will execute all cookbooks
fine but I got like below
- service[supervisor] action start (up to date)
[2015-04-29T07:53:20+00:00] WARN: Skipping final node save because
override_runlist was given
Running handlers:
Running handlers complete
Chef Client finished, 66/75 resources updated in 3703.241345396 seconds
Running handlers:
[2015-04-29T07:53:20+00:00] ERROR: Running exception handlers
Running handlers complete
[2015-04-29T07:53:20+00:00] ERROR: Exception handlers complete
[2015-04-29T07:53:20+00:00] FATAL: Stacktrace dumped to
/var/chef/cache/chef-stacktrace.out
Chef Client failed. 66 resources updated in 3703.250384118 seconds
[2015-04-29T07:53:21+00:00] ERROR: cannot load such file –
enc/trans/single_byte
[2015-04-29T07:53:21+00:00] FATAL: Chef::Exceptions::ChildConvergeError:
Chef run process exited unsuccessfully (exit code 1)
i don’t know why it shows two results please let me know why?
Thanks in advance
Regards,
Ganesan.A