We recently found a very strange error when we are connecting to Hyperion Workspace version 11.1.2.4.
Before I proceed , note we are using SSL at F5 load balancing url ie we are using link like https://F5_server_name/workspace/index.jsp
The error was occurred when the users go to Hyperion Planning in Workspace and try to open the forms using the File-> Open in Smart View button
Below is the error which the users get when performing this action
Digging on this we observed that when we use a non SSL link like http://HSS_Server_name:19000/workspace/index.jsp , the issue does not exists .
Working with Oracle Support , we implemented the below settings and it did the trick and user are able to perform the above described action in Hyperion Planning .
-----------------------------option 1---------------------------
1) Start Weblogic Admin server, login to console
http://localhost:7001/console.
2) Click on the domain name, go to the left-hand navigation and click on the "Web Applications" tab, then scroll down
3) At the bottom and check the "WebLogic Plugin Enabled", then scroll down to the bottom of the page and hit "Save".
4) Restart Weblogic servers.
-----------------------------option 2---------------------------
On all http servers, edit the mod_wl_ohs.conf file and add the following line to the bottom:
WLProxySSL ON
Save the file and restart all servers including OHS
1) Start Weblogic Admin server, login to console
http://localhost:7001/console.
2) Click on the domain name, go to the left-hand navigation and click on the "Web Applications" tab, then scroll down
3) At the bottom and check the "WebLogic Plugin Enabled", then scroll down to the bottom of the page and hit "Save".
4) Restart Weblogic servers.
-----------------------------option 2---------------------------
On all http servers, edit the mod_wl_ohs.conf file and add the following line to the bottom:
WLProxySSL ON
Save the file and restart all servers including OHS