Thursday, February 11, 2016

OHS not coming up after cloning with errors Web Cache and HTTP Server Fails to Start With the Error "Permission denied: make_sock: could not bind to address [::]:"

OHS not coming up after cloning with errors Web Cache and HTTP Server Fails to Start With the Error "Permission denied: make_sock: could not bind to address [::]:"

OHS logs:
---------
[OHS] [INCIDENT_ERROR:20] [OHS-9999] [core.c] [host_id:] [pid: 6256] [tid: 139797953128256] [user: applmgr] [VirtualHost: main] no listening sockets available, shutting down
[user: applmgr] [VirtualHost: main] Unable to open logs

CAUSE

If after confirming the proper steps are taken to run on a privileged port and the above errors continue, it may be because nosuid was specified in the /etc/fstab:

Solution:(ref Doc ID 1584143.1)

1. Remove nosuid from /etc/fstab

cat /etc/fstab|grep u01
/dev/VolGroup01/volu01 /u01 ext3 defaults,nodev 1 2

2. Start the services again.