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
Error executing action start on resource 'service[nginx]'
Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/nginx start ----
STDOUT: Starting nginx:
STDERR: nginx: [emerg] host not found in upstream "aim" in /etc/nginx/sites-enabled/aim:27
nginx: configuration file /etc/nginx/nginx.conf test failed
---- End output of /etc/init.d/nginx start ----
Ran /etc/init.d/nginx start returned 1
Resource Declaration:
In /tmp/chef-solo/site-cookbooks/nginx/recipes/default.rb
88:
89: service "nginx" do
90: supports :status => true, :restart => true, :reload => true
91: action [:enable, :start]
92: end
93:
Compiled Resource:
Declared in /tmp/chef-solo/site-cookbooks/nginx/recipes/default.rb:89:in `from_file'
[2012-10-12T11:17:41-04:00] ERROR: Running exception handlers
[2012-10-12T11:17:41-04:00] ERROR: Exception handlers complete
[2012-10-12T11:17:41-04:00] FATAL: Stacktrace dumped to /tmp/chef-solo/chef-stacktrace.out
[2012-10-12T11:17:41-04:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: service[nginx](nginx::default line 89) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/nginx start ----
STDOUT: Starting nginx:
STDERR: nginx: [emerg] host not found in upstream "aim" in /etc/nginx/sites-enabled/aim:27
nginx: configuration file /etc/nginx/nginx.conf test failed
---- End output of /etc/init.d/nginx start ----
Ran /etc/init.d/nginx start returned 1
The text was updated successfully, but these errors were encountered:
Error executing action
start
on resource 'service[nginx]'Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/nginx start ----
STDOUT: Starting nginx:
STDERR: nginx: [emerg] host not found in upstream "aim" in /etc/nginx/sites-enabled/aim:27
nginx: configuration file /etc/nginx/nginx.conf test failed
---- End output of /etc/init.d/nginx start ----
Ran /etc/init.d/nginx start returned 1
Resource Declaration:
In /tmp/chef-solo/site-cookbooks/nginx/recipes/default.rb
88:
89: service "nginx" do
90: supports :status => true, :restart => true, :reload => true
91: action [:enable, :start]
92: end
93:
Compiled Resource:
Declared in /tmp/chef-solo/site-cookbooks/nginx/recipes/default.rb:89:in `from_file'
service("nginx") do
action [:enable, :start]
supports {:status=>true, :restart=>true, :reload=>true}
retries 0
retry_delay 2
service_name "nginx"
pattern "nginx"
startup_type :automatic
cookbook_name :nginx
recipe_name "default"
end
[2012-10-12T11:17:41-04:00] ERROR: Running exception handlers
[2012-10-12T11:17:41-04:00] ERROR: Exception handlers complete
[2012-10-12T11:17:41-04:00] FATAL: Stacktrace dumped to /tmp/chef-solo/chef-stacktrace.out
[2012-10-12T11:17:41-04:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: service[nginx](nginx::default line 89) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/nginx start ----
STDOUT: Starting nginx:
STDERR: nginx: [emerg] host not found in upstream "aim" in /etc/nginx/sites-enabled/aim:27
nginx: configuration file /etc/nginx/nginx.conf test failed
---- End output of /etc/init.d/nginx start ----
Ran /etc/init.d/nginx start returned 1
The text was updated successfully, but these errors were encountered: