OBIEE 12c SSL - Rollback to HTTP — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12c SSL - Rollback to HTTP

Received Response
51
Views
4
Comments
1793639
1793639 Rank 1 - Community Starter

Anyone with an idea how to rollback to HTTP only for OBIEE. After disabling HTTP on setting up SSL the services failed to start. So far I can start weblogic only but nodemanager fails to start with below error:

<SEVERE> <Fatal error in NodeManager server>

java.io.IOException: The server is unable to create a server socket for listening. The address <myAddress> might be incorrect or another process is using port 9,506: java.net.BindException: Address already in use

I manually edited config.xml to remove SSL entries and also in nodemanager.properties

Answers

  • GermanA-Oracle
    GermanA-Oracle Rank 3 - Community Apprentice

    Have you tried to find out if the port is in use?

    $ netstat -an | grep LISTEN | grep 9506

  • Michael Verzijl
    Michael Verzijl Rank 6 - Analytics Lead

    Have you disabled internal ssl only or the complete SSL configuration?

  • 1793639
    1793639 Rank 1 - Community Starter

    There was an orphan process for nodeManager. I did a complete shutdown and reboot the machine. Everything started fine and with all the services running on both HTTP and HTTPS

  • 1793639
    1793639 Rank 1 - Community Starter

    I've have internal SSL disabled. BTW, will this affect the scheduler when I disable HTTP. I'm currently running both HTTP and HTTPS.