Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

frm-92101: There was a failure in the forms server during startup.

723209Dec 1 2009 — edited Feb 11 2013
I have installed developer 10G suite on windows xp sp3. Everything is working fine related to the forms. When I call report from form builder, I am facing below mentioned error.

FRM-92101: There was a failure in the Forms Server during startup. This could happen due to Invalid Configuration
Please look in to the web-server log-file for details.

Details..
Java Exception:
oracle.forms.net.ConnectionException: Forms session <1> 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.HTTPNStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

I have written below mentioned pl/sql code within menu item. my report file is complist.rdf which is location in d:\reports folder.

declare
repid report_object;
v_rep varchar2(100);
rep_status varchar2(20);
begin
repid := find_report_object('complist');
v_rep := run_Report_object(repid);
end;

I have tried to find any solution but could not succeed yet. Can some one please help me.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2013
Added on Dec 1 2009
20 comments
4,760 views