This error is caused by the improper configuration of hostname of server. to fix it follow the steps below :
Change HOST.DOMAIN.com to your own hostname.
1 2 3 | echo HOST.DOMAIN.com > /etc/hostname /bin/hostname -F /etc/hostname /etc/init .d /httpd restart |