IE failed after installing oracle forms

Hello ,
I have installed Oracle Forms10g,& DB then .After connecting to DB when I tried to run TEST.FMB(example form given by oracle), My IE(IE8,Windows7) dont show the form runtime,rather it shows a blank page with a url: http://<My_PC Namexxx-pc>:8889/forms/frmservlet. I came to know that I need to change formsweb.cfg,default.env and registry.dat,I have installed the my jinitiator also. Please help me out how can i run my form locally. I am giving the codes also of those files,if i need to change anything please let me know
default.env*
# $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=E:\ORACLE_INSTALLED\DevSuiteHome_1
# 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=E:\ORACLE_INSTALLED\DevSuiteHome_1\forms
# webutil config file path
WEBUTIL_CONFIG=E:\ORACLE_INSTALLED\DevSuiteHome_1\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_REJECT_GO_DISABLED_ITEM=FALSE
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
# E:\ORACLE_INSTALLED\DevSuiteHome_1\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=E:\ORACLE_INSTALLED\DevSuiteHome_1\bin;E:\ORACLE_INSTALLED\DevSuiteHome_1\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=E:\ORACLE_INSTALLED\DevSuiteHome_1\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=E:\ORACLE_INSTALLED\DevSuiteHome_1\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\repository.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\ldapjclnt10.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\debugger.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\ewt3.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\share.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\utj.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\jlib\zrclient.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\reports\jlib\rwrun.jar;E:\ORACLE_INSTALLED\DevSuiteHome_1\forms\java\frmwebutil.jar
formsweb.cfg_
# $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overridden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
# 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=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
HTMLbeforeForm=
# 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
# 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=frmall_jinit.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,22
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=E:\ORACLE_INSTALLED\DevSuiteHome_1
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# EndUserMonitoring
# EndUserMonitoringEnabled parameter
# Indicates whether EUM/Chronos integration is enabled
EndUserMonitoringEnabled=
# EndUserMonitoringURL
# indicates where to record EUM/Chronos data
EndUserMonitoringURL=
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[jpi]
baseHTMLJInitiator=basejpi.htm
# Example Named Configuration Section
# Example 3: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms/lservlet/debug
# Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
# DS but not AS and is also available for download from OTN.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle

I tried to run TEST.FMB(example form given by oracle), My IE(IE8,Windows7) dont show the, I have installed the my jinitiator also.Internet explorer (IE 8) doesn't support jinitiator. You have to upgrade JRE.
Check this link. http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
Hope this will help you
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Configuration Failed after Installing 11gR2 Forms and Reports.

    Hi all Gurus,
    I have installed following successfully:
    1. Weblogic Server 10.3.6.
    2. JDK 7 64-bit.
    3. Oracle Database 11gr2 64-bit.
    4. Windows Server 2008 Ent 64-bit.
    When I install 11gr2 Forms and Reports, it installed successfully,
    after that I click “Configure”, then it open another window as “Configuration Progress”, which shows following modules to be configure:
    Creating Domain
    Creating Managed Server: WLS_FORMS
    Creating Managed Server: WLS_REPORTS
    Deploying Enterprise Manager
    Restarting ApplicationServer
    etc.
    At very first “*Creating Domain*”, it shows “*Failed*", same with other modules
    There is also no space or () in “Path Enviromental System Variable”.
    Pl guide me !
    Thanks in advance.
    Edited by: Sukhvinder on Nov 29, 2012 7:53 PM

    I don't fully understand your reply. If you do not understand how to identify whether or not the machine where you are installing the product uses a static IP or not, please consult with your Network or System admin if you have one. In short, your Windows 2008 machine cannot use DHCP for obtaining its address, regardless of what the resulting address is.
    As far as new failures, this is likely the result of you not completely cleaning up the earlier failed attempts. Before attempting to run the installation again, uninstall and delete all previous attempts. This means:
    1. Uninstall FMw. Depending on how far the installation ran, you may find a Windows shortcut to launch the installer. If not, just delete the directories.
    2. Uninstall WLS. This can be done from the "Programs and Features" panel on the Windows Control Panel.
    3. After uninstalling the products, do one last scan of the file system to ensure that you have removed all related directories. Be sure to also delete C:\bea as it belongs to the WLS installation.
    Once you have fully removed the installations, reboot the machine before attempting to reinstall.
    Once the machine has been rebooted and you have logged in, ensure that you have accomplished the following before retrying:
    1. You are a Windows user with "Administrator" permissions
    2. The machine is not configured to use DHCP
    3. The system PATH and CLASSPATH do not include parentheses symbols (e.g. (x86)) - I mentioned this earlier.
    4. Ensure that you have reviewed the Sys Requirements doc and comply with its recommendations:
    <blockquote>http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-requirements-100147.html</blockquote>
    5. Read the Installation Guide:
    <blockquote>http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/toc.htm</blockquote>
    Specifically, be sure to review the Troubleshooting section.
    If after following these instructions you cannot install the product, I would recommend that you contact Oracle Support

  • Domain issue while installing oracle forms 11g

    Hi . Trying to install oracle Forms 11g ,while installing it is getting error while creating domain .. Any clue.

    Below are log after performing the suggested steps..
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under D:\Oracle\weblogic64\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
        at java.lang.Thread.run(Thread.java:662)
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(Confi

  • Oracle 10gr2 locally is not working after  installing Oracle 11g

    hi ,
    Does anyone has any idea after installing oracle 11g in system, Oracle 10g locally is not working. I am getting below error.
    Forms session <2> failed during startup: no response from runtime process

    Generally this is because the software you install last updates the system environment variables with its information, thereby break products that use files with similar names. Specifically, look at PATH and ORACLE_HOME. Likely you will see that entries for your 11g installation will be displayed first. In order to use v10, you would need to change this or use script files to start executibles. For Forms runtime, be sure to properly set default.env to point to the desired PATH

  • Installing Oracle Forms on Linux

    Dear all,
    I'm trying to install Oracle Forms but stumbling upon its perquisites. My machine is Linux Slackware 13.0 64 and I've been trying to install Developer Suite but it failed since my Linux version is not supported.
    My question is:
    1. Can I modify (or cheat on) Universal Installer setup so that it let me install on Slackware?
    2. I also looked at Fusion Middleware requirements and it also supports only Linux Oracle, Suse, or Redhat. Is there any workaround to install the software without changing my OS?
    Best regards,
    Val

    You can just copy the relevant parts (the ones marked with error). You can also look at the timing
    when it happened the reports environment did not start.
    From what i remember this could be a memory issue, standard every managed server (WLS_FORMS and WLS_REPORTS) instance
    is configured with 1024m bytes of memory.
    What we did is first install a forms instance and after that a reports instance. After the forms installation we adjusted the
    memory parameters in setWLSEnv (<middleware-home>/user_projects/domains/<domain-name>/bin). Look in this file
    for references to WLS_FORMS (something similar to: if [ "${SERVER_NAME}" = "WLS_FORMS" ] ; then).
    Another thing which springs to my mind is, which products did you select. If you just want Forms and Reports
    you can select just the following:
    - Oracle Forms
    - Oracle Reports
    - Developer Tools aan.
    - Management Components
    - Oracle HTTP Server
    and deselect the other options:
    - Oracle Portal
    - Oracle Discoverer
    - Oracle WebCache
    - Clustered (if you are not using clustering)
    We also had to fix the following files (i do not think that you have to do this since your Forms did not show any problems):
    - (On Windows) Copy the file msvcr71.dll (FMW/windows/extra) to WINDOWS/system32.
    - Copy the file mod_wl_ohs.so (FMW/<operating-system>/extra) to <middleware-home>/as_1/ohs/modules.

  • Problem installing Oracle forms and report in windows 7

    I have a problem while installing Oracle forms and reports in windows 7 64 bit
    The error is : [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000IY5_e_EApIRMyYAhMG1BuDGr00000B,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
    at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    So I Google for it and found that this is version mismatch (May be I am wrong) and it tells that I have to install WLS - 10.3.2 with ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    But I am unable to get wls version 10.3.2.
    For better understanding I am listing my installers :
    (I) Windows 7 Ultimate 64 Bit
    (II) (Oracle 11g) win64_11gR2_database (1 & 2)
    (III) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    (IV)wls1033_generic.jar , wls1033p_generic.jar , wls1035_generic.jar
    (V)accessbridge-2_0_2-fcs-bin-b06
    (VI)ofm_rcu_win32_11.1.1.2.1_disk1_1of1,ofm_rcu_win_11.1.1.3.1_disk1_1of1
    (VII) ofm_wc_generic_11.1.1.5.0_disk1_1of1
    (VIII)jdk-6u38-nb-7_2_1-windows-i586-ml , jdk-6u38-windows-x64
    (IX) oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32
    (X)wls1033_oepe111150_win32.exe
    (XI)wls1035_win32.exe
    (XII)wls1035_oepe111172_win64
    (XIII)oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win64
    After the installation while configure the forms reports, I am stuck while creating domain.
    steps I follow is :
    (i) Install Windows 7 Ultimate 64 Bit
    (ii) (Oracle 11g) win64_11gR2_database (1 & 2)
    (iii) wls1033_generic.jar
    (iv) accessbridge-2_0_2-fcs-bin-b06
    (v)ofm_rcu_win32_11.1.1.2.1_disk1_1of1
    (vi) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    Please any body help, for the installation of oracle forms and reports.
    I have a formatted Windows 7 Ultimate
    Where I have installed Adobe Acrobat Reader
    IIS server from windows installer
    Now I want to know the exact procedure so that i can run the forms and report in my machine.
    This is my first installation of Oracle forms & Reports, so please do not pre assume about my understanding (Like "to install this he surely did this environment settings" )
    Please specify all the steps
    Furthermore if Another software I have to download then please tell me.
    And I will be grateful if you specify the mistakes in my side.
    Looking forward with anticipation.

    Solved, Thank you

  • 500 internal server error after installing oracle EBS 12.1.1

    After installing oracle 12,1.1 using rapidwiz . the login page didn't open because of error 500 internal server,
    i run autoconfig for database and i face that error below. how can i unlock that account and how can i connect sqlplus to oracle ebs.
    thanks.
    getConnectionUsingSID() -->
        JDBC URL: jdbc:oracle:thin:@apps.appsdomain:1521:VIS
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked

    Please see:
    R12: Clone fails with error "ORA-28000 The account is locked" (Doc ID 1114244.1)
    APPS User Account Is Locked While Applying a Patch. Patch Fails With "ORA-28000" (Doc ID 420001.1)
    Thanks,
    Hussein

  • Error installing oracle forms 11g in window 7

    hi am having this error when installing oracle forms in windows Starting Oracle Universal Installer...
    Checking swap space: 0 MB available, 500 MB required. Failed <<<<
    Checking monitor: must be configured to display at least 256 colors Higher than
    256 . Actual 4294967296 Passed
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    ok i go my computer>system properties and change my performance to 2046

  • After installing oracle 10g on linux im getting this error

    Hi,
    Can any one give me any solution on i getting an error after installing oracle 10g on linux.
    ERROR:-
    /oraeng/app/oracle/product/10.2.0/bin/clscfg: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Failed to initialize Oracle Cluster Registry for cluster

    Hi, please ensure that both 'libclntsh.so.10.1' and 'libttsh10.so' has 755 permission and owned by Oracle.
    That is the critical step.
    After re-execute the root.sh file
    Has been known to reset the permissions from the previous step - bug in some patch releases.
    Suggest OP records permissions for those two files before running root.sh Or run root.sh before setting the permissions.

  • How to install oracle Forms and Report 10g in windows XP OS

    How to install oracle Forms and Report 10g in windows XP OS. Already installed oracle Database 10g in my notebook.
    It is working good.
    please help me this issue.
    please give the steps..............
    Thanks
    Rajeev

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • Installing oracle forms and reports 6i

    Hi
    If I install oracle forms and reports first on win xp pro, then will I be able to install database after that using the oracle installer from the CD?
    When installing oracle forms and reports 6i, I get a screen says which product u want to install?
    1. Forms builder
    2. Forms server
    3. Report builder
    4. Report server
    Whats the 2 and 4 used for? do I have to give the same oracle_home path for 1 and 2?

    Uninstall Oracle client from your PC and then install Forms .It will work.
    Regards
    Saroj.

  • Installing ORACLE Forms & Reports Ver 10g

    Hi ,
    Some serious problem, please look into it.
    I installed Oracle Forms and Reports Services (10g) in Solaris
    successfully. We are using oracle 8.1.7.3 version.
    After installing when i am looking for "rwbuilder" in bin folder is
    missing but others like "rwrun, rwclient, rwserver" all are there.
    Then when I am running the "rwrun.sh" I am getting the error
    "REP-0001: Unable to find the Report Builder message file. Please verify
    your installation."
    Changed permissions for reports/mesg directory. But still same problem.
    do get back.
    Thanks
    -Rakesh

    Hi Rakesh,
    rwbuilder.sh should be present in $ORACLE_HOME/bin directory. If not, it seems like there is some problem in the installation. However, the missing message file error is because of not setting the ORACLE_HOME environment variable. Try setting ORACLE_HOME enviornment variable before invoking rwrun.sh. It should work fine.
    Regards,
    Arun

  • Problem starting ASM instance after installing Oracle Grid standalone

    Hi!
    After installing Oracle Grid 11gr2 and rebooting my machine:
    Linux localhost.localdomain 2.6.32-300.10.1.el5uek #1 SMP Wed Feb 22 17:37:40 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    I run asmca command and it failed to startup ASM instance, I tried to paste the log but it's too long!
    Could someone help me please! thank you very much!
    José
    I paste just the last piece:
    +[main] [ 2012-03-15 15:01:56.853 CET ] [SQLEngine.initialize:354] m_bReaderStarted: false+
    +[main] [ 2012-03-15 15:01:56.857 CET ] [SQLEngine.initialize:358] Starting Reader Thread...+
    +[main] [ 2012-03-15 15:01:56.919 CET ] [UsmcaLogger.logExit:122] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : createSQLEngine+
    +[main] [ 2012-03-15 15:01:56.919 CET ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: null+
    +[main] [ 2012-03-15 15:01:56.927 CET ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS+
    +[main] [ 2012-03-15 15:01:56.927 CET ] [OracleHome.getVersion:896] Homeinfo /u01/app/grid/product/11.2.0/grid,1+
    +[main] [ 2012-03-15 15:01:56.928 CET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10+
    +[main] [ 2012-03-15 15:01:56.928 CET ] [Version.isPre:285] isPre.java: Returning FALSE+
    +[main] [ 2012-03-15 15:01:56.929 CET ] [OCR.loadLibrary:308]+
    Inside constructor of OCR
    +[main] [ 2012-03-15 15:01:56.929 CET ] [OCR.isCluster:939] Calling OCRNative for isCluster()+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [OCR.isCluster:943] OCR Result status = true+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [OCR.isCluster:955] Bolean result = false+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [Version.isPre:285] isPre.java: Returning FALSE+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [MessageBundle.getMessageFields:338] MessageBundle.getMessage() failed to load the string PRKC-PRKC-1036 : CRS_HOME name passed to the method was null Exception: java.util.MissingResourceException: Can't find resource for bundle oracle.ops.mgmt.resources.PrkcMsg, key PRKC-1036 : CRS_HOME name passed to the method was null+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [ClusterUtils.getCRSActiveVersion:1797] Error getting CRS active version: PRKC-PRKC-1036 : CRS_HOME name passed to the method was null : <null>+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [OracleHome.getVersion:903] OracleHome.CRSActiveVersion: null+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:922] OracleHome.server.getVersion Version: 11.2.0.1.0+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:948] using sqlplus: /u01/app/grid/product/11.2.0/grid/bin/sqlplus+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [UsmcaLogger.logInfo:141] Role SYSASM+
    +[main] [ 2012-03-15 15:01:57.085 CET ] [UsmcaLogger.logInfo:141] OS Auth true+
    +[main] [ 2012-03-15 15:01:57.182 CET ] [SQLEngine.done:2148] Done called+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:171] SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:checkAndStartupInstance+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:172] ORA-01034: ORACLE not available+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:173] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available+
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1650)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:823)
    oracle.sysman.assistants.usmca.backend.USMInstance.checkAndStartupInstance(USMInstance.java:573)
    oracle.sysman.assistants.usmca.backend.USMInstance.discoverASMInstance(USMInstance.java:340)
    oracle.sysman.assistants.usmca.service.UsmcaService.discoverASMInstance(UsmcaService.java:146)
    oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:230)
    oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:333)
    +[main] [ 2012-03-15 15:01:57.184 CET ] [UsmcaLogger.logExit:122] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : checkAndStartupInstance+
    +[main] [ 2012-03-15 15:01:57.184 CET ] [UsmcaLogger.logInfo:141] ASM failed to start. Check /u01/app/grid/cfgtoollogs/asmca/asmca-1203153PM0138.log for details.+

    Hi,
    i've got similar problem but my asm is not just down. After installing grid home with infrastructure I've restarted os and there is no crs services and the only result from this command:
    # ps -ef | grep grid
    grid      2075     1  0 13:58 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    root      2463  2439  0 14:06 pts/0    00:00:00 grep gridgive me opposite to this one before restart:
    $ ps -ef | grep grid
    grid      2076     1  0 13:01 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    grid      3646     1  0 13:44 ?        00:00:04 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    grid      3806     1  0 13:45 ?        00:00:02 /u01/app/grid/product/11.2.0/grid/bin/oraagent.bin
    grid      3820     1  0 13:45 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/evmd.bin
    grid      3853  3820  0 13:45 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/evmlogger.bin -o /u01/app/grid/product/11.2.0/grid/evm/log/evmlogger.info -l /u01/app/grid/product/11.2.0/grid/evm/log/evmlogger.log
    root      3879  2307  0 13:46 pts/0    00:00:00 su - grid
    grid      3881  3879  0 13:46 pts/0    00:00:00 -bash
    grid      4172     1  0 13:48 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/cssdagent
    grid      4197     1  0 13:48 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ocssd.bin
    grid      4550     1  0 13:49 ?        00:00:00 asm_pmon_+ASM
    grid      4552     1  0 13:49 ?        00:00:00 asm_psp0_+ASM
    grid      4554     1  0 13:49 ?        00:00:02 asm_vktm_+ASM
    grid      4558     1  0 13:49 ?        00:00:00 asm_gen0_+ASM
    grid      4560     1  0 13:49 ?        00:00:00 asm_diag_+ASM
    grid      4562     1  0 13:49 ?        00:00:00 asm_dia0_+ASM
    grid      4564     1  0 13:49 ?        00:00:00 asm_mman_+ASM
    grid      4566     1  0 13:49 ?        00:00:00 asm_dbw0_+ASM
    grid      4568     1  0 13:49 ?        00:00:00 asm_lgwr_+ASM
    grid      4570     1  0 13:49 ?        00:00:00 asm_ckpt_+ASM
    grid      4572     1  0 13:49 ?        00:00:00 asm_smon_+ASM
    grid      4574     1  0 13:49 ?        00:00:00 asm_rbal_+ASM
    grid      4576     1  0 13:49 ?        00:00:00 asm_gmon_+ASM
    grid      4578     1  0 13:49 ?        00:00:00 asm_mmon_+ASM
    grid      4580     1  0 13:49 ?        00:00:00 asm_mmnl_+ASM
    grid      4582     1  0 13:49 ?        00:00:00 oracle+ASM (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    grid      6128     1  0 13:52 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    grid      6142  3881  0 13:53 pts/0    00:00:00 ps -ef
    grid      6143  3881  0 13:53 pts/0    00:00:00 grep grid
    $ srvctl status listener
    Listener LISTENER is enabled
    Listener LISTENER is running on node(s): pc
    $ srvctl status asm
    ASM is running on pcI'm using 2x 1TB hdisk as 2 pv in one vg. I thought that lvolume permissions are incorrect but now I had:
    # ls -l /dev | grep dm
    crw-rw----  1 root root      10,  61 May 16 13:57 cpu_dma_latency
    brw-rw----  1 root disk     253,   0 May 16 13:57 dm-0
    brw-rw----  1 root disk     253,   1 May 16 13:57 dm-1
    brw-rw----  1 grid asmadmin 253,  10 May 16 13:57 dm-10
    brw-rw----  1 grid asmadmin 253,  11 May 16 13:57 dm-11
    brw-rw----  1 grid asmadmin 253,  12 May 16 13:57 dm-12
    brw-rw----  1 grid asmadmin 253,  13 May 16 13:57 dm-13
    brw-rw----  1 grid asmadmin 253,   2 May 16 13:57 dm-2
    brw-rw----  1 grid asmadmin 253,   3 May 16 13:57 dm-3
    brw-rw----  1 grid asmadmin 253,   4 May 16 13:57 dm-4
    brw-rw----  1 grid asmadmin 253,   5 May 16 13:57 dm-5
    brw-rw----  1 grid asmadmin 253,   6 May 16 13:57 dm-6
    brw-rw----  1 grid asmadmin 253,   7 May 16 13:57 dm-7
    brw-rw----  1 grid asmadmin 253,   8 May 16 13:57 dm-8
    brw-rw----  1 grid asmadmin 253,   9 May 16 13:57 dm-9and:
    # ls -l /dev/vg_main/
    total 0
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol1 -> ../dm-2
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol10 -> ../dm-11
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol11 -> ../dm-12
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol12 -> ../dm-13
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol2 -> ../dm-3
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol3 -> ../dm-4
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol4 -> ../dm-5
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol5 -> ../dm-6
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol6 -> ../dm-7
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol7 -> ../dm-8
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol8 -> ../dm-9
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol9 -> ../dm-10
    lrwxrwxrwx 1 root root 7 May 16 13:57 lv01_swap -> ../dm-1
    lrwxrwxrwx 1 root root 7 May 16 13:57 lv02_root -> ../dm-0I've used search path for ams disks as /dev/dm* and /dev/vg_main/asm* and seen all of them in both configurations.
    I've tried to reconfigure HAS through (as root):
    $GRID_HOME/crs/install/roothas.pl -deconfig -force -verbose
    $GRID_HOME/root.shthis gave me working asm instance but after restart I'm in base position with no crs services.
    And... I've tried to startup crs after restart with no luck but before restart I can shutdown everything and startup ASM instance too (so everything is fine till the reboot). I'm on CentOS 6:
    $ uname -a
    Linux pc 2.6.32-220.13.1.el6.x86_64 #1 SMP Tue Apr 17 23:56:34 BST 2012 x86_64 x86_64 x86_64 GNU/Linux
    # cat /etc/issue
    CentOS release 6.2 (Final)
    Kernel \r on an \mAny hints about how to resolve this problem would be most welcome.
    Regards.

  • Error while installing oracle forms on windows 7

    hello all,
    i want to install oracle forms 10g on windows 7.
    But during installation i am facing the following problem.
    *"Install has encountered an error while attempting to verify your virtual settings.please verify that the sum of the initial sizes of the paging files is at least 256 mb"*
    How can i avoid this?
    Thanks
    Kaushal

    Read the following link and you will get Answer.
    How to Install Oracle ON windows 7
    If someone response is helpful or correct, please mark it accordingly.

  • How to Install Oracle Forms 10g (9.0.4) Demos

    Hi.
    My forms version is :
    Forms [32 bits] Versión 10.1.2.0.2 (Producción)
    Oracle Toolkit Versión 10.1.2.0.2 (Producción)
    PL/SQL Versión 10.1.0.4.2 (Producción)
    I'm trying to install Oracle Forms 10g (9.0.4) Demos. Everything works fine until step 5. I can even access the forms demos home page(changing forms90 to forms). However when i try to access any link, i get the following error:
    404 Not Found Resource /forms90/f90servlet not found on this server
    What's wrong?. I believe forms is pointing to the wrong direction:
    http://mluis:8888/forms90/f90servlet?config=reusable_picklist
    For example to show the tick image on step five on install guide, I have to replace
    http://mluis:8888//forms90/formsdemo/images/tick.gif
    for http://mluis:8888//forms/formsdemo/images/tick.gif
    This is because I don't have a forms90 directory in my Oracle_Home. I changed forms90 for forms in formsdemo.env. But still doesn't work. So my question is
    - Are these forms demos built for my forms version?.
    - If not, what do i have to change in order to make things work. I'm really interested in some special features like PJC, Webutil etc.
    - The configuration is still pointing at a forms90 directory. I need to change it to just forms but don't know which files.
    Thanks in advance ...!

    Hi,
    Have you resolved this issue? I have gotten a bit further.
    You also need to change any f90xxxxxx to frmxxxxxx
    But the servlet cannot seem to find any of the demo forms.
    I assume a path issue, but cannot seem to find it.
    Any clues?
    Thanks.

Maybe you are looking for