Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms doesn't run through Internet Exporer

sk4Oct 2 2016 — edited Oct 4 2016

Hi All

I have developed an application through Forms 11g 64 bit. My application runs successfully from forms builder using Internet explorer 9.

I am unable to run the application, if I open Internet Explorer and paste the url address. It displays a blank screen. Neither Java gets loaded nor Forms Service.

url address : http://pc-name:7003/forms/frmservlet?config=tayma

My weblogic server is on, nod is on.

My formsweb.cfg

# $Id: formsweb.cfg /main/164 2010/10/19 05:20:53 atyagi 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.example.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 Sun's Java Plug-In

baseHTMLjpi=basejpi.htm

# System parameter: delimiter for parameters in the base HTML files

HTMLdelimiter=%

# System parameter: file setting environment variables for the Forms runtime processes

envFile=default.env

# Forms runtime argument: whether to escape certain special characters

# in values extracted from the URL for other runtime arguments

escapeparams=true

# Forms runtime argument: which form module to run

form=test.fmx

# Forms runtime argument: database connection details

userid=

# Forms runtime argument: whether to run in debug mode

debug=no

# Forms runtime argument: host for debugging

host=

# Forms runtime argument: port for debugging

port=

# Forms runtime argument: BIDI digitSubstitution

digitSubstitution=context

# Other Forms runtime arguments: grouped together as one parameter.

# These settings support running and debugging a form from the Builder:

otherparams=obr=%obr% record=%record% tracegroup=%tracegroup% log=%log% term=%term% ssoProxyConnect=%ssoProxyConnect%

# Sub argument for otherparams

obr=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 Fusion Middleware 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=codebase

# Forms applet parameter

width=100%

# Forms applet parameter

height=100%

# Forms applet parameter

separateFrame=false

# Forms applet parameter

splashScreen=

# Forms applet parameter

allowAlertClipboard=true

# Forms applet parameter

disableValidateClipboard=false

# Forms applet parameter

highContrast=false

# Forms applet parameter

background=No

# Forms applet parameter

lookAndFeel=oracle

# Forms applet parameter

colorScheme=teal

# Forms applet parameter

logo=No

# Forms applet parameter, valid range [0-3]

guiMode=0

# Forms applet parameter

restrictedURLparams=pageTitle,HTMLbodyAttrs,HTMLbeforeForm,HTMLafterForm,log

# Forms applet parameter

formsMessageListener=

# Forms applet parameter

recordFileName=

# Forms applet parameter

serverApp=default

# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)

archive=frmall.jar,myicons.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 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/6u12/index.html

# Parameter related to the version of the Java Plugin

jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA

# Parameter related to the version of the Java Plugin

jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12

# Parameter related to the version of the Java Plugin

#jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12

jpi_mimetype=application/x-java-applet;jpi-version=1.7.0_79

#jpi_mimetype=application/x-java-applet

# Applet parameter for Sun's Java Plugin

legacy_lifecycle=false

# 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

# Single Sign-On parameter: indicates whether session should operate in proxy

# user support or not. Specify ssoProxyConnect=yes to enable for particular application.

ssoProxyConnect=no

# 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=false

# EndUserMonitoringURL

# indicates where to record EUM/Chronos data

EndUserMonitoringURL=

# Config for javascript integration

applet_name=

enableJavascriptEvent=true

# Config variable that will indicate if heartbeat will

# be blocked when a javascript call is a blocking call.

# The default value if false, i.e heart beat will not be

# blocked for any javascript calls.

JavaScriptBlocksHeartBeat=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.example.com/forms/frmservlet?config=sepwin".

[sepwin]

separateFrame=True

lookandfeel=generic

# Example Named Configuration Section

# Example 2: 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

# only installed with the Forms Builder 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

baseHTML=webutilbase.htm

baseHTMLjpi=webutiljpi.htm

archive=frmall.jar

lookAndFeel=oracle

[tayma]

form=d:\tayma\forms\Sales_Menu.fmx

usesdi=yes

userid=tayma/tayma@orcl

width=100% [Screen width]

height=100%[Screen height]

colorscheme=blue

imagebase=codebase

lookAndFeel=Oracle

separateFrame=false

Pease guide me where I am wrong or what changes I have to make.

Thanks

This post has been answered by Kalpataru on Oct 3 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2016
Added on Oct 2 2016
6 comments
6,838 views