FRM-92120: Registry File Registry.dat is missing

classic Classic list List threaded Threaded
7 messages Options
big
Reply | Threaded
Open this post in threaded view
|

FRM-92120: Registry File Registry.dat is missing

big
Hi,
On 12.2.9 DB 19c on AIX

When launching formes we receive:

FRM-92120: Registry File <a href="https://host:port/OA_JAVA/oracle/forms/registry/Registry.dat">https://host:port/OA_JAVA/oracle/forms/registry/Registry.dat is missing.

I saw the document: 2753534.1 but it is for 12.1.3.

Thanks for advise.
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

ErmanArslansOracleBlog
Administrator
Yes. That note is for 12.1.3
You are 12.2 so.. In your case, the cause should be different.
1)Is the Registry.dat present on your EBS apps node?
2)Did you implement TLS/SSL by following the Oracle Mos Note line by line / patching and everything is ok right ? ( I 'm asking this because I see a "https" there) --> Enabling TLS in Oracle E-Business Suite Release 12.2(Doc ID 1367293.1)
3)Did you delete all the browser + and java jre cache on your client restart the browser and retry? -- browser full cache + client java cache, java temporary file and stuff like that.. -- >just in case if the wrong forms jars may be loading by the client and looking for the registry dat in wrong place.
big
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

big
Thank you.
1-if Registry.dat is not present what to do?
Regards.
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

ErmanArslansOracleBlog
Administrator
You should review your past patrching activities if that s the case.
big
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

big
Thanks.
We have Registry.dat in two locations :

/u1/appli/mysystem/fs2/EBSapps/10.1.2/forms/java/oracle/forms/registry/Registry.dat
/u1/appli/mysystem/fs2/EBSapps/comn/java/classes/oracle/forms/registry/Registry.dat

And:

OA_JAVA=/u1/appli/mysystem/fs2/EBSapps/comn/java/classes

We are behind a PROXY which is in https and E-Business is not :
<url_protocol oa_var="s_url_protocol">http</url_protocol>

Then we are not concerned by TLS (I think).

Since we did:
9.1 An Alternate TLS Termination Point Other than OHS
If you want to use a reverse proxy
From 1367293.1

Regards.
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

ErmanArslansOracleBlog
Administrator
okay now you are talking big :)
Then, probably it is related with your proxy configuration..
In that MOS note (Enabling TLS in Oracle E-Business Suite Release 12.2 (Doc ID 1367293.1)), check the following proxy related steps.. ->

Configure a reverse proxy or a load balancer.....
If you choose to use HAProxy, follow Section 3 through 5 in Document 2012639.1, Using HAProxy as a TLS Termination Point for Oracle E-Business Suite Release 12.1.3. (The HAProxy instructions in this document are applicable for both Oracle E-Business Suite Release 12.1 and Release 12.2.)

I suspect it is due to that part cause we have a known issue about a similar kind of a configuration in MOS -> FRM-92120 Registry File Registry.dat Is Missing When Accessing Forms Through An External OHS (Doc ID 1674891.1)
big
Reply | Threaded
Open this post in threaded view
|

Re: FRM-92120: Registry File Registry.dat is missing

big
This post was updated on .
Thanks.

I took a look at those metalink notes.

For 1674891.1 there is no line with RewriteRule ^/forms/registry/(..*) /workaroundregistry/$1 [PT]
AliasMatch ^/workaroundregistry/(..*)  in forms.conf.

For Using HAProxy as a TLS Termination Point for Oracle E-Business Suite Release 12.1.3 (Doc ID 2012639.1) , we are in WAF and not HAProxy.

Regards.