Get Stuck in Webutil1.0.6  Configuration & Installation..

Dear All Experts,
I m trying to configure and Install webutil1.0.6 on Oracle Developer Suit (9.0.4) in
Windows XP Professional having the browser Internet explorer 6.0.
I have done almost all the steps mentioned in Runtime Setup Checklist (Appendix A)
in “Webutil User’s Guide Release 1.0.6” . Except Step 9 Configure your webutil.cfg file.
Have a look at my default.env & formsweb.cfg files.
default.env
# $Id: win32_os_default.env,v 1.5 2003/10/02 18:42:24 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:\DS10g
# 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. /private/dir1;/private/dir2)
FORMS90_PATH=D:\DS10g\forms90;D:\invsys;D:\DS10g\forms90\webutil_106;D:\Webutil_demo
# 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:\DS10g\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:\DS10g\bin;D:\DS10g\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 forms9i tracing and logging
# Note: This entry has to be uncommented to enable tracing and
# logging.
#FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>\forms90\server
# System settings
# You should not normally need to modify these settings
FORMS90=D:\DS10g\forms90
WEBUTIL_CONFIG=D:\DS10g\forms90\webutil_106\server\webutil.cfg
# Java class path
# This is required for the Forms debugger
# You can append your own Java code here)
# f90srv.jar, repository.jar and ldapjclnt9.jar are required for
# the password expiry feature to work(#2213140).
CLASSPATH=D:\DS10g\j2ee\OC4J_BI_Forms\applications\forms90app\
forms90web\WEB-INF\lib\f90srv.jar;D:\DS10g\jlib\repository.jar;
D:\DS10g\jlib\ldapjclnt9.jar;D:\DS10g\jlib\debugger.jar;D:\DS10g\forms90\webutil_106\java\frmwebutil.jar;D:\DS10g\jlib\ewt3.jar;D:\DS10g\jlib\share.jar;D:\DS10g\jlib\utj90.jar;
D:\DS10g\jlib\zrclient.jar;D:\DS10g\reports\jlib\rwrun.jar;D:\DS10g\jdk\jre\lib\rt.jar;D:\DS10g\forms90\java\f90all.jar
formsweb.cfg
# $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
# 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 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.
# 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)
[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: base HTML file for use with Microsoft Internet Explorer
# (when using the native JVM)
baseHTMLie=baseie.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>/forms90 if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# System parameter: JVM option for Microsoft Internet Explorer.
# This parameter specifies how to execute the Forms applet under
# Microsoft Internet Explorer 5.x or above. Put IE=native if you want
# the Forms applet to run in the browser's native JVM.
IE=JInitiator
# 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=
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms90/l90servlet
# Forms applet parameter
codebase=/forms90/java
# Forms applet parameter
imageBase=DocumentBase
# Forms applet parameter
width=750
# Forms applet parameter
height=600
# 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=f90all_jinit.jar;invsysicons.jar;frmwebutil.jar;jacob.jar
# webutil....
WebUtilArchive=frmwebutil.jar;jacob.jar
# Forms applet archive setting for Microsoft Internet Explorer native JVM
archive_ie=f90all.cab
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=f90all.jar;invsysicons.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=/forms90/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0017-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,17
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.17
# 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/plugin/1.3/plugin-install.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;version=1.3
# 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=D:\DS10g
# 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
# 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/servlet/f90servlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# 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 Named Configuration Section
# 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 Named Configuration Section
# Example 4: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms90/l90servlet/debug
# Trying own applications
[itsys]
form=frm_sline.fmx
userid=docsys/docsys@orauma
separateFrame=True
lookandfeel=Generic
# Inventory system UMA, applications
[invsys]
form=FRM_LOGIN.fmx
userid=docsys/docsys@orauma
lookandfeel=Generic
# Sample configuration for deploying WebUtil.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
[webutilie]
IE=native
webUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLie=webutilbase.htm
archive=frmall.jar
lookAndFeel=oracle
[webutiljpi]
webUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTMLie=webutiljpi.htm
baseHTML=webutiljpi.htm
archive=frmall.jar
lookAndFeel=oracle
NOW while I run form from RuntimeSettings=default
http://rana-adnan.umarine.local:8889/forms90/f90servlet?userid=docsys/docsys@orauma
Form runs successfully on browser but while pressing button for File Open OR Save As
It shows the error
Oracle.forms.webutil.file.FileFunctions bean not found.
WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.
AND while I run form from RuntimeSettings=webutil or webutilie or webutiljpi
http://rana-adnan.umarine.local:8889/forms90/f90servlet?config=webutil&userid=docsys/docsys@orauma
Form does not run and browser gives the error
500 Internal Server Error
Forms Servlet Error.
Missing or invalid value for baseHTML parameter.
Please check the servlet configuration to make sure this value specifies a valid file.
I get stuck here.
Kindly help me to use webutil1.0.6
Thanks
Rana Adnan

Dear,
Now I have Installed the Jinitiator1.3.1.22 in C:\Program Files\Oracle\JInitiator 1.3.1.22
and edit the configuration in formsweb.cfg
Now it looks
# $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
# 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 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.
# 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)
[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: base HTML file for use with Microsoft Internet Explorer
# (when using the native JVM)
baseHTMLie=baseie.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>/forms90 if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# System parameter: JVM option for Microsoft Internet Explorer.
# This parameter specifies how to execute the Forms applet under
# Microsoft Internet Explorer 5.x or above. Put IE=native if you want
# the Forms applet to run in the browser's native JVM.
IE=JInitiator
# 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=
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms90/l90servlet
# Forms applet parameter
codebase=/forms90/java
# Forms applet parameter
imageBase=DocumentBase
# Forms applet parameter
width=750
# Forms applet parameter
height=600
# 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=f90all_jinit.jar,invsysicons.jar,frmwebutil.jar,jacob.jar
# webutil....
WebUtilArchive=frmwebutil.jar,jacob.jar
# Forms applet archive setting for Microsoft Internet Explorer native JVM
archive_ie=f90all.cab
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=f90all.jar;invsysicons.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=/forms90/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/plugin/1.3/plugin-install.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;version=1.3
# 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=D:\DS10g
# 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
# 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/servlet/f90servlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# 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 Named Configuration Section
# 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 Named Configuration Section
# Example 4: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms90/l90servlet/debug
# Trying own applications
[itsys]
form=frm_sline.fmx
userid=docsys/docsys@orauma
separateFrame=True
lookandfeel=Generic
# Inventory system UMA, applications
[invsys]
form=FRM_LOGIN.fmx
userid=docsys/docsys@orauma
lookandfeel=Generic
# Sample configuration for deploying WebUtil.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=on
WebUtilLoggingDetail=normal
WebUtilErrorMode=AllWebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=f90all_jinit.jar
archive=f90all.jar
lookAndFeel=oracle
[webutilie]
IE=native
webUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLie=webutilbase.htm
archive=f90all.jar
lookAndFeel=oracle
[webutiljpi]
webUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTMLie=webutiljpi.htm
baseHTML=webutiljpi.htm
archive=f90all.jar
lookAndFeel=oracle
Now when I run the form then browser shows Jinitiator Security Warning dialog and I clicked on "Grant this Session" and it show nothing
and java console showing this..
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\rana.adnan
Proxy Configuration: no proxy
JAR cache enabled
Location: C:\Documents and Settings\rana.adnan\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>
Loading http://rana-adnan.umarine.local:8889/forms90/java/frmwebutil.jar from JAR cache
RegisterWebUtil - Loading WebUtil Version 1.0.6
Is there any signing jar files problem or any other?
Please help
Thanks
Rana adnan

Similar Messages

  • My Air is stuck at Installing 3 items "Configuring Installation" for 2 hrs

    My Air is stuck at "Installing 3 items" "Configuring Installation." For 2 hrs I've tried to install the latest software updates and it gets stuck. The only thing I've done to it 3 times is to hold the power button and try again with the longest I've left it was for 1 hour at the inital install. I've done a repair permissions but my Air doesn't want to install any of it.
    The updates are Firmware for the Air, Firmware for Bluetooth and Safari.

    Looks like the Bluetooth firmware is causing the stalled update. Trying to download this:
    http://wsidecar.apple.com/cgi-bin/nph-reg3rdpty2.pl/product=18578&cat=61&platfor m=osx&method=sa/MacBookAirBluetoothEFIUpdate1.0.dmg
    results in not found error.

  • Virtualized servers get stuck at "Shutting down Windows Modules Installer service ..."

    Hi,
    I have a Windows 2008 R2 (no service pack) server that has been virtualized last summer and since then:
    - Windows Update does not download any updates (it says Cancelled for every update in the Update History)
    - When I reboot the vm, it gets stuck on "Shutting down Windows Modules Installer service ..." and I have to cold-Reset the vm to get it working again.
    I tried running Windows Update Standalone Installer (Windows6.1-KB947821-v20-x64.msu) on the machine, but that gets stuck on "searching for updates"...
    I tried stopping the Windows Update service but that doesn't work either, it says that the service is not responding...
    I'm not sure what to try next, I'd appreciate any pointers.
    Thanks a lot,
    Guillaume

    Hi,     
    Pls try to do the following to reset the whole
    SoftwareDistribution folder:
    1. Stop the windows Updates service. To do this, follow these ste
    a. Click "Start", click"Run", type "services.msc" (without the quotation marks), and
    then click "OK".
    b. Right-click the "windows Updates" service.
    c. Click "Stop". The service will take a moment to stop.
    2.rename this folder(renamed to oldsoftwaredistruibution)
    3. Start the windosw Updates service. To do this, follow these steps
    a. Click "Start", click "Run", type "services.msc" (without the quotation marks), and then click "OK".
    b. Right-click the "Automatic Updates" service, and then click "Start".
    The service will take a moment to start and the folder will be recreated when you try to visit windows update site. You can then delete the folder.
    After all, try to see whether your AU is functioning.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • My Lion Server gets stuck on 'Reading Settings when configuring Network Users and Groups

    On 10.7.1 and it gets stuck on this setting:   Any thoughts?

    Hi,
    >>On the Server 2012 R2 - I can add the User but the field to put in the Password and Confirm Password are greyed out.
    This functionality is being removed because the password was stored insecurely.
    Regarding this point, the following article and blog can be referred to for more information.
    MS14-025: Vulnerability in Group Policy Preferences could allow elevation of privilege: May 13, 2014
    http://support.microsoft.com/kb/2962486
    Group Policy Preferences Password Behaviour Change – MS14-025
    http://www.grouppolicy.biz/2014/05/group-policy-preferences-password-behaviour-change-ms14-025/
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

  • Have reformatted my Imac using original discs (installed leopard (10.5)) tried to do the software update but it cant download the itunes update and when it gets to the configure update screen after restart for main update, it just gets stuck. HELP!

    have reformatted my Imac using original discs (installed leopard (10.5)) tried to do the software update but it cant download the itunes update and when it gets to the configure update screen after restart for main update, it just gets stuck. HELP!
    The configure bar gets about an 1/8 full and then just does nothing. I think its lists the update as combo update? cant remember with out checking.
    I have tried to do the disk verify and repair but this has made no difference.
    Please let me know what i need to do, I have reformatted the mac just to start over as was clogged with a lot of useless data, I had installed lion (10.7) from the app store previously and now cant seem to find a way to re install lion. I hope I dont need to pay for it again?

    If you erased your hard drive, you'll need to reinstll OS X 10.6 Snow Leopard to access the App store. You won't have to pay for OS X 10.7 Lion again. Did you try booting to the recovery partition by holding the command and r keys down? If that's still there, you can reinstall OS X 10.7 from there.
    If you're looking to install the current iTunes, you need OS X 10.6.8 at a minimum.
    If you're still trying to update OS X 10.5 Leopard, you can download the combo update from here.  Download, use Disk Utility to repair permissions, apply the update, then repair permissions again. That will take you to OS X 10.5.8.

  • IOS apps often get "stuck" while installing- fix?

    Summary: When downloading an app it will sometimes get "stuck" on the last step of installation. The progress bar is complete, but it says "Installing" for a long time after that, often requiring the device to be restarted.
    Steps to Reproduce:
    1. Download or update an app from the App Store. (The Target app for iPhone is one I've had this problem with, though it doesn't seem to be app-specific.)
    2. Wait for it to install.
    Expected Results: The app should finish installing shortly after the progress bar is full.
    Actual Results: Sometimes it continues to say "Installing" long after the progress bar is complete. I've had it stay this way for as long as 15 minutes before giving up and restarting the device. As soon as I restart, the app is installed, though usually in a different location than it was previously. Other times the install will successfully complete after simply waiting a few minutes—longer than normal but with no extra action required.
    Regression: I first noticed this problem recently in iOS 4.3, though another user told me it happened in 4.2.1 for them. This makes me wonder if it's related to a recent App Store change, rather than a change in iOS itself.
    Notes: I haven't found a way to reproduce the problem reliably, but I've had it happen quite a few times
    Anyone else?

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

  • Oracle 8i installation gets stuck at the end in net8 configuration

    Hi,
    I am trying to install oracle 8.1.6 on a windows 2000 (celeron) machine.The installation becomes non-respondant at the end after the 100% progressbar is shown and a configuration tools windows appear.
    It has three tasks listed
    Net8 Configuration assistant
    Oracle Database configuration assistant
    OMS NT service
    It says that these configurations are optional but recommended.
    But after exiting I can't connect to the database.
    Continuously getting TNS Adapter error.
    No Oracle service is found and oracle.exe doesn't run.
    The details where it gets stuck is:
    Done parsing command line arguments.
    Net8 Configuration:Profile configuration complete.
    Net8 Listener Startup:
    Running Listener Control:
    C:\Oracle\Ora81\bin\lsnrctl start LISTENER
    Pls help.
    I am trying to get oracle 8i working for two days with no luck :(

    This is a duplicated thread > oracle 8i database initialization prob
    You don't need to post twice, it becomes more difficult for us to track the same issue on different threads.
    Please help us to help you.
    ~ Madrid

  • 10.5.3 Update stuck at "Configuring Installation..."

    I downloaded the update and then restarted my iMac only to find the installation progress bar to be stuck at a certain point. After 10 hours of leaving it at that, I forced shut down my iMac. Any ideas as to why the update won't work? Maybe I messed up with the OS files... but I doubt it.
    -I recently re-installed Leopard... if that's a problem.

    Thanks everyone with your tips I was able to overcome this issue.
    For those of you who may be found in the same predicament, you can resolve this by going into the HD > Library > Updates and move all the files and folders to your desktop. In each of the folders there is a folder called Packages, launch the file with the .pkg suffix. This is the actual installer. Do this until you find the culprit installer that is causing problems (you'll recognize it because it will get stuck at 'Configuring Installation'). After you have successfully applied all the good updates. Throw everything away (including the plist file) and restart. Launch Software Update and it should redownload the package that was damaged and all other updates.
    Hope this helps.

  • [svn:osmf:] 15934: Ensure OSMFPlayer doesn' t get stuck on preloader if configuration file is not present.

    Revision: 15934
    Revision: 15934
    Author:   [email protected]
    Date:     2010-05-06 14:18:56 -0700 (Thu, 06 May 2010)
    Log Message:
    Ensure OSMFPlayer doesn't get stuck on preloader if configuration file is not present.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/preloader/Preloader.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as

    Thank you for the replies,
    unfortunately it's not the router. I usually switch on/off the router if I'm not at home. Therefore  I have ruled out from the very beginning the router. And I'd rule out an upgrade of  arch's packages as well.  I installed->upgraded all packages  after a fresh installation of arch,  and then I started the configuration...
    ewaller, nice "How to"
    Cheers
    Last edited by bradomyn (2011-09-13 10:59:39)

  • HT3606 i keep trying to update the software and it gets stuck on configuration, so i can i sped up the process?

    i keep trying to update the software and it gets stuck on configuration, so i can i sped up the process?

    Some general advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site.
    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.5.8 update here: http://support.apple.com/kb/HT3606
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.5.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.5.7 to 10.5.8. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious! In fact a second restart can be recommended.
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a week or two while you regularly check their websites for updates.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    [b]If you are updating Safari (or just have):[/b]
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up.  If you have installed an OS update and Safari is crashing, the very [i]first[/i] thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party add-on.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for  problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    /Library/InputManagers
    ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).
    Solutions for troubleshooting installation, startup, and login issues in Mac OS X v10.5
    http://support.apple.com/kb/TS1541?viewlocale=en_US

  • EP6 sp9 installation get stuck on "deploy via sdm/j2ee"

    Hi,
    I'm trying to install the ep6 SP9 after I have installed the WAS SP9 and upgrade it to SP13
    Now, The installation get stuck at "deploy via sdm/j2ee" stage.
    This result is the same after several attempts including shutdown and restrat the processes
    There are not any errors on the installaion logs and everything looks fine
    Does anybody has any idea what it wrong ?
    Thanks
    Ami

    Thanks Priya for your reply,
    I did saw on the java log file the following error:
    <b>
    java.lang.NoClassDefFoundError: iaik/utils/Base64Exception</b>
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:108)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.
    This is the only error message I'm getting.
    The installation is being freeze for many hours and there is not any CPU load.
    So I think that this message error causing the installation to freeze.
    Does anyone familier with that error ?
    Thanks a lot
    Ami

  • DS6.3 Installation - getting stuck at  " Registering JESMF agent into Cacao

    Hello,
    Am trying to install DS 6.3 on the Solaris 10 Box. But its getting stuck in the end. I ran dsee_deploy install -v -c ALL /opt/SUNWdsee command. But when it didnt complete the installation. Please see below:
    inflating: /opt/SUNWdsee/dscc6/dccapp/html/fr/help/proc-suffixes.html
    inflating: /opt/SUNWdsee/dscc6/dccapp/html/fr/help/toc.xml
    inflating: /opt/SUNWdsee/dsee6/data/sun-ldap-console-gui-help-l10n.lis
    extracting: /opt/SUNWdsee/dsee6/data/sun-ldap-console-gui-help-l10n.del
    Removing /opt/SUNWdsee//dsee6/data/sun-ldap-console-gui-help-l10n.del
    Creating WAR file for Console
    Configuring Cacao at /opt/SUNWdsee/dsee6/cacao_2
    Setting Cacao parameter jdmk-home with default value [opt/SUNWdsee/dsee6/private]
    Setting Cacao parameter java-home with default value [opt/SUNWdsee/jre]
    Setting Cacao parameter nss-lib-home with default value [opt/SUNWdsee/dsee6/private/lib]
    Setting Cacao parameter nss-tools-home with default value [opt/SUNWdsee/dsee6/bin]
    Registering DSCC agent into cacao
    Starting Cacao if necessary
    Registering JESMF agent into Cacao
    After this it didnt move up in the installation process. What could be the reason.. Any help on this would be greatly appreciated.
    DS 5.2 P6 is running on this machine on a different path. But same installation got completed on another box successfully.
    I dont see any log messages for DS6.3 installation under /var/sadm/install/logs directory.
    Thanks in advance!.

    Hi,
    Looks like dsee_deploy hangs during JESmf registration. For this registration dsee_deploy launch the following command v"dsccsetup mfwk-reg -t".
    You can try to run the command manually and check if it works or not.
    Log of cacao ( <install_path>/dsee6/cacao_2/var/cacao/instances/default/logs/ ) can also help to see if JESmf module has been registered correctly or not.
    Hope this helps
    -Sylvain

  • Can't upgrade to Safari 4 release - stuck at Configuring Installation

    OK, so i've read all topics I could find on this subject (both on and off this forum), and have tried them all, but to no luck.
    my 2 problems:
    - Automatic (software update) Safari 4 release update gets stuck on configuring installation (and yes, I've deleted all "updates")
    - Manual download of safari 4 update gets stuck on configuring installation as well
    I used to have safari 4 beta on my computer.
    I've tried to delete anything I could find related to safari of my computer in hopes it would pass the configuring stage.
    All other updates/programs install fine.
    anybody with the same problem who's found a solution ?
    -cd

    Hawaiian_Starman wrote:
    Hi
    seems that the safari installed ALSO checked the receipts on the drive "G5". Since this was an old PowerMac G5 drive, it might have gotten the wrong idea.
    You need to "repair permissions" via Disk Utility in your Applications>Utilities folder.
    tried to re-install 10.5.7 combo update, but this stalled at "configuration installation" as well
    The problem with Safari may be symptomatic of other problems on the Mac. A reinstall of the OS using Archive & Install may be the next logical step to resolve the issues cropping up here.
    Hi starman
    See step 1: I've done a repair permissions on all drives already.
    I understand that re-installing OS will solve all this most likely, but since that's a 2-3 day process (with re-installing approx 100 apps, authorizations etc.) I rather find other means to fix this first.
    -cd
    Message was edited by: cdeenen_home

  • Latest update of Muse is not installing on several tries,installation gets stuck at 43% and shows '' waiting'' at the  ''Extracting''  stage for 7-8 hours after which it does not progress

    latest update of Muse is not installing on several tries,installation gets stuck at 43% and shows '' waiting'' at the  ''Extracting''  stage for 7-8 hours after which it does not progress.

    Refer to EX11....
    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

  • Windows 8 installation gets stuck during create partition step in bootcamp. Any suggestions?

    windows 8 installation gets stuck during create partition step in bootcamp. I tried to restart the bootcamp with same results. I have given it more than 6 hrs for last 3 times but I was able to go past this step previously where I got stuck during registering windows8.

    Hi,
    According to your description, it seems that your all Windows 8.1 computers connect to network via normal wireless network.
    Did you have wireless router for them?
    Please delete this adhoc, then check if these computer could connect to network.
    If no, follow below guide to create and connect to adhoc :
    Create adhoc in Windows 8.1
    http://tipsandtricksforum.com/thread-210.html
    connect to adhoc with Windows 8.1 
    http://social.technet.microsoft.com/Forums/windows/en-US/56ff83ff-1f15-4fc1-aa37-6651340d46fa/windows-81-connecting-to-ad-hoc-networks
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

Maybe you are looking for

  • F110-payment has been carried out

    Hi , After making the payment, status is showing as payment has been carried out........what may be the reasons for this. Regards, Dharani

  • Urgent: Customize BP for Products Java iView

    Hi, We have implemented Business Package for Products 50.3.1 in EP 6.0. I want to ewmove some buttons like create document and change materials in the Java iView provided in the Business Package. I have no idea how this customization could be done? I

  • Golden Gate and work efforts

    Hi All, I wonder that what would be the Administrative hours needed on regular bases after settign up GoldenGate between Oracle and SQL server? Thanks

  • Schedule Auto Paymens

    Can anyone tell me how to set up auto payments so that every 5th of the month, my verizon bill with be paid? Thank You. David

  • Crazy deinterlacing issue!! Pics inside, please help!

    This is what the footage looks like: This is what it looks like when I put it on the timeline in FCP and when I export it: The sequence settings match the settings of the clip - there is no upsizing or change in the compressor - it's all Apple ProRes