-
Notifications
You must be signed in to change notification settings - Fork 170
Description
Hi,
I am getting below error while running wordpress cookbook.
Note: This error is intermittent when I ran 8 times 6 times it went successful and 2 times got failed with same error. please help to resolve this issue.
Chef-server : 12
Chef-clent : 11.16.4
wordpress - 2.1.3
-
service[apache2] action restart
================================================================================
Error executing action
restarton resource 'service[apache2]'Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '1'
---- Begin output of /sbin/service httpd restart ----
STDOUT: Stopping httpd: [ OK ]
Starting httpd: [FAILED]
STDERR: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
---- End output of /sbin/service httpd restart ----
Ran /sbin/service httpd restart returned 1
Regards,
Aravind