Discoverer responsibility errors out with Empty Input (Or Null) Is Not Allowed error

We had first cutover after 12.2 patching in production instance  , After the cutover, When instance is released to client, Client was getting the below error while accessing discoverer using the responsibility from EBS.




We observed that the both the discoverer URL and EBS URL are in different domain which caused the issue
1. We changed the discoverer profile options in EBS and also updated the context file with the updated discoverer urls
From -
ICX: Discover Launcher – http://test001.test.com:8090/discoverer/plus?Connect=[APPS_SECURE]
ICX :Discover Viewer Launcher http://test001.test.com:8090/discoverer/viewer?Connect=[APPS_SECURE]

To –

ICX:Discoverer Launcher - http://test001.testnet.com:8090/discoverer/plus?Connect=[APPS_SECURE]
ICX :Discover Viewer Launcher http://test001.testnet.com:8090/discoverer/viewer?Connect=[APPS_SECURE]

Update the below context file entry to new URL
-bash-4.1$ grep  s_disco $CONTEXT_FILE
         <disco_url oa_var="s_disco_url">http://test001.testnet.com:8090</disco_url>

2. After changing the context file entry,Bring down application services and run autoconfig
3. Also Added below lines related to virtual host  to /app01/oracle/fmw/asinst_1/config/OHS/ohs1/httpd.conf on test001
 
NameVirtualHost \*:8090
<VirtualHost *:8090>
   ServerName http://test001.testnet.com
    RewriteEngine On
    RewriteOptions inherit
    UseCanonicalName On
</VirtualHost>
 
4. Restarted opmn on discoverer server and we are able to access discoverer.

Comments

Popular posts from this blog

Steps to run Autoconfig for patch File system 12.2

txkCfgUtlfileDir.pl -mode=getUtlFileDir as per Cloning Oracle E-Business Suite Release 12.1 with Multitenant Database using Rapid Clone (Doc ID 2560690.1) errors with ERRORMSG: Invalid APPS database user credentials

ADOP fs_clone failing with ERROR: Managed Server's are not in sync between file system context and DB context