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!

Configuring the JPI to run forms for all browsers

321261Jun 10 2006 — edited Jul 13 2006
Hi,

I have configured my IE to actually run thru JInitiator, but on some client pc(s) the applets donot initialize. I have not been able to ascertain as to why this happens.

Anyways, v hav decided to shift from JINI to JPI. I changed to necessary settings but when i run the browser... It initiates the splash screen and bg and then gives me this error...
FRM-92050: Failed to connect to the Server: /forms90/l90servlet: -1

When i go into the details option i get the following detailed message:
Java Exception:
java.io.IOException: Negative content length from http://myserver/forms90/f90servlet?
acceptLanguage=en-us, en;q=0.5&ifcmd=startsession
at oracle.forms.net.HTTPNStream.doGet(Unknown Source)
at oracle.forms.net.HTTPNStream.getInfoFromServlet(Unknown Source)
at oracle.forms.net.HTTPNStream.<init>(Unknown Source)
at oracle.forms.net.HTTPNStream.connect(Unknown Source)

...and many more but all of them give the same "unknown source"


Java Console shows the following:
java.lang.NoSuchMethodException: sun.java2d.SunGraphicsEnvironment.setFallbackFont(java.lang.String)
at java.lang.Class.getMethod(Unknown Source)
at oracle.forms.engine.Main.initDesktop(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.NoSuchMethodException: sun.java2d.SunGraphicsEnvironment.preferLocaleSpecificFonts()
at java.lang.Class.getMethod(Unknown Source)
at oracle.forms.engine.Main.initDesktop(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
proxyHost=null
proxyPort=0
connectMode=HTTP, native.


What did i do wrong?
Am not a java programmer so that this code says is unknown to me..
Can someone help?

-Hema
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2006
Added on Jun 10 2006
4 comments
894 views