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!

How to run the forms under debug Mode?

KanishOct 31 2010 — edited Nov 1 2010
Hi,
I run my form under debug mode by introducing a break point on a trigger. But i am receive the following error how to solve this issue.
 JVM aborting 
and followed by the following one.
 FRM-92101: There was a failure in the forms server during startup. 
This could happend due to invalid configuration. 
Please look into the Web-server log files for details.
and additional information from Java console.

proxyHost=null

proxyPort=0

connectMode=HTTP, native.

Forms Applet version is : 10.1.2.0

oracle.forms.net.ConnectionException: Forms session <5> 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 am running on my standalone machine.

Where and what file i want to look into this to solve this issue.

Good help will be appreciated. Thank in advance.

kanish
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2010
Added on Oct 31 2010
5 comments
3,420 views