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!

Form 10g Error : FRM 92101

MichaelRNov 13 2012 — edited Nov 13 2012
Hello all,

I'm having the following error while trying to run my form locally from forms builder:

RegisterWebUtil - Loading WebUtil Version 10.1.2.3
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 10.1.2.3
oracle.forms.net.ConnectionException: Forms session <9> 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)
java.io.EOFException
at java.io.DataInputStream.readUnsignedByte(Unknown Source)
at oracle.forms.engine.Message.readDetails(Unknown Source)
at oracle.forms.engine.Message.readDetails(Unknown Source)
at oracle.forms.net.StreamMessageReader.run(Unknown Source)

I've already search on all the threads available here on this forum, and i still cant solve this issue.

I've tried solution provided in :
1. 2802836
2. 9154373

and much more without success.

Please can someone help me?

Scenario:

Start OC4J
Open Forms Builder.
Open Form.
Compile (ctrl + Shift + k)
Run (ctrl + R)
get following error in oc4j screen:
12/11/13 05:30:13 Forms session <9> aborted: unable to communicate with runtime process.

And in the java console, i get the the first error i mentioned earlier in the post.


Thanking you in advance

Michael.

Edited by: MichaelR on 13-Nov-2012 03:20
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2012
Added on Nov 13 2012
2 comments
5,713 views