Thursday, December 17, 2009

File Does Not Exist Message In Error_log For Alertbundle_en Files


  • fact: Oracle Application Object Library 11.5
  • fact: Oracle Forms Developer 6
  • symptom: Errors in error_log
  • symptom: File does not exist:
    /apps/oracle/testcomn/java/oracle/ewt/alert/resource/AlertBundle_en.class
  • symptom: File does not exist:
    /apps/oracle/testcomn/java/oracle/ewt/alert/resource/AlertBundle_en.properties
  • symptom: AlertBundle_en.class does not exist in fndewt.jar
  • cause: These errors are discussed in Bug 2258772, Bug 2286293, and Bug:
    2376588. The translated EWT resources are missing from Forms patch 8, but are
    present in Forms patch 9. However, typically the error messages are expected.



fix:
You can safely ignore these errors. These are valid, non-troublesome errors
which can be safely ignored. When a Java program looks for a resource bundle it
checks for a specific variation (English in this case), then the region (GB),
then the default version.
The HTTP requests return a file not found since the specific versions are not
used. Eventually, the AlertBundle.class is found. These error messages are
expected, correct behavior.

No comments: