Open Aravindvannu opened 9 years ago
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 restart on resource 'service[apache2]'
restart
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
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
restart
on 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