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