Issue in configuration - formsweb.cfg (10.1.2.0.2) using Sun JVM

Hi gurus,
Below is my config in formsweb.cfg, I want to use Sun JVM instead of Jinitiator
[customjpi]
baseHTML=D:\Ora10gDS\forms\server\base.htm
baseHTMLjpi=D:\Ora10gDS\forms\server\basejpi.htm
baseHTMLjinitiator=D:\Ora10gDS\forms\server\basejpi.htm
HTMLdelimiter=%
envFile=default.env
escapeparams=true
form=test.fmx
serverURL=/forms/lservlet
codebase=/forms/java
imageBase=DocumentBase
width=100%
height=100%
separateFrame=true
archive=D:\Ora10gDS\forms\java\frmall.jar
archive_jini=D:\Ora10gDS\forms\java\frmall_jinit.jar
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_09
When I calling form using URL http://pc021161.cts.com:8889/forms/frmservlet?config=customjpi which is throwing errors.
Below is my log of Java console
Java Plug-in 1.5.0_06
Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\125217
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
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
java.net.MalformedURLException: unknown protocol: d
     at java.net.URL.<init>(Unknown Source)
     at java.net.URL.<init>(Unknown Source)
     at sun.plugin.util.GrayBoxPainter.setProgressFilter(Unknown Source)
     at sun.plugin.AppletViewer.initApplet(Unknown Source)
     at sun.plugin.AppletViewer.appletInit(Unknown Source)
     at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
     at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
load: class oracle.forms.engine.Main not found.
java.lang.ClassNotFoundException: oracle.forms.engine.Main
     at sun.applet.AppletClassLoader.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 sun.applet.AppletClassLoader.loadCode(Unknown Source)
     at sun.applet.AppletPanel.createApplet(Unknown Source)
     at sun.plugin.AppletViewer.createApplet(Unknown Source)
     at sun.applet.AppletPanel.runLoader(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Caused by: 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)
     ... 10 more
Exception in thread "Thread-4" java.lang.NullPointerException
     at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
     at sun.plugin.AppletViewer.showAppletException(Unknown Source)
     at sun.applet.AppletPanel.runLoader(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Please help, if anybody have the idea of this error.
Thanks in Advance
Justin

My default.env file is pasting below:
# $Id: default.env 14-apr-2005.13:22:43 pkuhn Exp $
# default.env - default Forms environment file, Windows version
# This file is used to set the Forms runtime environment parameters.
# If a parameter is not defined here, the value in the Windows registry
# will be used. If no value is found in the registry, the value used will
# be that defined in the environment in which the servlet engine (OC4J
# or JServ) was started.
# NOTES
# 1/ The Forms installation process should replace all occurrences of
# <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
# setting, and all occurrences of <percent>O_JDK_HOME<percent> with
# the location of the JDK (usually $ORACLE_HOME/jdk).
# Please make these changes manually if not.
# 2/ Some of the variables below may need to be changed to suite your needs.
# Please refer to the Forms documentation for details.
ORACLE_HOME=D:\Ora10gDS
# Search path for Forms applications (.fmx files, PL/SQL libraries)
# If you need to include more than one directory, they should be semi-colon
# separated (e.g. c:\test\dir1;c:\test\dir2)
FORMS_PATH=D:\Ora10gDS\forms;D:\Source\FMB;D:\Source\LIB
# webutil config file path
WEBUTIL_CONFIG=D:\Ora10gDS\forms\server\webutil.cfg
# Disable/remove this variable if end-users need access to the query-where
# functionality which potentially allows them to enter arbitrary SQL
# statements when in enter-query mode.
FORMS_RESTRICT_ENTER_QUERY=TRUE
# The PATH setting is required in order to pick up the JVM (jvm.dll).
# The Forms runtime executable and dll's are assumed to be in
# D:\Ora10gDS\bin if they are not in the PATH.
# In addition, if you are running Graphics applications, you will need
# to append the following to the path (where <Graphics Oracle Home> should
# be replaced with the actual location of your Graphics 6i oracle_home):
# ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
PATH=D:\Ora10gDS\bin;D:\Ora10gDS\jdk\jre\bin\client
# Settings for Graphics
# NOTE: These settings are only needed if Graphics applications
# are called from Forms applications. In addition, you will need to
# modify the PATH variable above as described above.
# Please uncomment the following and put the correct 6i
# oracle_home value to use Graphics applications.
#ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
# Search path for Graphics applications
#GRAPHICS60_PATH=
# Settings for Forms tracing and logging
# Note: This entry has to be uncommented to enable tracing and
# logging.
#FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>\forms\server
# System settings
# You should not normally need to modify these settings
FORMS=D:\Ora10gDS\forms
# Java class path
# This is required for the Forms debugger
# You can append your own Java code here)
# frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
# the password expiry feature to work(#2213140).
CLASSPATH=D:\Ora10gDS\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;D:\Ora10gDS\jlib\repository.jar;D:\Ora10gDS\jlib\ldapjclnt10.jar;D:\Ora10gDS\jlib\debugger.jar;D:\Ora10gDS\jlib\ewt3.jar;D:\Ora10gDS\jlib\share.jar;D:\Ora10gDS\jlib\utj.jar;D:\Ora10gDS\jlib\zrclient.jar;D:\Ora10gDS\reports\jlib\rwrun.jar;D:\Ora10gDS\forms\java\frmwebutil.jar;D:\Ora10gDS\forms\java\frmall.jar;D:\Ora10gDS\forms\java\frmall_jinit.jar
Regards
justin

Similar Messages

  • Configuration formsweb.cfg with webutil

    Hi,
    How install automatically JInitiatior in the local machine? We need use webutil.
    I execute my application with ..../forms90/f90servlet?config=GESDOC
    My formsweb.cfg have the next entry:
    [GESDOC]
    pageTitle=GESDOC - with JInitiator
    form=APLICTR.fmx
    separateFrame=True
    width=1024
    height=768
    workingDirectory=D:\WCDOC\FORMS
    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=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    envFile=D:\OraHome1\forms90\server\webutil.env
    thank for all.

    Do you have some hardware in place that is blocking the download? Jinit will download automatically. I have never had a problem with the default setup when testing the test form. The .htm files are all configured out of the box. My settings in formsweb.cfg are as follows:
    [default]
    # Century Modified Parameter
    # System parameter: default base HTML file
    baseHTML=webutilbase.htm
    # Century Modified Parameer
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=webutiljini.htm
    # Century Modified Parameter
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=webutiljpi.htm
    ## Century Modified Parameter
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar, sbicons.jar, FormsGraph.jar, rolloverbutton.jar, fjutilities.jar
    # Century Modified Parameter
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar, sbicons.jar, FormsGraph.jar, rolloverbutton.jar, fjutilities.jar

  • Hi. About the Forms configuration formsweb.cfg file. Can someone help me ?

    I have migrated 6i to 10g and need to start the application in new window. I have setup formsweb.cfg, in lookandfeel=Genric and separateframe=true. When i go to the start url, it opens new window but doesnt close the parent window. How can I close the first window?
    Thanks

    You can't. As soon as you close this window, the forms-session will also close. What you could do is to move the window to some position outside the screen using java-script.

  • Use formsweb.cfg to pre-populate database field on login screen?

    Hello,
    Is it possible to configure formsweb.cfg to pre-populate the 'Database' field on the Oracle forms login screen? I still want users to be able to overwrite what's entered there but just have it populated with something by default.
    Thanks,
    Andrew
    Edited by: Andrew V on Nov 16, 2011 12:33 PM

    Hi,
    In Forms 10g you can set the userid parameter to something like "@DATABASEID LOGON_SCREEN=YES", where databaseid is your database server.
    In Forms 11g this doesn't work so well, but I got round this by doing the following in our menu form, if you haven't got a single menu form then you may need to do this in all your forms where the user isn't already logged on when the form opens.
    First off you need to set the userid parameter to something like "@DATABASEID".
    Next an on-logon trigger is required in your menu or first form, I used the following:
    on-logon trigger
    DECLARE
    cn VARCHAR2(80);
    BEGIN
    ** Get the connection info
    ** If userid paramater in formsweb.cfg is set to '@<database>' or
    ** '@<database> login_screen=true' then this will put <database> into database field
    ** in default logon form
    cn := Get_application_property(CONNECT_STRING);
    if instr(cn,' ') > 0
    then
    cn := substr(cn,1,instr(cn,' ')-1);
    end if;
    LOGON(null,'@'||cn,TRUE);
    if form_success
    then :global.login_success := 'TRUE';
    end if;
    END;
    Also, to deal with the situation where a user decides to click cancel in the logon screen, you need to put the following at the start of your wnfi trigger.
    when-new-forms-instance trigger
    default_value('FALSE','global.login_success');
    if :global.login_success != 'TRUE'
    then
    erase('global.login_success');
    exit_form;
    end if;
    erase('global.login_success');
    Edited by: Ady Keeling on Nov 16, 2011 2:38 PM

  • Only display first form URL in formsweb.cfg . mutiple URL does not work

    Hi Friends,
    I have 4 form application with 4 URL.
    app. server as 10g in window 2003.
    URL like as:
    http://salerpt.com/forms/frmservlet?config=emis-srmenu
    fmx file Location as C:\OraMid\forms\salerpt-Forms fmx name as srmenu.fmx in same directory
    fmb file location as C:\OraMid\forms\salerpt-Forms_source fmx name as srmenu.fmb in same directory
    # Single Sign-On OID configuration parameter
    oracle_home=C:\OraMid
    in formweb.cfg file
    baseHTMLjinitiator=basejini.htm
    workingDirector : workingDirectory= blank. but C:\OraMid\forms\salerpt-Forms right now
    # Forms runtime argument: which form module to run
    ##form=test.fmx
    ## i moved bottom section of form section in here and before
    ##line as Forms runtime argument: database connection details
    comment two line
    #jinit_exename=jinit.exe
    #jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    I create 4 sections as
    form=srmenu.fmx
    width=1200
    height=700
    pageTitle=Sale Information System (SIS)
    form=regsale.fmx
    form=salefinincial.fmx
    form=rptinfo.fmx
    However it only display first srmenu form interface that i put in( 4 different URL. only display first URL)
    It seems that one formsweb.cfg, it doesn not support multip form setting application.
    I have 4 small forms application with 4 URL for one formsweb.cfg.
    What should I need to do? I think that i miss some set up in configuration.
    I am waiting for your help!
    JIm

    Hi Bgrant,
    Please review my formsweb,cfg.
    Thanks
    I am looking for your help.
    # $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]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.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= C:\OraMid\forms\sales-Forms
    # 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
    [[srmenu]]
    form=srmenu.fmx
    width=1200
    height=700
    pageTitle=Sale Management Information System
    [[regsale]]
    form=regsale.fmx
    width=1200
    height=1500
    pageTitle=Sale Management Information System
    [[salefinincial]
    form=salefinincial.fmx
    width=1200
    height=1300
    pageTitle=Sale Management Information System
    [[rtpinfo]]
    form=rptinfo.fmx
    width=1200
    height=1000
    pageTitle=Sale Management Information System
    # Forms runtime argument: database connection details
    userid=scott/tigerd@oracleapp
    # 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=
    # 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
    # Forms applet parameter
    #width=750
    width=1024
    # Forms applet parameter
    #height=600
    height=768
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # 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=1
    # Single Sign-On OID configuration parameter
    oid_formsid=formsApp_sales.com_0Axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    # Single Sign-On OID configuration parameter
    oracle_home=C:\OraMid
    # Single Sign-On OID configuration parameter
    formsid_group_dn=cn=Logical Application Group, orclApplicationCommonName=formsApp_sales.com_0A4911717Fxxxxxxxxxx, cn=forms, cn=Products, cn=OracleContext
    # 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=False
    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

  • 9i default TNS/DB in formsweb.cfg

    I can't seem to make any use of "userid" work on the iAS middletier.
    It's as if I can't override the basic userid setting: I can't do it in a named config and I can't do it if I put it in the URL. No matter what I do I'm forced to enter username, password and database. It's as if the use of userid just gets ignored. I can easily change userid when I run forms directly from 9iDS, it's just on the iAS it doesn't work.
    Basically I need to be able to specify a 9i equivalent of putting "set LOCAL=MY_DB.WORLD" in a .bat file in the 6i fat client mode, ie. specify only the default database to be used so that the users don't have to enter that explicitly at logon. However, I can't find any documentation how this is done - all examples just say "userid=user/pass@<your_db>".
    So I also need some sort of documentation that lists ALL possible commands in the formsweb.cfg, but I've been unable to find the complete reference guide for that.
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark
    # formsweb.cfg start #
    # $Id: formsweb.cfg,v 1.23 2002/01/25 06:51:41 oraforms Exp $
    # formsweb.cfg - Forms Servlet default configuration file
    # This file defines parameter values used by the FormsServlet (f90servlet)
    # DEFAULT CONFIGURATIONS
    # These are the default settings. Any of them may be overridden in the
    # Named Configurations section. If they are not overridden, then the
    # values here will be used.
    # System Paremeters cannot be overridden in the URL. User Parameters can.
    # 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 overriden 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.
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar,/forms90/webutil/SmileyBridge.jar
    #baseHTML=base.htm
    #baseHTML=e:\webutil\server\webutilbase.htm
    #baseHTMLjinitiator=basejini.htm
    baseHTMLjinitiator=e:\webutil\server\webutiljini.htm
    #baseHTMLjpi=basejpi.htm
    baseHTMLjpi=e:\webutil\server\webutiljpi.htm
    baseHTMLie=baseie.htm
    HTMLdelimiter=%
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=e:\KASSforms\forms
    envFile=default.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x. Put IE=native if you want the
    # Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # 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/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    # 1) Runform arguments:
    form=tdimenu.fmx
    userid=
    # These settings support running and debugging a form from the Builder:
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=e:\KASSforms\forms.log
    term=
    # 2) HTML page title, attributes for the BODY tag, and HTML to add before and
    # after the form:
    pageTitle=KASS
    HTMLbodyAttrs=
    HTMLbeforeForm=
    HTMLafterForm=
    # 3) Values for the Forms applet parameters:
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    #imageBase=DocumentBase
    imagebase=codebase
    width=640
    height=480
    separateFrame=false
    splashScreen=splash_velkommen.gif
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=
    serverApp=default
    # The following archive settings are for
    # archive_jini - settings for JInitiator
    # archive_ie - settings for IE native JVM
    # archive - settings for all other cases (Java Plugin, Appletviewer, etc)
    archive_jini=f90all_jinit.jar,/forms90images/kassimages.jar
    archive_ie=f90all.cab,/forms90images/kassimages.jar
    archive=f90all.jar,/forms90images/kassimages.jar
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    networkRetries=0
    # 4) Parameters for JInitiator (used with Windows clients)
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,9
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
    # 5) Parameters for the Java Plugin (used with non-Windows clients)
    # Page displayed to users to allow them to download the JPI
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameters related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    jpi_mimetype=application/x-java-applet;version=1.3
    # 6) EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # 6) OID Config parameters (for Single Sign-On)
    oid_formsid=formsApp
    oracle_home=e:\Ora9ias_forms
    # NAMED CONFIGURATIONS
    # 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/servlet/f90servlet?config=sepwin".
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than
    # using Oracle JInitiator.
    [ienative]
    IE=native
    # Example 3: configuration forcing use of the Java Plugin in all cases
    # (even if the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file)
    [debug]
    serverURL=/servlet/l90servlet/debug
    [native]
    separateFrame=True
    lookandfeel=Oracle
    IE=native
    form=tdimenu.fmx
    [tdiwin]
    separateFrame=false
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    [tdiwin_sep]
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    [kpm]
    #HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    # more efficient grey background
    background=background_grey.gif
    [test]
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    background=/forms90images/marselis_skov.jpg
    envFile=test.env
    [jevk]
    workingDirectory=e:\jevk\forms\recompile_all
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    envFile=jevk.env
    [jevka]
    userid=jevk/tdi123@adsl
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=rollinf.fmx
    background=background_grey.gif
    [inwi]
    userid=jevk/tdi123@adsl
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=admuser_inwi.fmx
    background=background_grey.gif
    # formsweb.cfg end #
    # java console start #
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/webutil.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/jacob.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://oiatst01.tdk.dk:7778/forms90images/kassimages.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/SmileyBridge.jar from JAR cache
    connectMode=HTTP, native.
    MessageManager: key VERSION bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException: unknown format type at
    [[[Note here: I don't know what the MessageManager is talking about here as the error message isn't complete. I _may_ be related to wrong parameters in formsweb.cfg or some such]]]
    # java console end #

    Jesper,
    all parameters that are understood by the formsweb.cfg file are listed un the System and user section. In Oracle10g Forms we also added comments to describe their individual meanings.
    1. create a named configuration for your application and add
    # assuming orcl is your database tnsnames name)
    userid=@orcl
    2. In your Forms application, using an on-logon trigger
    BEGIN
    LOGON_SCREEN;
    message(get_application_property(username||'@'||get_application_property(connect_string));
    LOGON(get_application_property(username ||'@'||get_application_property(connect_string),get_application_property(password),true);
    END;
    If you want to also specify teh username so that he only needs to enter the password, you can pass userid=scott@orcl in the URL
    Note that Oracle9iDS had a bug on Windows2000 that prevented the servlet from reading URL parameters. This problem is solved within Patch1.
    Frank

  • What is the default separateFrame in formsweb.cfg ?

    Hello,
    what is the default separateFrame,width & height in formsweb.cfg ?
    am using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    i made changes 2 adjust the applete w/h 2 centered the form's window now i wana get back is it ..?
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    separateFrame=falseSince i have 2 separateFrame=false but i remmbered 1 of them where true by deault which one the first or the second 1 in order...?
    Regards,
    Abdetu...

    Hi 815571
    Thanks for reply
    No 100% is not the default pls recheck, am quite sure...
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # Forms applet parameter
    width= 750
    # Forms applet parameter
    height= 600
    # Forms applet parameter
    separateFrame=false
    # 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
    .....Regards,
    Abdetu...

  • Cgicmd.dat in formsweb.cfg?

    Hi,
    in my formsweb.cfg i have two alias that point to two different database.
    I have only one cgicmd.dat and don't want to change code of forms for invoking reports.
    I can put two different cgicmd.dat for pointing the two database ?
    Thanks.
    Best regards.
    Francesco

    I don't see any issue here. You have two alias in formsweb.cfg, each can point to its own database. And since you want to use the same codes for Forms and Reports that make it even more easier.

  • Plzzz help: formsweb.cfg testmode false

    Greetings:
    I have installed Oracle Developer Suite on a Windows XP SP3 pc. When I run the form, Internet Explorer gives me a message:
    Internet Explorer encountered a problem and needs to close.
    I run the OC4J before running the form. And I am sure that the Net manager configuration is correct. The OC4J gives me the following line:
    ConfigFileName: C:\DevSuiteHome_1/forms/server/formsweb.cfg
    testmode: false
    I have tried many things like: Disable some add ons like google, ..etc and leave java only.
    Please, tell me what is the cause of such problem. Thank you.

    I am using IE7, Windows XP SP3 and 10g Dev suite version 10.1.2.0.2
    the problem is, when I run the form, Internet Explorer gives me the message: "Internet Explorer encountered a problem and needs to close".
    I installed Jinitiator 1.3.1.28 and it didn't work. Removing IE7 and use IE6 solved the problem on another PC. but on these punch of PCs, I could not remove IE as IE7 can't be removed if it installed with XP SP3 unless you remove SP3 (in my case, SP3 installed within the Windows and not as a separate package that I can remove)
    http://support.microsoft.com/kb/950719
    thank you.

  • What do I config in as 10.1.2 for webutil 106 in formsweb.cfg?

    there is a configure in formsweb.cfg,named own_config.
    [own_config]
    pageTitle=China Three Gorges Project Management System Developer
    align=left
    border=0
    width=100%
    height=100%
    userid=@test
    separateFrame=True
    lookandfeel=Oracle
    logo=tgpms_logo.gif
    workingDirectory=D:\testapp\frm
    splashScreen=no
    background=no
    colorScheme=teal
    envFile=my_own_config.env
    form=test.fmx
    archive_jini=frmall_jinit.jar,button_icons.jar
    imageBase=Codebase
    heartbeat=2
    networkRetries=30
    prestartRuntimes=true
    prestartInit=5
    prestartMin=3
    prestartIncrement=2
    prestartTimeout=1800
    baseHTMLjinitiator=basejini.htm
    baseHTMLjpi=basejpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    and there is a configure for webutil
    how can I use webutil config,appended them to my_own_config,or not?
    [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
    both them include blow paramaters,but diffrent values.
    [own_config]
    baseHTMLjinitiator=basejini.htm
    baseHTMLjpi=basejpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [webutil]
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    what do I need to do?
    Please suggest.

    This isn't being sarcastic, but have you read the webutil manual? Chapter 3 and the appendix A give instructions.
    You basically have two choices, either set up webutil in the default part of Formsweb.cfg so all application configurations on that application server can use it or you can add it to your own created configuration.

  • Formsweb.cfg probelm, after addion of the new applicaiton enty........

    Dear All
    We are getting strange problem. When we add new application entry in formsweb.cfg in Oracle 9i AS 9.0.2.0.1. And when we access it on IE it doesnt work it show the follwoing error in java console....
    We appreciate every one who want to resolve the issue, thanks in advance.....
    Exception occurred during event dispatching:
    java.lang.UnsatisfiedLinkError: bill_app.dll
    at oracle.forms.webutil.cApi.CFunc.find(Native Method)
    at oracle.forms.webutil.cApi.CFunc.<init>(CFunc.java:68)
    at oracle.forms.webutil.cApi.CApiFunctions.register_function(CApiFunctions.java:732
    at oracle.forms.webutil.cApi.CApiFunctions.getProperty(CApiFunctions.java:125)
    at oracle.forms.handler.UICommon.onGet(Unknown Source)
    at oracle.forms.engine.Runform.onGetHandler(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.processEventEnd(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    ---------------------------------------

    Thanks for your response......
    The most strange thing is we dont change any thing, we just change the start entry which is in [ ]..............
    see the following entry which works................"test" works, if we copy the same enty and just replace [test] with [dev], it doesnt work... and give the same message which i pasted in first post...........
    waiting for expert opnion.....thnaks
    =================
    [test]
    pagetitle= Test Application
    workingdirectory=/u01/testapp/bin
    webutilarchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    basehtmljinitiator=/u01/webutil/server/webutiljini.htm
    basehtmljpi=/u01/webutil/server/webutiljpi.htm
    basehtml=/u01/webutil/server/webutilbase.htm
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term% connectstring=testdb frun=FIRSTMENU dllpath=c:\winnt\system32\
    form=/u01/testapp/bin/SECONDMENU.fmx
    ================

  • Otherparams in Url and in formsweb.cfg

    Hello.
    There is a way to use the otherparams in url without substitute the one defined in formsweb.cfg?
    For estance I have in formswebcfg defined the "term" parameter. If I need to user otherparams=myparam=myvalue this one also cancel the "term" param
    Thanks in advance

    Your statement is unclear. However, you can only pass one value for any one parameter. If you have a parameter with a value preset in formsweb.cfg (i.e. myparam=myvalue), you can override it by changing it in the URL. The url entry will take precedence over the value in the formsweb.cfg
    If you are suggesting that by passing in your own custom param/value for otherparams is ignore the presets, this can be corrected. Do the following:
    1. In formsweb.cfg, locate where "otherparams" is configured.
    2. Add your custom parameter to the list. For example (I have removed a few from the default just to make it more readable):
    otherparams=query_only=%query_only% quiet=%quiet% record=%record% tracegroup=%tracegroup% log=%log% term=%term% myparam=%myparam%Note how your parameter has been added to the end.
    3. To pass your new param and value on the url, simply add it without the "otherparams=" part. For example:
    http://server:port/forms/frmservlet?form=myForm&myparam=123
    You can see other examples of this in the formsweb.cfg. Look for the comments labeled, " +Sub argument for otherparams+ "

  • Howto quote percent (%) in formsweb.cfg/HTMLbeforeForm

    Hello,
    I would like to embed an iframe in basejini.htm/basejpi.htm. Doing this by setting
    HTMLbeforeForm=<iframe src="frame.html" name="frame" width="100%"></iframe>
    works almost perfectly, but "width=100%" doesn't work, since any occurrences of "%" are substituted when delivering basejini.htm/basejpi.htm to the browser.
    I tried a lot to escape the %, doubling it and quoting it with ' an " - nothing works.
    Is there any way to escape the % so that the resulting iframe is sized relative to the width of the parent window?

    Jesper,
    all parameters that are understood by the formsweb.cfg file are listed un the System and user section. In Oracle10g Forms we also added comments to describe their individual meanings.
    1. create a named configuration for your application and add
    # assuming orcl is your database tnsnames name)
    userid=@orcl
    2. In your Forms application, using an on-logon trigger
    BEGIN
    LOGON_SCREEN;
    message(get_application_property(username||'@'||get_application_property(connect_string));
    LOGON(get_application_property(username ||'@'||get_application_property(connect_string),get_application_property(password),true);
    END;
    If you want to also specify teh username so that he only needs to enter the password, you can pass userid=scott@orcl in the URL
    Note that Oracle9iDS had a bug on Windows2000 that prevented the servlet from reading URL parameters. This problem is solved within Patch1.
    Frank

  • Regarding HEIGHT in formsweb.cfg file

    Hi All
    I am working in Forms 10G.
    All the application is running in production is showing in a small window , that because of the height in formsweb.cfg file. The height = 600 .
    Now there is a requirment to show all the records in one shot without using the scroll bar .
    so if i am chaging the block property to 30 or 40 then in one shot all the 40 records will show . But because in formsweb.cfg it is mention height =600, so it will come with a scroll bar . This I dont want .
    So can I change the HEIGHt to , let say 700 or 800 ? I mean will it be any problem ? Is there any calculation for this ? I mean if I change the property here then do i need to change some where else as well ?

    LuKKa wrote:
    Hi François Degrelle
    If I change Height and width to 100% , will it come perfectly in all the size moniters ,like 14 inch or more thank that ?The window size will correct but item remain as it is. Add this in your configure at formsweb.cgf
    width=100%
    height=100%Hope this helps

  • Oid_formsid in formsweb.cfg

    Hi members,
    The oid_formsid in our Oracle 10g AS formsweb.cfg file is as shown below. I am trying to find what is the encrypted code after hostname. If you know what it is can you please let me know?
    # Single Sign-On OID configuration parameter
    oid_formsid=formsApp_<hostname>_03C357BA2E5DA868
    Thanks
    Ravi.

    Located ours here, within OID ---
    cn=Logical Application Group, orclApplicationCommonName=forms<SERVER NAME>l_A5D9AA21776511DCBFB1EBE1EEF9D9B2, cn=forms, cn=Products, cn=OracleContext
    Hope this helps!

Maybe you are looking for

  • Full width parallax menu scrolling

    Hi all, did anyone of you have this problem that I am encountering? My site www.west-coast-equine.ie loads perfect but when using the anchor based menu the full width fill of the background pics shifts to the left. Would appreciate some input and tha

  • I'm trying to drag with the wireless mouse. But the item i'm dragging is copied instead of moved

    I'm trying to drag with a wireless mouse. But the item i'm dragging gets copied in the new location instead of moved to the new location.

  • Compile error in bitset when using 12.4 beta with -std=c++11

    When using the new -std=c++11 option, there is a compile error in SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset. On line 86, there is a cpp conditional that is using the sizeof() operator. Can you use an opera

  • Migrate Visual Composer to NWDI in NWDS

    Hi, we are trying to migrate Visual Composer DCs from local development to NWDI. We are using NWDS only and not the browser version of VC. In the development infrastructure perspective it is possible to move (or copy) the DCs from local to shared. Ho

  • How can I check the ink level in my Hp printer j4580

    I am so frustated, and upset with my hp printer, the only thing I waant to is how can I check the ink level in my Hp printer j4580, sound simple, well I have spend hours traying, and  I still don't know how to do it. This is ridicule