I have set up standalone OHS 12c on ports 7777 and HTTPS 4443. It worked just fine
I switched the HTTPS port only to 443. (tried editing ssl.conf AND modifying it using WLST commands)
I followed the instructions how to enable Linux privileged port that are listed here:
http://docs.oracle.com/middleware/1213/webtier/HSADM/getstart.htm#HSADM849
When I start the server from the command line ./startComponent.sh ohs1 , I get this error
Successfully Connected to Node Manager.
Starting server ohs1 ...
Error Starting server ohs1: weblogic.nodemanager.NMException: Received error message from Node Manager Server: [Server start command for OHS server 'ohs1' failed due to: [Failed to start the server ohs1
Check log file /oracle/Oracle_Home/user_projects/domains/ohs12/system_components/OHS/ohs_nm.log
Check log file /oracle/Oracle_Home/user_projects/domains/ohs12/servers/ohs1/logs/ohs1.log]. Please check Node Manager log and/or server 'ohs1' log for detailed information.]. Please check Node Manager log for details.
Successfully disconnected from Node Manager.
Exiting WebLogic Scripting Tool.
However, when checking ohs1.log there is nothing there that has been added during this process. ohs_nm.log basically says the same thing as the error - to look at ohs1.log which is empty.
Any help is appreciated.