Inopportune Java.io.FileNotFoundExceptions When Using orai18n.jar for a Forms Java Bean Using JDBC
(Doc ID 1488298.1)
Last updated on FEBRUARY 04, 2022
Applies to:
Oracle Forms - Version 11.1.1.1.0 and laterInformation in this document applies to any platform.
Symptoms
Though things appear to be working fine, the following exceptions appear in the java console log:
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-mapping.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-utility.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-collation.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-translation.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-net.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-servlet.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-lcsd.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/orai18n-tools.jar
...
java.io.FileNotFoundException: http://host:port/forms/java/gdk_custom.jar
...
each set of exceptions appears when the applet is trying to access a resource, for example an image, e.g.:
...
at oracle.forms.engine.Main.getDefaultImage
...
or
...
at oracle.forms.engine.Main.setupBackgroundImage
...
or etc...
Changes
The orai18n.jar has been added to the archive applet parameter so as to provide needed functionality to a java bean using JDBC.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |