0% found this document useful (0 votes)
67 views3 pages

Document 454427.1

This document describes an error where users are unable to launch Oracle Forms after login. The error is "FRM-92101:There was a failure in the Forms Server during startup". The cause is that the forms executable was not relinked successfully after installation or clone. This can be fixed by ensuring the ldflags file in $ORACLE_HOME/lib32 points to the correct location in $ORACLE_HOME/lib, stopping web services, and relinking the forms executables.

Uploaded by

jpinedaberrios
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views3 pages

Document 454427.1

This document describes an error where users are unable to launch Oracle Forms after login. The error is "FRM-92101:There was a failure in the Forms Server during startup". The cause is that the forms executable was not relinked successfully after installation or clone. This can be fixed by ensuring the ldflags file in $ORACLE_HOME/lib32 points to the correct location in $ORACLE_HOME/lib, stopping web services, and relinking the forms executables.

Uploaded by

jpinedaberrios
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

21/1/24, 15:51 Document 454427.

1
Copyright (c) 2024, Oracle. All rights reserved. Oracle Confidential.

R12: "FRM-92101:There was a failure in the Forms Server during startup" Error When
Attempting to Launch Forms (Doc ID 454427.1)

In this Document

Symptoms
Changes
Cause
Solution

APPLIES TO:

Oracle E-Business Suite Technology Stack - Version 12.0.4 to 12.1.3 [Release 12.0 to 12.1]
IBM AIX on POWER Systems (64-bit)
AIX5L Based Systems (64-bit)

SYMPTOMS

After a successful login, attempts to launch forms based responsibilities fail with the following errors within the Java Console:

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 was a failure in the Forms Server during startup.

This could happen due to invalid configuration. Please look into the 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)

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=tmr13recu_4&id=454427.1 1/3
21/1/24, 15:51 Document 454427.1

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 was not found.
rtld: 0712-001 Symbol nnfoboot was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnfhboot was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnflboot was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nttini was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ntusini was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ntpini was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ntzini was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnflgav was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnflrne was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnflfrm was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol nnflgapc was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ldap_search_s was referenced
from module frmweb(), but a runtime definition
of the symbol was not found.
....

CHANGES

The problem of Forms not launching is typically seen after a fresh installation or clone.

CAUSE

The forms executable was not relinked successfully. The "failed during startup: no response from runtime process" error
message occurs when first trying to initialize the forms process versus actually performing a forms function.

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=tmr13recu_4&id=454427.1 2/3
21/1/24, 15:51 Document 454427.1
The most common cause for the failed relink is that the file "ldflags" in $ORACLE_HOME/lib32 is missing or pointing to an
incorrect location.

SOLUTION

1. In several customer instances, $ORACLE_HOME/lib32/ldflags was a symbolic link that pointed to a location that did not
exist. This was resolved by performing the following UNIX commands to point the $ORACLE_HOME/lib32/ldflags to the
$ORACLE_HOME/lib/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


Didn't find what you are looking for?

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=tmr13recu_4&id=454427.1 3/3

You might also like