Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c SSL - Rollback to HTTP

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
-
Have you tried to find out if the port is in use?
$ netstat -an | grep LISTEN | grep 9506
0 -
Have you disabled internal ssl only or the complete SSL configuration?
0 -
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
0 -
I've have internal SSL disabled. BTW, will this affect the scheduler when I disable HTTP. I'm currently running both HTTP and HTTPS.
0