Cloning or installation of the system, found that the form cannot open, error:
According to Oracle's official documentation:R12: "Frm-92101:there was a failure in the Forms Server during startup" Error when attempting to Launch Forms [ID 454427.1]
Oracle Applications Technology Stack-version 12.0.4 to 12.2 [Release 12.0 to 12.2]
IBM AIX on POWER Systems (64-bit)
aix5l Based Systems (64-bit)
Checked for relevance on 16-jul-2013
Symptoms
After a successful login, attempts to launch forms based responsibilities fail with the following errors within the Java C Onsole:
Proxyhost=null
Proxyport=0
Connectmode=http, native.
Oracle.forms.net.ConnectionException:Forms session <1> failed during Startup:no response from runtime process
At Oracle.forms.net.ConnectionException.createConnectionException (Unknown Source)
At Oracle.forms.net.HTTPNStream.getResponse (Unknown Source)
At Oracle.forms.net.HTTPNStream.doFlush (Unknown Source)
At Oracle.forms.net.HTTPNStream.flush (Unknown Source)
At Java.io.DataOutputStream.flush (Unknown Source)
At Oracle.forms.net.HTTPConnection.connect (Unknown Source)
At Oracle.forms.engine.FormsDispatcher.initConnection (Unknown Source)
At Oracle.forms.engine.FormsDispatcher.init (Unknown Source)
At Oracle.forms.engine.Runform.initConnection (Unknown Source)
At Oracle.forms.engine.Runform.startRunform (Unknown Source)
At Oracle.forms.engine.Main.createRunform (Unknown Source)
At Oracle.forms.engine.Main.start (Unknown Source)
At Sun.applet.AppletPanel.run (Unknown Source)
At Java.lang.Thread.run (Unknown Source)
Additionally, users may see:
Frm-92101:there is a failure in the Forms Server during startup.
This could happen due to invalid configuration. Web-server log file for details.
Details ...
Java Exception:
Oracle.forms.net.ConnectionException:Forms session <3> failed during Startup:no response from runtime process
At Oracle.forms.net.ConnectionException.CreateConnectionException (Unknown Source)
The underlying cause is revealed by the $LOG _home/ora/10.1.3/j2ee/forms_default_group_1/application.log:
Formsweb:forms session <3> Aborted:runtime process failed during startup with errors exec (): 0509-036 Cannot load Program .../apps/tech_st/10.1.2/bin/frmweb because of the following errors:
rtld:0712-001 Symbol Nnftboot was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnfoboot was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnfhboot was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnflboot was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nttini was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Ntusini was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Ntpini was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Ntzini was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnflgav was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnflrne was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol Nnflfrm was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol NNFLGAPC was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
rtld:0712-001 Symbol ldap_search_s was referenced
From Module Frmweb (), but a runtime definition
Of the symbol is not found.
....
Changes
The problem of forms not launching are typically seen after a fresh installation or clone.
Cause
The forms executable is not relinked successfully. The ' failed during Startup:no response from runtime process ' error message occurs when first trying to initialize the for Ms Process versus actually performing a forms function.
The most common cause for the failed relink is, the file "Ldflags" in $ORACLE _home/lib32 are missing or pointing to an Incorrect location.
Solution
1. In several customer instances, $ORACLE _home/lib32/ldflags is a symbolic link that pointed to a location so did not E Xist. This is resolved by performing the following UNIX commands to point the $ORACLE _home/lib32/ldflags to the $ORACLE _home/li B/ldflags:
$ cd $ORACLE _home/lib32$ rm ldflags$ ln-s $ORACLE _home/lib/ldflags ldflags
2. Then, stop the Web tier services (adopmnctl.sh stop) and relink the forms executable (s):
$ cd $ORACLE _home/forms/lib32/$ make-f ins_forms.mk Install
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
AIX System EBS Form open Error Frm-92101:form server failed during startup