RUN_REPORT_OBJECT Fails with FRM-92101 When REPORT_FILENAME is NULL
(Doc ID 795092.1)
Last updated on OCTOBER 15, 2019
Applies to:
Oracle Forms - Version 10.1.2.0.2 to 10.1.2.3.0 [Release Oracle10g to 10.1.2.3]Information in this document applies to any platform.
Checked for relevance : 29-Sep-2010
Checked for relevance : 18-May-2012
Checked for relevance : 24-Dec-2013
Symptoms
Calling Reports from forms with RUN_REPORT_OBJECT fails with :
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 <XX> aborted: unable to communicate with 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.HTTPNStread.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
configuration.
Please look into the web-server log file for details.
Details...
Java Exception:
oracle.forms.net.ConnectionException: forms session <XX> aborted: unable to communicate with 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.HTTPNStread.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
when the REPORT_FILENAME of the Reports Object is NULL.
Also a frmweb_dump_XXX file is created with following content on windows
(slightly different content on Linux) :
[03/25/09 09:53:50 GTB Standard Time]::Client Status [ConnId=0, PID=4728]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
======================= STACK DUMP =======================
Fault address: 6092990C 01:0005890C
Module: <ORACLE_HOME>\bin\oranls10.dll
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
======================= STACK DUMP =======================
Fault address: 6092990C 01:0005890C
Module: <ORACLE_HOME>\bin\oranls10.dll
Also on unix, a core file is generated at the same time if ulimit settings allow for coredumps (ulimit -c). The stack trace from this core looks as follows when it is obtained according to <Note:1812.1> :
#3 0xb7ddad89 in ssdgetcall ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#4 0xb7dda3e3 in skdstgframe ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#5 0xb7dd634b in siehDumpStackTraceUnix ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#6 0xb7dd71b3 in siehjmpterm ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#7 <signal handler called>
#8 0x08d3f632 in lxscop ()
#9 0xb7f54a6b in ifzrpRunReport ()
from <ORACLE_HOME>/lib/libiffw.so.0
#10 0xb7f915e4 in ibfrun ()
from <ORACLE_HOME>/lib/libibfrmw.so.0
#11 0x00000000 in ?? ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#4 0xb7dda3e3 in skdstgframe ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#5 0xb7dd634b in siehDumpStackTraceUnix ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#6 0xb7dd71b3 in siehjmpterm ()
from <ORACLE_HOME>/lib/libsosdw.so.0
#7 <signal handler called>
#8 0x08d3f632 in lxscop ()
#9 0xb7f54a6b in ifzrpRunReport ()
from <ORACLE_HOME>/lib/libiffw.so.0
#10 0xb7f915e4 in ibfrun ()
from <ORACLE_HOME>/lib/libibfrmw.so.0
#11 0x00000000 in ?? ()
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |