Webutil functionalities fail with error like: "Oracle.forms.webutil.host.Host bean not found. WeBUTIL_HOST.Execute will not work"
(Doc ID 469183.1)
Last updated on SEPTEMBER 05, 2023
Applies to:
Oracle Forms - Version 11.1.1.7.0 and laterOracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.
This problem can occur on any platform
Symptoms
Webutil has been installed and configured.
It is possible to run the demo form, but trying to access any Webutil function in the form fails and the following error is thrown:
Oracle.forms.webutil.xxx bean not found. WeBUTIL_xxx will not work
For example:
"oracle.forms.webutil.clientinfo.GetClientInfo bean not found. WEBUTIL_CLIENTINFO.GET_SYSTEM_PROPERTY will not work".
"oracle.forms.webutil.file.FileFunctions bean not found. CLIENT_TEXT_IO.fopen will not work."
"oracle.forms.webutil.host.Host bean not found. WeBUTIL_HOST.Execute will not work"
> The Java console also displays the following:
..
java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
..
java.lang.ClassNotFoundException: oracle.forms.webutil.file.FileFunctions
..
java.lang.ClassNotFoundException: oracle.forms.webutil.host.Host
..
java.lang.ClassNotFoundException: oracle.forms.webutil.session.SessionFunctions
..
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 |
Cause |
Solution |
References |