You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running handlers:
[2015-11-30T18:57:16+00:00] ERROR: Running exception handlers
Running handlers complete
[2015-11-30T18:57:16+00:00] ERROR: Exception handlers complete
[2015-11-30T18:57:16+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 8 resources updated in 20.719555238 seconds
[2015-11-30T18:57:16+00:00] ERROR: execute[building(./sbt update)](/var/chef/cache/cookbooks/builder/libraries/builder.rb line 90) had an error: Errno::ENOENT: No such file or directory - ./sbt update
[2015-11-30T18:57:16+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
The text was updated successfully, but these errors were encountered:
Is this on the radar at all? I tried setting the kafka version to 0.9.0.0 and I get the following errors when running chef-client
directory[/usr/src/builder/sources/kafka-0.9.0.0] action create (up to date)
directory[/usr/src/builder/packaging/kafka-0.9.0.0] action delete
directory[/usr/src/builder/packaging/kafka-0.9.0.0] action create
remote_file[/usr/src/builder/sources/kafka-0.9.0.0/kafka-0.9.0.0-src.tgz] action create_if_missing (up to date)
execute[Unpack remote file: kafka-0.9.0.0-src.tgz] action run
execute[building(./sbt update)] action run
Error executing action
run
on resource 'execute[building(./sbt update)]'Errno::ENOENT
No such file or directory - ./sbt update
Resource Declaration:
In /var/chef/cache/cookbooks/builder/libraries/builder.rb
90: execute "building(#{command})" do
91: command command
92: cwd exec_cwd
93: environment(
94: {'PKG_DIR' => pkg_dir}.merge(com_env)
95: )
96: end
97: end
Compiled Resource:
Declared in /var/chef/cache/cookbooks/builder/libraries/builder.rb:90:in `block in build'
execute("building(./sbt update)") do
action "run"
retries 0
retry_delay 2
guard_interpreter :default
command "./sbt update"
backup 5
cwd "/usr/src/builder/sources/kafka-0.9.0.0/kafka-0.9.0.0-src"
environment {"PKG_DIR"=>"/usr/src/builder/packaging/kafka-0.9.0.0"}
returns 0
cookbook_name "kafka"
end
Running handlers:
[2015-11-30T18:57:16+00:00] ERROR: Running exception handlers
Running handlers complete
[2015-11-30T18:57:16+00:00] ERROR: Exception handlers complete
[2015-11-30T18:57:16+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 8 resources updated in 20.719555238 seconds
[2015-11-30T18:57:16+00:00] ERROR: execute[building(./sbt update)](/var/chef/cache/cookbooks/builder/libraries/builder.rb line 90) had an error: Errno::ENOENT: No such file or directory - ./sbt update
[2015-11-30T18:57:16+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
The text was updated successfully, but these errors were encountered: