WebUtil:  oracle.forms.webutil.host.Host bean not found

Hi. This is my first attempt using WebUtil. The following code is in my When-New-Form-Instance trigger:
client_host('N:\TTMS\ITS\vbasic\compiled\MenuUpdate.exe');
This is the error I receive:
oracle.forms.webutil.host.Host bean not found
I've included my formsweb.cfg below for your reference. Note that the application is using the [ttmsmenu] configuration.
Thanks in advance for your help with this problem.
***FORMSWEB.CFG***
# $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overridden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
#WebUtilArchive=frmwebutil.jar,jacob.jar
#WebUtilLogging=off
#WebUtilLoggingDetail=normal
#WebUtilErrorMode=Alert
#WebUtilDispatchMonitorInterval=5
#WebUtilTrustInternal=true
#WebUtilMaxTransferSize=16384
# System parameter: default base HTML file
baseHTML=base.htm
# baseHTML=webutilbase.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# baseHTMLjinitiator=webutiljini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# baseHTMLjpi=webutiljpi.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
# HTMLbeforeForm=
HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms/lservlet
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
#imageBase=DocumentBase
imageBase=codeBase
# Forms applet parameter default 750
# width=1000
# width=100%
width=500
# Forms applet parameter default 600
# height=700
# height=100%
height=500
# Forms applet parameter default false
separateFrame=true
# Forms applet parameter
# splashScreen=
splashScreen=no
#splashScreen=ttmslogo_new.gif
# Forms applet parameter
background=ttmslogo_new.gif
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
logo=ttms_banner.gif
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,22
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=C:\DevSuiteHome_1
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# EndUserMonitoring
# EndUserMonitoringEnabled parameter
# Indicates whether EUM/Chronos integration is enabled
EndUserMonitoringEnabled=
# EndUserMonitoringURL
# indicates where to record EUM/Chronos data
EndUserMonitoringURL=
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[jpi]
baseHTMLJInitiator=basejpi.htm
# Example Named Configuration Section
# Example 3: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms/lservlet/debug
# Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
# DS but not AS and is also available for download from OTN.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
[ttmsmenu]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
width=500
height=500
background=no
form=ttmsmenu.fmx

Dumb dumb dumb.
I was running this form out of Form Builder 10g. At some point I changed the Application Server URL (Edit => Preferences => Runtime menus) from:
http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?config=ttmsmenu
to:
http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?
So my customized configuration with all the WebUtil references was not being referenced and I was getting the error.
Dumb dumb dumb.

Similar Messages

  • WebUtil  - oracle.forms.webutil.ole.oleFunctions bean not found.

    All,
    We're using webutil 1.0.6 on forms 9.0.4. Stuck up with the following error at runtime 'oracle.forms.webutil.ole.oleFunctions bean not found.'.
    In metalink, we noticed that webutil 1.0.6 should't be used with 9.0.4 unless some modification made on PLL. Unfortunately in OTN we can't find webutil 1.0.5 source version.
    Anyone please tell us from where we can get WebUtil 1.0.5 source or how can we solve this problem.
    Thank you very much.
    Prabhu.

    Hi,
    I have encountered the same problem. Form compiled with no error, but at run time got an error 'oracle.forms.webtuil.ole.oleFunctions bean not found'.
    DEFAULT.ENV:
    WEBUTIL_CONFIG=c:\oracle\ora92\forms90\server\webutil.cfg
    WebUtilArchive=c:\oracle\ora92\forms90\java\frmwebutil.jar,c:\oracle\ora92\forms90\java\jacob.jar
    FORMSWEB.CFG file:
    webUtilArchive=/forms90/java/webutil.jar,/forms90/java/jacob.jar
    archive_jini=f90all_jinit.jar
    archive_ie=f90all.cab
    archive=f90all.jar
    [jpi]
    baseHTML=/forms90/server/base.htm
    baseHTMLjinitiator=c:\oracle\ora92\forms90\server\webutiljini.htm
    baseHTMLjpi=/forms90/server/basejpi.htm
    baseHTMLie=/forms90/server/baseie.htm
    [webutil]
    WebUtilArch=/forms90/java/frmwebutil.jar
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=/forms90/server/webutiljini.htm
    baseHTMLjpi=/forms90/server/webutiljpi.htm
    archive_jini=/forms90/java/f90all_jinit.jar
    archive=/forms90/java/f90all.jar
    lookAndFeel=oracle
    ORION-WEB.XML file (ORACLE\ora92\j2ee\DevSuit\application-deployments\forms\form90web):
    <context-param-mapping name="configFileName">c:\oracle\ora92/forms90/server/formsweb.cfg</context-param-mapping>
    <virtual-directory virtual-path="/html" real-path="c:\oracle\ora92/tools/web90/html" />
    <virtual-directory virtual-path="/java" real-path="c:\oracle\ora92/forms90/java" />
    <virtual-directory virtual-path="/iconos" real-path="c:\oracle\ora92/forms90/iconos" />
    <virtual-directory virtual-path="/webutil" real-path="c:\oracle\ora92/forms90/webutil" />
    <virtual-directory virtual-path="/jinitiator" real-path="c:\oracle\ora92/jinit" />
    Please help!
    Thank you

  • Webutil-- oracle.forms.webutil.browserFunctions bean not found

    hi friends,
    im in great trouble
    i got assignment from company and its very urgent
    i want to change coffee cup of browser window...i m trying to use webutil, i have done following things
    1.I have developer suit 9.0.4
    2.I have Jinitiator1.3.1.17
    3.download and unzip webutil_106 in forms90 folder
    4.adding frmwebutil.jar in forms90_BUILDER_CLASSPATH
    5.Create single virtual directory in orion web.xml and in forms90.config file
    6.add frmwebutil.jar in formsweb.cfg and replace webutil.htm files e.g bashtml,basehtmljinitiater,basehtmljpi.
    7.webutil entries in envirmnent file
    8.attatch liabray webutill.pll with my form,
    9. open webutil.olb and copy it into object group
    10.create timer at when new_form_instance
    11.on timer expiratation using following code
         if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
                                            WebUtil_SeparateFrame.SetTitle('DTS');
                                            webUtil_SeparateFrame.SetIcon('execute.gif');
    and restart oc4j
    but problem is still comming when timer expire i got following message
    oracle.forms.webutil.browserFunctions bean not found
    plz anyone help if im missing any step or doing something wrong
    thanks

    hi friends,
    im in great trouble
    i got assignment from company and its very urgent
    i want to change coffee cup of browser window...i m trying to use webutil, i have done following things
    1.I have developer suit 9.0.4
    2.I have Jinitiator1.3.1.17
    3.download and unzip webutil_106 in forms90 folder
    4.adding frmwebutil.jar in forms90_BUILDER_CLASSPATH
    5.Create single virtual directory in orion web.xml and in forms90.config file
    6.add frmwebutil.jar in formsweb.cfg and replace webutil.htm files e.g bashtml,basehtmljinitiater,basehtmljpi.
    7.webutil entries in envirmnent file
    8.attatch liabray webutill.pll with my form,
    9. open webutil.olb and copy it into object group
    10.create timer at when new_form_instance
    11.on timer expiratation using following code
         if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
                                            WebUtil_SeparateFrame.SetTitle('DTS');
                                            webUtil_SeparateFrame.SetIcon('execute.gif');
    and restart oc4j
    but problem is still comming when timer expire i got following message
    oracle.forms.webutil.browserFunctions bean not found
    plz anyone help if im missing any step or doing something wrong
    thanks

  • Call Forms Forum from Oracle Forms Main Page - Error 404 Not Found

    Hello !
    The Layout and fuctionality of the Oracle Forms Forum has changed - very nice !
    But it's not possible to call the Oracle Forms Forum
    from the Oracle Forms Main Page !
    Error-message :
    404 Not Found
    OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.
    Thomas

    Please use the [Post-Upgrade Problems|http://forums.oracle.com/forums/forum.jspa?forumID=587&start=0] to report Forums related problems.
    This is the Forms Forum.
    Tony

  • Oracle.forms.webutil.capi.capifunctions bean not found

    Hi...I'm trying to pick host name using webutil through the following command behind a push button in my form:
    :Pc_Nom     :=     Webutil_Clientinfo.Get_Host_Name;
    But it gives the following error:
    oracle.forms.webutil.capi.capifunctions bean not found
    webutil_c_api.rebind_parameter will not work.
    Can u tell me where is the problem???

    Hi!
    Do you have referenced the webutil object group from the webutil.olb?
    Take a look in the java console if webutil is registred.
    Regards

  • Oracle.forms.webutil.browser.BrowserFunctions bean not found [SOLVED]

    Hi. We develop our 10g forms on the Windows side and then deploy then on our UNIX server.
    I have an application that compiles and runs fine when deployed on the UNIX-side of things, but when I attempt to run it on the Windows-side of things I get the error:
    oracle.forms.webutil.browser.BrowserFunctions bean not found. WEBUTIL_SEPARATEFRAME. IsSeparateFrame will not work.
    If I acknowledge this message then the form continues to run, but if it attempts to execute the WebUtil Client_Host functionality then I get the error:
    oracle.forms.webutil.browser.BrowserFunctions bean not found. WEBUTIL.HOST.Execute will not work.
    Any suggestions as to what I might have messed up configuration-wise on the Windows-side of things? Any help would be greatly appreciated!

    Ugh. I wasn't pointing to the WebUtil configuration. All good now.

  • Oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_D

    Hi guys,
    I have updated my AS and DS to 10.1.2.3 and downloaded Wbutil 1.6 update 10.
    I configured all the .cfg files as mentioned in the documentation when I launch a test form with config=webutil and a webutil functionality in it then i am getting following error -
    oracle.forms.webutil.file.FileFunctions bean not found.
    WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.
    Java console shows following -
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
    Caused by: java.io.IOException: open HTTP connection failed:http://abhamare-2k.cybage.com:7778/forms/java/oracle/forms/webutil/clientInfo/GetClientInfo.class
    java.lang.ClassNotFoundException: oracle.forms.webutil.file.FileFunctions
    Caused by: java.io.IOException: open HTTP connection failed:http://abhamare-2k.cybage.com:7778/forms/java/oracle/forms/webutil/file/FileFunctions.class
    java.lang.ClassNotFoundException: oracle.forms.webutil.host.Host
    Caused by: java.io.IOException: open HTTP connection failed:http://abhamare-2k.cybage.com:7778/forms/java/oracle/forms/webutil/host/Host.class
    java.lang.ClassNotFoundException: oracle.forms.webutil.session.SessionFunctions
    Caused by: java.io.IOException: open HTTP connection failed:http://abhamare-2k.cybage.com:7778/forms/java/oracle/forms/webutil/session/SessionFunctions.class
    and so on..
    Some how my java console too has stopped showing up after mistakingly clicked Hide Console.
    So can any one help me to get out of this error.
    Its sort of driving me crazy.
    Thanks in advance.
    Av.

    Hi Av, Can you let me know what you did to fix this issue? We are facing a serious issue with the same error and we can't get around it.
    Thanks
    Sam.

  • Oracle.forms.webutil.cApi.CApiFunctions bean not found.WEBUTIL_C_API.REBIND

    Hi,
    I have installed oracle application server 10g on server .Configured webutil in server. Am using Mac OS X as client machine.But i got error
    " oracle.forms.webutil.cApi.CApiFunctions bean not found.WEBUTIL_C_API.REBIND_PARAMETER will not work "
    Can you please assist in correcting this error...
    Urgent PLS...
    Thanks.

    Is the webutil.olb file accesible to the Form when you try to compile ?.

  • Webutil form  giving error "oracle.forms.webutil.* bean not found.

    i have done all settings as per given in documentation of webutil.
    forms is compiling but at runtime it gives error:
    oracle.forms.webutil.clientinfo.getclientinfo bean not found.
    what could be the reason.plz. help.
    shikha...

    Hi Shika,
    Probably, the issue could be because of any one of the following.
    <br>
    <br>
    1. Check whether you have added $OARCLE_HOME\forms90\java\frmwebutil.jar in the default.env under $ORACLE_HOME\Forms90\server folder.
    <br>
    <br>
    2. Check whether you have added the virtual directory
    <virtual-directory virtual-path="/webutil" real-path="$OARCLE_HOME/forms90/webutil" />
    in the file orion-web.xml under $ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\forms90web folder
    <b<i>Correctly</i></b>
    <br>
    <br>
    HTH.
    <br>
    Regards,
    <br>
    Arun

  • Oracle.forms.webutil.clientinfo.getclientinfo bean not found

    Hi,
    oracle.forms.webutil.clientinfo.getclientinfo bean not found
    this is the message iam getting when i implement my forms10g application with WEBUTIL.PLL library to export data form forms10g application to excel

    Hello,
    if you get this message in a WHEN_NEW_FORM_INSTANCE trigger:
    Re: oracle.forms.webutil.file Transfer.File Transfer bean not found
    or
    Re: WebUtil doesn't work when called from WHEN-NEW-FORM-INSTANCE trigger
    Regards
    Franz

  • Oracle.forms.webutil.file Transfer.File Transfer bean not found

    I've followed tons of instructions for 2 days to install and configure webutil and I finally have success with the demo. However, when I add this to my own form and use the CLIENT_IMAGE.READ_FILE_IMAGE
    I end up with error oracle.forms.webutil.file Transfer.File Transfer bean not found WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work.
    What am I missing? Thanks for any help.

    Make sure your form subclasses object group webutil.olb, and that webutil.pll is also attached. Make sure that your forms folder contains webutil.plx (a compiled version of webutil.pll). Unless the default config (in formsweb.cfg) includes the entries required for webutil support, you must specify a config that does have these entries. 10g, which comes configured for webutil, provides a config called webutil for this. An example URL might look like:
    http://myappserver/forms/frmservlet?form=myform.fmx&config=webutil
    There could be other problems, but since you're able to run the demo forms, I'm guessing that what I've mentioned are the first things for you to check.
    Hope this helps,
    Eric Adamson
    Lansing, Michigan

  • Facing error message oracle.forms.webutil.ole.OleFunctions bean not found.

    hi all,
    I have a 6i form which generate data into excel, I have migrated with in 10g, configure Webutil, attach webutil in form, create object group by webutil.olb, replace all ole2 with Client_ole2.
    there is no problem in compile time but when I run that form and Click on Generate button then it show below message.
    oracle.forms.webutil.ole.OleFunctions bean not found.
    CLIENT_OLE2.create_obj will not work
    please help

    Hi BaiG,
    thanks for your reply, I have done Step 7 successfully and start step 8.
    I was following your step no. 8 (below Step)
    8. Sign Webutil JAR files by running these following commands Make sure Form Builder is Closed
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\frmwebutil.jar"
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\jacob.jar"
    But when I do that step on my Dos Prompt then it show below message and run.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\forms\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome\forms\java\jacob.jar
    The given jar file d:\devsuitehome\forms\java\jacob.jar does not exist.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\jacob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\jacob.jar as d:\devsuitehome_1\forms\java\jacob.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\jacob.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    Can you please tell me, how can I solve that problem.

  • Oracle.forms.webutil.ole.olefunctions bean not found

    Hi,
    I am working on Oracle application R12.
    Will CLIENT_OLE2 work in Oracle Apps 10G Envoirment?
    i followed all the steps for configuration for webutil.pll,webutil.old still i am getting below error at run time.
    "oracle.forms.webutil.ole.olefunctions bean not found"
    CLIENT_OLE2.create_obj will not work.
    I have chaged formsweb.cfg and default.env as well
    Even when i click on WEBUTIL_CANVAS in form builder.i get same error.
    Please help.
    Thanks
    Manoj
    Edited by: Manoj Rajput on Mar 27, 2012 1:16 AM

    Hi Sarah,
    Please find below java console.
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\USER1
    Proxy Configuration: Manual Configuration
    Proxy: 192.168.7.11:8888
    Proxy Overrides: pfc,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\USER1\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Downloading http://pfcl-9869d08d12:8889/forms/java/frmall_jinit.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(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.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    Manoj

  • Oracle.forms.webutil.file.filefunction bean not found

    hi
    i am using this code
    declare
    fname varchar2(200) ;
    begin
    fname := client_get_file_name(null,null,null,null,open_file,true) ;
    CLIENT_IMAGE.READ_IMAGE_FILE (fname,'any','Img');
    end ;
    forms is running fine but when we press the button to open dialog for image file an error has been generated as under
    oracle.forms.webutil.file.filefunction bean not found.
    WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    i think some think is missing in configuraion file need help on urgent basis
    take care
    Qaiser Hassan Awan

    I faced the same problem, I think the frmwebutil.jar could not be downloaded to you client machine, so I modified the archive_jini to be as follows
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    assuming that frmwebutil.jar,jacob.jar are located in folder on your ORACLE_HOME/forms/java
    don't know exactly why but I think the
    WebUtilArchive=frmwebutil.jar,jacob.jar
    could not be seen, so I had to put it in the archive_jini parameter
    good luck

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All
    i have configured the
    WebUtil V:106
    Jacob v:18
    On My Middle Tire
    Application Server: V:9.0.4
    Connecting To Database: V:8.1.7
    "i did recreate the packages for 8i like dbms_lob and ...etc"
    my WebUtil Form Work's Fine
    as
    it displays me the versions for all webUtil Functions 1.0.6
    Also when i try to get the Current Browser IP Address it get me successfully .
    when i submet this statment to get current browser userinfo like :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('user.home')
    it workes fine .
    The Problem IS:
    When is issu this statment :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')
    it gives me the error "in jinit":
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')2008-فبر-04 15:00:26.984 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Also When I Try this to Open A Browes Dialog:
    DECLARE
         FILENAME VARCHAR2(3000);
    BEGIN
    IF GET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,:SYSTEM.CURRENT_BLOCK,STATUS)IN ('NEW','INSERT') THEN
         filename := webutil_file.file_selection_dialog('C:\Temp','*.*','all files (*.*)|*.*|PDF files (*.pdf)|*.pdf|','Select your file ...');
    END IF;
    END;
    it gives me this Error:
    WebUtil Error: oracle.forms.webutil.file.filefunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    And My Java Console Contain :
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Speed
    Proxy Configuration: Manual Configuration
    Proxy: 10.0.0.1
    Proxy Overrides: *.mydomain.com<local>
    JAR cache enabled
    Location: C:\Documents and Settings\speed\Oracle Jar Cache
    Maximum size: unlimited
    Compression level: 1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://myserv.mydomain.com/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/frmwebutil.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 9.0.4.0
    2008-فبر-04 15:40:19.511 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Message was edited by:
    IGBSpeed

    Check whether your webutil.olb is subclassed properly or whether the olb file is available in runtime environment..

Maybe you are looking for

  • Blending modes help?

    Hi, I loaded a picture up and placed a white square with opacity "10%" to act as a "watermark". I merged it down and duplicated that square with the same opacity. Then I changed the second square to "subtract". They should cancel eachother out and I

  • Audio stop on swf file but works on IE

    I have FF 11.0. When I try to view a .swf file, the audio stops midway in the playback. It does not happen at the same link with IE.

  • Batch Operation for LookUp Column in SharePoint

    Hi I am trying insert bulk data into list. For that I am using Batch Process .But the problem i am facing is if the column of type is "LookUp" I am not able to apply batch Can you please help me like "What is the column format in Batch Operation for

  • XML DB capability comparison 91 & 10g

    Can someone let me know whether a document/thread/support document exists which shows a comparison of capability "on the tin" between 9i and 10g please? Thanks Dave

  • Replacing the ul bullet with a character (no image)

    Can this be done? All the tutorials I've found via Google explain how to replace the bullet by an image. I'm looking to replace it with a character (like ★ or ♬)