This is for Oracle OBIEE 12.2.1.4.0.
I have followed the instructions to configure SSL from here https://docs.oracle.com/middleware/bi12214/biee/BIESC/GUID-B3F876BE-9344-4803-9B99-5A4C64F68D6C.htm#BIESC374
When I get to this part here: Configuring OWSM to Use t3s, on my setup it does not say "Out of Sync", it is "Wired". Once I reboot the services, then I see an error on the log:
<Mar 9, 2020 2:55:12,684 PM MDT> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
<Mar 9, 2020 2:55:12,695 PM MDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
Build Info: Oracle BI Publisher 12.2.1.4.0
Build Info: Oracle BI Publisher 12.2.1.4.0
Build Info: Oracle BI Publisher 12.2.1.4.0
XMLPServer root path : /opt/oracle/obiee_domains/fibbi/servers/bi_server1/tmp/_WL_user/bipublisher_11.1.1/to5gma/war
Build Info: Oracle BI Publisher 12.2.1.4.0
Start Scheduler...
WLJMSServiceSecure.getInitialContext is secure: weblogic
javax.naming.CommunicationException: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms.
t3://<my-server>:9502: Destination <my-ip>, 9502 unreachable.; nested exception is:
java.net.ConnectException: Connection refused; No available router to destination.; nested exception is:
On the WebLogic console, if I go into Environment -> Servers, I do see the AdminServer as listen port 9500 as opposed to the SSL port. The HTTP has been disabled but the port hasn't changed. The config.xml has the correct port as well.
I do see the error above is because the connection is being made using "t3" and not "t3s". However, as I mentioned above, I do not have an option to do the "Oracle Web Services Manager (OWSM)" step as it is not Out of Sync. I did try to Bind again just in case but nothing changed.