FRM-92091 / FRM 92100 When Using WEB.SHOW_DOCUMENT With Sun JRE 1.6.0_24 [ID 1306347.1]
Information in this document applies to any platform.
then the following error is shown to the end user.
Bundle Patch:14041415 has this fix. Note Patch:14041415 ontop of Forms Bundle Patch:9593176. See Note:1188127.1 for more details.
Version 11.1.1.x
No fix is currently available. Should you require one please log a Service Request with Oracle Support Services requesting one. In the meantime, use on of the following workarounds.
Workaround #1 :
Applies to:
Oracle Forms - Version 10.1.2.3.0 and laterInformation in this document applies to any platform.
Symptoms
When using web.show_document using the following code,web.show_document('file:///c:/temp/hello.txt', '_BLANK'); -- To open a local file
or
web.show_document("mailto:mail@abc.com?subject=Betreff"); -- To send mail
FRM-92091 (for Forms 11.x) or FRM-92100 (for Forms 10.1.2.x).
Furthermore, checking the Java Console window you see the following
exception raised.
java.lang.SecurityException: showDocument url permission denied
at sun.plugin2.main.client.MessagePassingExecutionContext.showDocument(Unknown Source)
at sun.plugin2.main.client.MessagePassingExecutionContext.showDocument(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletContextImpl.showDocument(Unknown Source)
NOTE : This error is not shown when trying to open a URL with web.show_document.
Changes
Upgraded to Sun JRE 1.0.6_24 (JRE 6 update 24).Cause
Forms Bug:11879934 has been logged to address this issue.Solution
Version 10.1.2.3Bundle Patch:14041415 has this fix. Note Patch:14041415 ontop of Forms Bundle Patch:9593176. See Note:1188127.1 for more details.
Version 11.1.1.x
No fix is currently available. Should you require one please log a Service Request with Oracle Support Services requesting one. In the meantime, use on of the following workarounds.
Workaround #1 :
- Use JRE 1.6.0_23.
Workaround #2 :
- Use Oracle WebUtil CLIENT_HOST functionality to open the file.
client_host ('notepad.exe c:\temp\hello.txt'
);
Version 11.1.2
Patch:11879934 has the fix to this bug.
Other information.
Fix for web.show_document ('mailto....') :
- Testing has proved that using JRE 1.6.0_25 or above (eg 1.6.0_26) does not reproduce this issue any longer. However, do note, the web.show_document ('file:///...') still fails in this version.
No comments:
Post a Comment