Forms server log

Today had issue with forms server process not starting. I simply started it but now need to find out where to find logs so that I can investigate.
is there a default location for forms server logs?
Thanks
3.1. Also, upload the Forms Server log file :
$ ls $APPLCSF/$APPLLOG/*f60*
Please upload all the files returned from the above command.
f60svrm.txt from adfrmctl.sh
<two_task>comn/admin/log/<two_task>_<host_name>/f60svrm.txt`
<two_task>comn/admin/log/<two_task>_<host_name>/f60webmx_dump files.
286849.1 Where to Find the Output to f60webmx_dump Files?:
Is there a location where the manual forms server start up is logged?
Edited by: Dan A on Jul 13, 2009 7:47 AM

OK: I have this, located in an error log file from that morning:
cat Errors130.log
Start Time --- Mon Jul 13 00:30:39 BST 2009less than 1 millisecond--
-- <1.0> -- thread:REMOTE Monitor for 5000
(r0.0:p0)
Time : Mon Jul 13 00:30:47 BST 20098 seconds, 705 milliseconds--
Note : PORT CONFLICT '9300'
java.net.BindException: Address already in use
at java.net.PlainDatagramSocketImpl.bind(Native Method)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
at java.net.DatagramSocket.<init>(DatagramSocket.java:234)
at oracle.apps.jtf.fm.engine.processor.RemoteMonitor.openSocket(RemoteMonitor.java:315)
at oracle.apps.jtf.fm.engine.processor.RemoteMonitor.run(RemoteMonitor.java:161)
at java.lang.Thread.run(Thread.java:534)
Is this perhaps the reason for the forms stopping? I have checked other logs and found nothing like this.

Similar Messages

  • Error in starting form server on Redhat 7.1

    Hi,
    i have installed oracle9iAS 1.0.2.0.0 on redhat 7.1 successfully
    with out any error but when I start forms server it gives error
    like: failed to exec runform f60webm [error:2]
    WHen I look in make.log file it shows errorr like
    gcc: /usr/xllR6/lib/libXm.so :no such file or directory
    make: *** [rwrun60] error 1
    this error are at various places in make.log file
    when I look for libXm.so in that directory it was not there.
    can I download this file from some where???
    pls give any solution for it as I'm unable to run my forms
    through web
    thanx in advance
    Akhil

    I think that this is an x-windows library that you are missing.
    You need to get and install the x-windows rpm and that will have
    the file. Have a look for the file name using google and I'm
    sure you'll find the name of the package.
    Steve

  • After cloning form server is not running in r12

    Hi All,
    after cloning form server is not working
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 528566 | Alive
    OC4JGroup:default_group | OC4J:forms | N/A | Down
    OC4JGroup:default_group | OC4J:oacore | 327766 | Alive
    HTTP_Server | HTTP_Server | 1163498 | Alive
    i checked logfile.i found below error
    /opmn/bin/opmnctl[31]: unlimited: bad number
    opmnctl: opmn is already running.
    when i check adformsctl.sh status it showing like below
    adformsctl.sh: exiting with status 0
    how to trobleshut this one.
    Thanks.

    Hi,
    did u check all the pre-requisites on the clone server before cloning. Please post contents of logfile here.
    $INST_TOP/logs/ora/10.1.3/opmn/default_group~forms*.log
    $INST_TOP/logs/ora/10.1.3/opmn/forms_default_group*/formsstd.err
    Thanks,
    Taher

  • FRM-92101 There was a failure in the forms server during startup

    Hi guys when running EBS i am getting this error:
    it happens when i try to load any form i.e hrms managemnet --> work structure -> organization
    error : FRM-92101 There was a failure in the forms server during startup
    this could happen due to invalid configuration
    please look into webserver log file for detail
    following are the formsweb.cfg file details:
    -------------------------------------------------------------------------------start----------------------------------------
    [oratest@kapp server]$ vi formsweb.cfg
    [oratest@kapp server]$ tail -1000 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=/mnt/extdrive/VIS/apps/tech_st/10.1.2/
    # 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=orac
    ------------------------------------------------------end----------------------------------------------
    plz help
    regards,
    kashif

    Hi Hussein,
    i got the error in application log that libXm.so.2 is missing, then i installed openmotif to resolve it, but after that form window is not opening.
    and application log is as follows:
    10/10/22 18:41:45.258 10.1.3.0.0 Started
    10/10/22 18:41:46.981 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/22 18:41:46.993 formsweb: 10.1.3.0.0 Started
    10/10/22 18:44:38.873 formsweb: ListenerServlet init()
    10/10/22 18:44:40.204 formsweb: Forms session <1> failed during startup: no response from runtime process
    10/10/22 18:44:40.206 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 14:57:11.795 10.1.3.0.0 Started
    10/10/23 14:57:22.415 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 14:57:22.641 formsweb: 10.1.3.0.0 Started
    10/10/23 15:01:33.111 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:05:56.542 10.1.3.0.0 Started
    10/10/23 15:05:58.541 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:05:58.652 formsweb: 10.1.3.0.0 Started
    10/10/23 15:15:29.23 formsweb: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:306)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 15:32:28.558 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:33:44.992 10.1.3.0.0 Started
    10/10/23 15:33:46.570 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:33:46.610 formsweb: 10.1.3.0.0 Started
    regards,
    kashif

  • Not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Sun Solaris SPARC 64 bits
    I am not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0 after the forms upgrade 10.1.2.3.0 as per note:Upgrading OracleAS 10g Forms and Reports to 10.1.2.3 (437878.1)
    Java/jre upgraded to 1.7.0.45 and JAR files regenerated(without force option). Able to opne forms without any issues.
    A)
    $ORACLE_HOME/bin/frmcmp help=y
    FRM-91500: Unable to start/complete the build.
    B)
    $ORACLE_HOME/bin/rwrun ?|grep Release
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov
    28 14:20:45 2013
    Is this an issue? Could anyone please share the fix if faced the similar issue earlier.
    Thank You for your time
    Regards,

    Hi Hussein,
    You mean reboot the solaris server and then start database and applications services. We have two databases running on this solaris server.
    DBWR Trace file shows:
    Read of datafile '+ASMDG002/test1/datafile/system.823.828585081' (fno 1) header failed with ORA-01206
    Rereading datafile 1 header failed with ORA-01206
    V10 STYLE FILE HEADER:
            Compatibility Vsn = 186646528=0xb200000
            Db ID=0=0x0, Db Name='TEST1'
            Activation ID=0=0x0
            Control Seq=31739=0x7bfb, File size=230400=0x38400
            File Number=1, Blksiz=8192, File Type=3 DATA
    Tablespace #0 - SYSTEM  rel_fn:1
    Creation   at   scn: 0x0000.00000004 04/27/2000 23:14:44
    Backup taken at scn: 0x0001.db8e5a1a 04/17/2010 04:16:14 thread:1
    reset logs count:0x316351ab scn: 0x0938.0b32c3b1
    prev reset logs count:0x31279a4c scn: 0x0938.08469022
    recovered at 11/28/2013 19:43:22
    status:0x2004 root dba:0x00c38235 chkpt cnt: 364108 ctl cnt:364107
    begin-hot-backup file size: 230400
    Checkpointed at scn:  0x0938.0cb9fe5a 11/28/2013 15:04:52
    thread:1 rba:(0x132.49a43.10)
    enabled  threads:  01000000 00000000 00000000 00000000 00000000 00000000
    Hot Backup end marker scn: 0x0000.00000000
    aux_file is NOT DEFINED
    Plugged readony: NO
    Plugin scnscn: 0x0000.00000000
    Plugin resetlogs scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign creation scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign checkpoint scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Online move state: 0
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK'
    (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    ORA-01186: file 1 failed verification tests
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1:
    '+ASMDG002/test1/datafile/system.823.828585081'
    ORA-01206: file is not part of this database - wrong
    database id
    Thanks,

  • Forms Server Error

    Hi
    When I am running a form i am getting the following error:
    FRM-92101 : There was a failure in th Forms Server during startup.This could happen to be invalid configuration.Please look into the web-server log file for details.
    I am using Oracle 10g Developer Suite on Windows XP SP2 platform and the browser is IE7.
    Can anybody help me in solving this problem.

    Did JInitiator installed successfully??
    Are you able to run the test Form?? try uninstalling the JInitiator and reopen the test form, this will cause JInit to be re-installed.
    If you are running under proxy, check the "Use Browser Settings" in the "Proxies" tab in the JInit control panel.
    Tony.

  • F-RM:92101 There was a failure in the Forms Server during service startup

    windows 2003 server ENT 32-bit w/ sp 2
    IE 6.03
    Services Status (On Log On tab of properties for each service below, Allow service to interact with desktop check box is selected under Local System Account radion button:
    Oracle Fullfillment Server VIS_ebsr12: starts & immediately stops
    Oracle Process Manager for VIS_ebsr12: started
    Oracle VIS VSS Writer Service: started
    OracleConcMgrVIS_ebsr12: starts & immediately stops
    OracleJobSchedulerVIS: disabled
    OracleServiceVIS: started
    OracleTNSListenerAPPS_VIS: started
    OraclVIS_db111_RDBMSTNSListenerVIS: started
    Oracle-VIS_ebsr12_WEBOHProcessMgr: started
    OracleConcMgrVIS_ebsr12 Event Viewer Log
    Event Type:     Error
    Event Source:     OracleConcMgrVIS_ebsr12
    Event Category:     (100)
    Event ID:     1
    Date:          12/4/2011
    Time:          2:43:30 PM
    User:          N/A
    Computer:     EBSR12
    Description:
    Error occured: StartICM:Logfile:C:\oracle\VIS\inst\apps\VIS_ebsr12\logs\appl\conc\log\CM_VIS_ebsr12.log:The process cannot access the file because it is being used by another process. (0x20)C:\oracle\VIS\inst\apps\VIS_ebsr12\logs\appl\conc\log\
    CM_VIS_ebsr12.log
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 04-DEC-2011 14:45:35 -
    Shutting down Internal Concurrent Manager : 04-DEC-2011 14:45:35
    04-DEC-2011 14:45:36
    The ICM has lost its database connection and is shutting down.
    Spawning reviver process to restart the ICM when the database becomes available again.
    usdipe: error inserting data: ORA-3114
    usdsop: Error inserting into FND_CONC_NT_PROCESSES:
    The operation completed successfully.
    Spawned reviver process 5676.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12705: invalid or
    unknown NLS parameter value specified
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01388: Cannot read value for profile option CONC_GSM_ENABLED in routine &ROUTINE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    .............................................................................c:\oracle\VIS\inst\apps\VIS_ebsr12\logs\ora\10.1.3\j2ee\forms\forms_default_group_1\
    application.log
    11/12/04 12:21:06.906 10.1.3.4.0 Started
    11/12/04 12:21:17.578 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 12:21:17.703 formsweb: 10.1.3.4.0 Started
    11/12/04 13:00:28.687 formsweb: ListenerServlet init()
    11/12/04 13:04:04.187 formsweb: Forms session <1> failed during startup: no response from runtime process
    11/12/04 13:04:04.187 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 13:16:02.453 formsweb: Forms session <2> failed during startup: no response from runtime process
    11/12/04 13:16:02.453 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 14:17:42.640 formsweb: Forms session <3> failed during startup: no response from runtime process
    11/12/04 14:17:42.640 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 14:31:38.859 formsweb: 10.1.3.4.0 Stopped
    11/12/04 14:31:59.703 10.1.3.4.0 Started
    11/12/04 14:32:02.921 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 14:32:02.937 formsweb: 10.1.3.4.0 Started
    11/12/04 14:36:52.189 10.1.3.4.0 Started
    11/12/04 14:37:05.126 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 14:37:05.282 formsweb: 10.1.3.4.0 Started
    11/12/04 14:51:31.704 formsweb: ListenerServlet init()
    11/12/04 14:55:06.939 formsweb: Forms session <1> failed during startup: no response from runtime process
    11/12/04 14:55:06.939 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 15:11:04.32 formsweb: Forms session <2> failed during startup: no response from runtime process
    11/12/04 15:11:04.32 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)

    no hussien...the other day i was able to connect apps/apps via sqlplus as show below:
    db was successfully created as....i was able to access hr employees data via forms the other day...
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12\ApplyDBTechStack_12040129.log
    Started ApplyDBTechStack at Sun Dec 04 01:29:34 EST 2011
    Version:
         ApplyDBTechStack.java     :      120.22
    Executing Technology Stack Configuration...
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
    Processing driver file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbtmpl.drv
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\listener.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\tnsnames.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd
    Starting CVM in INSTE8_SETUP mode
         Using Context file          : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
          C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
       Database connection     : Failed
       OAM Context editing support feature: Unverified
       OAM Customization support feature  : Unverified
       File system template    : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adxdbctx.tmp
       Checking for customizations to Context template
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations.
       Looking for custom template at : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\custom\adxdbctx.tmp
       Custom template         : Not available
       Customizations found    : None
       File system Context file :C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
       Checking the Context file for possible updates from the Database
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Sun Dec 04 01:29:40 EST 2011
          found context version     : 120.34.12010000.2
          available update version  : 120.34.12010000.2
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Sun Dec 04 01:29:40 EST 2011
    Using version 120.8.12000000.4
    Options:
       Force               : no
       Contextfile         : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
       Templatefile        : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adxdbctx.tmp
       ValueUpdateFile     : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcvmdb.xml
    Verifying value management system requirements:
       ContextFile         : VALID
       Template File       : VALID
       ValueUpdateFile     : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
       Action             : seed
       Change reason      : Setting the location to what has been specified by user
       New value          : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
    [ s_tools_oranls ]
       Action             : translate
       WARNING            : Variable missing - skipping
    [ s_cmanport ]
       Action             : translate
       Change reason      : Removing hardcoded value of s_cmanport to use s_dbport instead
       Expected value     : 1521
       Found value        : 1521
       New value          : 1521
       Check Condition    : Unconditional
    ===========================================================================
    [ Config tool : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\adgentns.pl ]
       Command            : C:\oracle\VIS\db\tech_st\11.1.0\Perl\5.8.3\bin\mswin32-x86-multi-thread\perl.exe -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\appsutil\perl  C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\adgentns.pl PASSWORD  contextfile=C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml  logdir=C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12
       Action             : execute
    SCRIPT RETURNED:
                       Generate Tns Names
         Classpath                   : ;C:\oracle\VIS\db\tech_st\11.1.0\jdbc\lib\ojdbc6.jar;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\java\xmlparserv2.jar;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\java;C:\oracle\VIS\db\tech_st\11.1.0\jlib\netcfg.jar;C:\oracle\VIS\db\tech_st\11.1.0\jlib\ldapjclnt11.jar
    Loading ORACLE_HOME environment from C:\oracle\VIS\db\tech_st\11.1.0
    Logfile: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12/NetServiceHandler.log
    tnsnames.ora instantiated
    listener.ora instantiated
    adgentns.pl exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
       Result             : SUCCEEDED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    No uploading of Context file and its templates to database. Database conection failed
    ===========================================================================
    Finished running CVM.....
    Processing DriverFile = C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AppsUtil
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12 Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adexecsql.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adexecsql.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adexecsql.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adexecsql.pl
       setting permissions: 700
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adstopdb.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstopdb.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstopdb.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adstopdb.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adstrtdb.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstrtdb.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstrtdb.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adstrtdb.sql
       setting permissions: 600
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12 Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbccnv.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbccnv.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbccnv.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbccnv.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrobj.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrobj.sql
       setting permissions: 700
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adchknls.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adchknls.pl
       setting permissions: 700
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8isqlnet.ora
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
       backup : C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\sqlnet.ora
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8idbnt.env
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.env
       backup : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.env to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.env
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8idbnt.env
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbsynhnm.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbsynhnm.cmd
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora10g_stub.inf
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradb_stub.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora8iinf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\ora8iinf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\ora8iinf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\ora8iinf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdb.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdb.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdb.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdb.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdlsn.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdlsn.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdlsn.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdlsn.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdcnv.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdcnv.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdcnv.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdcnv.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adupdlib_nt.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adupdlib.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adupdlib.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adupdlib.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbprf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbprf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbprf.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbprf.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbupdgsm.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbupdgsm.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afdbprf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afdbprf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afdbprf.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afdbprf.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbctl.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addbctl.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addbctl.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbctl.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addlnctl.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addlnctl.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addlnctl.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addlnctl.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adlsnodes_nt.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adlsnodes.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adlsnodes.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adlsnodes.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrobj.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrobj.cmd
    File C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl of type INSTALL_APPLY does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkConfigDbOcm.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkConfigDbOcm.pl
       setting permissions: 700
    File C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afinit_db111.ora
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora
       backup : C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\initVIS.ora
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\listener.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkcreateACL.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkcreateACL.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkcreateACL.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkcreateACL.cmd
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adautocfg_nt.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adautocfg.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adautocfg.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adautocfg.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adlicnse.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adlicnse.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adlicnse.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adlicnse.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adclobconv.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobconv.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobconv.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adclobconv.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adclobtmp.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobtmp.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobtmp.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adclobtmp.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adpreclone.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adpreclone.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adpreclone.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adpreclone.pl
       setting permissions: 700
    Binary copy of C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_del.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora10g_stub.inf
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradb_stub.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adoradbcinf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\oradbcinf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\oradbcinf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradbcinf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrdb.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdb.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdb.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrdb.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrsvc.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrsvc.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrsvc.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrsvc.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrdbrdlg.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdbrdlg.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdbrdlg.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrdbrdlg.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbupdgsm.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbupdgsm.sql
    File C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd of type INSTALL_SETUP does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afmkinit_inst.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afmkinit_inst.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afmkinit.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afmkinit.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcmclean.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcmclean.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcmclean.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcmclean.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcctclean.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcctclean.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcctclean.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcctclean.sql
       setting permissions: 600
    AutoConfig Setup Phase
    Running Setup Process 1 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\Perl\5.8.3\bin\mswin32-x86-multi-thread\perl.exe -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\appsutil\perl C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl
    script returned:
                 Validating information needed for NLS........
    DATABASE version : db111
    Looking for the directory : C:\oracle\VIS\db\tech_st\11.1.0\nls\data\9idata
    Directory exists
    Looking for file : C:\oracle\VIS\db\tech_st\11.1.0\nls\data\old\cr9idata.pl
    File exists
    Validation complete
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd
    script returned:
    ECHO is off.
    ECHO is off.
    Sun 12/04/2011 01:29 AM
            1 file(s) copied.
    addbsynhnm.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    ****************************************************

  • FRM-92101- There is a failure in the form server during startup.

    Hi,
    I'm deploying a forms 10g application . I'm using Oracle Application Server Forms and Reports Services 10.1.2.0.2 under Red Hat Enterprise Linux 5, along with an Oracle 10g Database on another server. Every time I try testing the form services using http://10.0.4.114:7778/forms/frmservlet it brings out the errorFRM-92101- There is a failure in the form server during startup. This could happen due to invalid configuration. Please look into the web server log file for detail
    Right now, I'm a bit lost. Can anyone please tell me if there is some parameter I have to set, or something I should do to make it work?
    Thanks a lot

    Fabian,
    I did not make changes to those files. The forms services are working on another server with Red hat Rel 4 and 3 . What I did is to configure a new server with Red Hat Rel 5 , took the backup of all the forms binaries and the HOME and restore on the new server. I did the same thing for a server running rel 4 and it has no issue:
    The content of the files are as below:
    DEFAULT.ENV*
    # $Id: default.env 26-apr-2005.16:59:08 sujain Exp $
    # default.env - default Forms environment file, Solaris version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, 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=/u01/oracle10g_Forms
    FORMS_PATH=/u/oracle/bank/gmx
    REPORTS_PATH=/u/oracle/bank/fonts
    #TWO_TASK=rac.world4
    TWO_TASK=server.world
    #TWO_TASK=server1.world
    #TWO_TASK=s0999001.world4
    #TWO_TASK=s0202001.world4
    #TWO_TASK=server.world4
    NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256
    NLS_DATE_FORMAT=DDMMYYYY
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    # FORMS_PATH=/u01/oracle10g_Forms/forms
    # webutil config file path
    WEBUTIL_CONFIG=/u01/oracle10g_Forms/forms/server/webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # 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=/u01/oracle10g_Forms/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/oracle10g_Forms/jlib/repository.jar:/u01/oracle10g_Forms/jlib/ldapjclnt10.jar:/u01/oracle10g_Forms/jlib/debugger.jar:/u01/oracle10g_Forms/jlib/ewt3.jar:/u01/oracle10g_Forms/jlib/share.jar:/u01/oracle10g_Forms/jlib/utj.jar:/u01/oracle10g_Forms/jlib/zrclient.jar:/u01/oracle10g_Forms/reports/jlib/rwrun.jar:/u01/oracle10g_Forms/forms/java/frmwebutil.jar:/u01/oracle10g_Forms/forms/java/frmrwinteg.jar:/u01/oracle10g_Forms/forms/java/webutil.jar
    # The PATH setting is not required for Forms if the Forms executables are
    # in <ORACLE_HOME>/bin. However, it is required if Graphics applications
    # are called from Forms applications.
    PATH=/usr/bin:/sbin:/bin:/u01/oracle10g_Forms/bin
    # Settings for Reports
    # NOTE: This setting is only needed if Reports applications
    # are called from Forms applications
    # However, because of bug 2336698 where a report is started from
    # a forms debugger session with an already running JVM, then
    # the report's class path should also be included in the forms
    # class path.
    # We no longer need to set REPORTS_CLASSPATH as forms will
    # always start the JVM before calling reports.
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications
    # 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
    # Path for shared library objects
    # This is highly platform (if not machine) specific ! At install time
    # <percent>LD_LIBRARY_PATH<percent> should be replaced with the
    # actual value of the LD_LIBRARY_PATH environment variable (at install
    # time). That should ensure we have the paths for such necessities as
    # the motif and X11 libraries.
    # Explanations:
    # - Reports needs the path for libjava.so
    # (.../jre/lib/sparc)
    # - Forms needs two paths to the jre, for libjvm.so and libhpi.so
    # - In JDK 1.4.1 the location of libjvm.so is lib/sparc (there is no
    # classic directory) so we do not include the .../classic directory
    # below. There are other versions of libjvm.so (in directories server,
    # client and hotspot) but we will use the version in lib/sparc for now.
    LD_LIBRARY_PATH=/u01/oracle10g_Forms/lib:/u01/oracle10g_Forms/jdk/jre/lib/i386:/u01/oracle10g_Forms/jdk/jre/lib/i386/server:/u01/oracle10g_Forms/jdk/jre/lib/i386/native_threads:/u01/oracle10g_Forms/inventory/filemap/jre/1.4.2/lib/i386/client:/u01/oracle10g_Forms/inventory/filemap/jre/1.4.2/lib/i386:/usr/lib:/u01/oracle10g_Forms/jdk/jre/lib/i386/server:/u01/oracle10g_Forms/jdk/jre/lib/i386/native_threads:/u01/oracle10g_Forms/jdk/jre/lib/i386:/u01/oracle10g_Forms/jdk/jre/lib/i386:/usr/lib:/u01/oracle10g_Forms/lib:/u01/oracle10g_Forms/classes/lib:/u01/oracle10g_Forms/ifs1.1/lib:/u01/oracle10g_Forms/jis/lib
    LD_ASSUME_KERNEL=2.4.19
    FORMSWEB*
    # $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
    form=B08SSS20.fmx
    # Forms runtime argument: database connection details
    userid=guiusr/guiusr
    # 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=900
    # Forms applet parameter
    height=800
    # Forms applet parameter
    separateFrame=true
    # Forms applet parameter
    splashScreen=no
    # Forms applet parameter
    background=no
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=blue
    # Forms applet parameter
    logo=no
    # 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,timeout.jar,frmrwinteg.jar,webutil.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=30
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=1
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=/u01/oracle10g_Forms
    # 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=true
    # 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
    [ref]
    #serverURL=/forms/lservlet/perf
    serverURL=/forms/lservlet/
    #otherparams=P_WST_LAN_IND=1 record=forms tracegroup=0-199
    #envFile=default.env
    [nat]
    #serverURL=/forms/lservlet/perf
    serverURL=/forms/lservlet/sessionperf
    #envFile=defaultar.env
    ERROR IN Java console is
    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\akintayo.beckley.GTBANK
    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>
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    oracle.forms.net.ConnectionException: Forms session <1> failed during
    startup: no response from runtime process
    at
    oracle.forms.net.ConnectionException.createConnectionException(Unknown
    Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.HTTPConnection.connect(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

  • AR FORM 에서 DEBUG LOG 생성하는 방법

    제품 : FIN_AR
    작성날짜 : 2006-05-24
    AR FORM 에서 DEBUG LOG 생성하는 방법
    ============================
    PURPOSE
    AR 의 주요 Form 에서 문제가 발생했을 경우 Debug log 를 발생 시켜 확인 할 수 있도록 한다.
    Explanation
    Debugging을 제공하는 주요 AR Forms:
    Transactions workbench (ARXTWMAI)
    Receipts workbench (ARXRWMAI)
    Collections (ARXCWMAI)
    단, ARXCUDCI Form 은 해당 하지 않는다.
    Debug Setup 순서
    주의)
    만약 11.5.9 이상의 경우라면
    <AR: Enable Debug Message Output> Profile 이 user level 에서 enable 되어 있어야 한다.
    11.5.10 이면서 ARP_STANDARD (ARPLSTDB.pls) Version이 115.36이며 아래와 같이 작업 한다.
    To turn on the debugging:
    Set the following profiles:
    FND: Debug Log Enabled = YES
    FND: Debug Log Filename = NULL
    FND: Debug Log Level = STATEMENT (most detailed log)
    FND: Debug Log Module = % or ar% or even ar.arp_auto_rule%
    만약 11.5.10 MAINTENANCE PACK (Patch 3140000) 을 적용한 경우라면
    <FND: Debug Log Enabled> 이 <FND: Log Enabled> 로 그리고
    <FND: Debug Log Level> 가 <FND: Log Level> 로 대체 될 것이다.
    1. 문제가 발생한 Form 에 접속하여 문제 재현을 시작 한다. 문제가 발생하기 직전 까지 진행 한다.
    2. menu에서 help/diagnostic/examine 을 Click 한다.
    3. Block LOV 에서 PARAMETER 를 선택한다.
    4. Field 란에는 AR_DEBU_FLAG 를 직접 입력한다.
    5. Value 에는 다음과 같이 입력한다.
    FS <path> <file>
    FS 와 patch, file 사이에는 반드시 blank 가 있어야 함을 명심한다.
    a)
    FS
    FS creates a file, displaying Forms and Server debug messages.
    b)
    <path>
    This is where the AR Debug Log file will be written to.
    To find out where the log file must be saved, type the following in
    SQL*Plus:
    select value from v$parameter
    where upper(name) = 'UTL_FILE_DIR';
    c) Decide what to call the debug log file. For example, debug2.dbg
    If the file specified already exists, the new debug messages will be
    appended to it. In general, it is recommended to define a new debug file for each problem reported.
    d)
    Full example:
    Block: PARAMETER
    Field: AR_DEBUG_FLAG
    Value: FS /sqlcom/log debug2.dbg
    위와 같이 작업 한 후 Error 가 나도록 재현 한다.
    생성된 debug log 를 확인 한다.
    Example
    N/A
    Reference Documents
    Note 152164.1 -- How To Create A Debug Log File In An AR Form

    Nope

  • Fail to use Form Server Render Form QPAC

    The opeation become stall in the Form Server Render Form QPAC, its exception is :com.adobe.formServer.interfaces.RenderFormException: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    BTW: is there document to describe each items's meaning and example values in this QPAC ? Thanks in advance.
    Detail log is:
    2007-07-05 13:52:12,984 INFO [com.adobe.formServer.FormServer] ALC-FRM-001-501: FormName:/Forms/attendance/attendanced_V1.2.4_final.xdp : FormPreference:PDFForm : Debug:false : PDFVersion:null : Content Root:xappstore://10.162.119.7 : Base URL:null : App Root:null : User Agent:null
    2007-07-05 13:52:13,015 ERROR [com.adobe.document.XMLFormService] $$$/com/adobe/document/xmlform/msg.XFA=XMLForm, render : 12309, XFA template Model is empty.
    2007-07-05 13:52:13,015 ERROR [com.adobe.formServer.PA.XMLFormAgentWrapper] ALC-FRM-001-017: mid,tid: 12309,3420.3492 sev: f text: XMLForm, render : 12309, XFA template Model is empty.
    2007-07-05 13:52:13,015 ERROR [com.adobe.livecycle.formsservice.exception.FormServerException] ALC-FRM-001-013: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    2007-07-05 13:52:13,015 ERROR [com.adobe.formserver.wfplugin.RenderForm.RenderFormService] FSQP011: An unexpected exception occurred
    com.adobe.formServer.interfaces.RenderFormException: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    at com.adobe.formServer.client.EJBClient.renderForm(EJBClient.java:356)
    at com.adobe.formserver.wfplugin.RenderForm.RenderFormService.execute(Unknown Source)
    at com.adobe.workflow.engine.PEUtil.executeAction(PEUtil.java:434)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2924)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBM TBean.java:2294)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
    at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
    at org.jboss.ejb.Container.invoke(Container.java:873)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
    at $Proxy206.asyncContinueBranchCommand(Unknown Source)
    at com.adobe.workflow.engine.ProcessCommandControllerBean.doOnMessage(ProcessCommandControll erBean.java:133)
    at com.adob

    If you install the WorkFlow SDK, there is a document under Documentation that explains all the settings. This is a subset:
    To add the Form Server Render Form component to your workflow:
    1. Drag the Form Server Render Form component from the Components palette to your workflow.
    2. Click the General tab. In the Name box, type a name to identify this component in your workflow.
    3. (Optional) In the Description box, type the description of the component.
    4. Click the Input tab. In the Form Query box, type the Uniform Resource Identifier (URI) component (no
    protocol or schema) of the form to be rendered. This URI is appended to the Content Root URI value to
    form an absolute reference to the form. For example, type:
    Forms/myForm.xdp
    Forms/myForm.pdf
    5. (Optional) In the Form Preference box, type the output format of the form. The default value is AUTO.
    For details about form preferences, see Selecting a form preference on page 11.
    6. (Optional) In the Options box, type the rendering options, such as locale or character set. Use an &
    (ampersand) to separate the options. For example, type:
    {$ TaggedPDF=false&PDFVersion=1.6&CharSet=UTF-8 $}
    For details about rendering options, see Selecting rendering options on page 12.
    7. (Optional) In the User Agent box, type the user agent that identifies the application that will be used to
    display the form. The default value is Mozilla/3.x. This property specifies the HTTP header
    User-Agent that provides information about the target device. A target device is a client application,
    such as a web browser. This value takes precedence over what may exist in environment variables.
    You can retrieve this value from the JSP/ASP environment.
    8. If you have an application server that will incorporate services from LiveCycle Forms, in the
    Application Web Root box, type the servers root location. This root location is combined with the
    Target URL to form an absolute URL to access application-specific web content.
    9. (Optional) In the Input XML Data box, type the location of the XML file that contains the information to
    use to prepopulate the form. This data will be merged with the form during rendering. For example,
    type:
    C:\input.xml
    Alternatively, you can use a form variable to retrieve data from a previous step in your workflow. Form
    variables are primarily used to store the data from the forms submitted to LiveCycle Workflow Server.
    The data can then be accessed at run time. For example, type the following expression:
    serialize(/process_data/formVar/form-data/data/*,false)
    The serialize function takes the data from the form variable. In this example, the formVar process
    variable represents the Form data type. The false parameter encodes the data in UTF-8 in the XML
    code. You can optionally set this value to true if you do not want UTF-8 encoding. For more
    information about the Form data type, how it works with Adobe LiveCycle Form Manager, and its use in
    a workflow process, see the Configuring Human Interaction chapter in Creating Workflows.
    10. (Optional) In the TargetURL box, type the URL of the target device that will receive the posts from this
    form. The target URL is inserted into the transformed output invoked during a Submit operation. For
    example, type:
    http://servername:8080/fm/processFormServlet?action=0
    11. In the Content Root URI box, type the URI of the AppStore to specify the absolute reference to a
    physical repository from which the content (forms, images, or scripts) will be retrieved. For example,
    type:
    file:///c:/forms
    xappstore://hostname
    This value is combined with the Form Query value to form the absolute path to the form to be
    rendered.
    Note: The Content Root URI is often constant across many user applications and can be set
    administratively to a persistent value.
    12. If you are using relative paths (such as ../images/graphic.jpg), in the Base URL box, type a base
    URL to identify the HTTP equivalent of the Content Root URI. This URL is required for transformations
    that include HREF references to external dependencies such as images or scripts. When a dependency
    path is absolute, this parameter is ignored; otherwise, the dependency path is combined with the Base
    URL. For example, type:
    http://hostname/forms
    13. If required by the server on which LiveCycle Forms is installed, in the User Name box, type a user name,
    and, in the Password box, type a password. If the password is encrypted, it must be Base64 encrypted.
    For more information, see Encrypting passwords on page 6.
    14. Click the Output tab. In the Output Document box, click the ellipsis button, and then select the
    variable that will receive the new document. The data type for this variable must be document.
    15. In the Page Count box, click the ellipsis button, and then select the variable that will receive the page
    count. The data type for this variable must be integer.
    16. In the Page Number box, click the ellipsis button, and then select the variable that will receive the
    page number. The data type for this variable must be integer.
    17. Click OK.
    Jasmin

  • Forms server failing after the first reboot.

    Recently installed R12 on XP and was able to add users and responsibilities. after my first reboot of xp i was able to login but not able to start form server. Have tried reinstalling j2se and created mesg folder under forms folder as indicated in one of the post. still getting the error. the log file contents are included below:
    09/03/31 10:40:36.734 10.1.3.0.0 Started
    09/03/31 10:40:48.515 formsweb: FormsServlet init():
    configFileName: D:\oracle\TST\inst\apps\TST_tpad60\ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/03/31 10:40:48.843 formsweb: 10.1.3.0.0 Started
    09/03/31 11:09:29.609 formsweb: ListenerServlet init()
    09/03/31 11:09:39.656 formsweb: Forms session <1> failed during startup: no response from runtime process
    09/03/31 11:09:39.671 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:17:20.625 formsweb: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:306)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:17:28.859 formsweb: Forms session <2> failed during startup: no response from runtime process
    09/03/31 11:17:28.859 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:22:41.531 formsweb: Forms session <3> failed during startup: no response from runtime process
    09/03/31 11:22:41.531 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/31 11:24:17.234 formsweb: 10.1.3.0.0 Stopped
    09/03/31 11:27:38.93 10.1.3.0.0 Started
    09/03/31 11:27:52.750 formsweb: FormsServlet init():
    configFileName: D:\oracle\TST\inst\apps\TST_tpad60\ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/03/31 11:27:53.31 formsweb: 10.1.3.0.0 Started
    09/03/31 11:38:09.62 formsweb: ListenerServlet init()
    09/03/31 11:38:13.250 formsweb: Forms session <1> failed during startup: no response from runtime process
    09/03/31 11:38:13.250 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    any help?
    Thanks,

    Hi,
    Though XP is not certified, R12 should work on it (I already have R12 running on XP Professional).
    Linux should be more stable. Refer to the following document for details about R12 installation on Linux.
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1
    Regards,
    Hussein

  • Forms server on Different OS

    Hi
    I am using R12.1.2 Application with 10.2.0.4 database. configuration is like
    Node 1 : Database and CM node
    Node 2 : Web, application, forms.
    my existing configuration is is running on HP-Unix 11.11 version.
    I want to add one more form server which should run on Linux. can i do like this? what issue i will face if i am doing like this. kindly suggest which flavor of linux will be more compatible.
    Thanks
    Krishna

    Krishna,
    According to the installation manual, you can add more than one application tier node and specify different OS for each node. However, I would suggest you log a SR (as mentioned above) to confirm with Oracle support.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • Forms Server on Developer 6i

    This is an old bit of software I know, but I am trying unsuccessfully to get forms 6i to run as a web form on a local forms server.
    I have installed the following :
    "This release of Forms and Reports 6i Release 2 (6.0.8.11) is certified for installation on Windows XP"
    on Windows XP and done the typical forms installation with its forms server component.
    I cannot get the forms server to function however.
    I enter http://<mymachine>:<port> and it sits there and after a very long time says the server cannot be found even though a "Connection made" pair of lines appear in the server log file
    Does anyone know what I am not doing here?

    I added these mappings:
    Alias /webicons "d:\Workspace\webicons"
    Alias /webcache "d:\Oracle\orantTest\reports60\server\cache"
    Alias /dev60temp "d:\Oracle\orantTest\TOOLS\web60\temp"
    Alias /dev60html "d:\Oracle\orantTest\TOOLS\web60\html"
    Alias /dev60cgi "d:\Oracle\orantTest\TOOLS\web60\cgi"
    Alias /forms60java "d:\Oracle\orantTest\FORMS60\java"
    Alias /forms60code "d:\Oracle\orantTest\FORMS60\java"
    Alias /jinitiator "d:\Oracle\orantTest\JINIT"
    Alias /myApp "d:\Workspace\Forms"
    SetEnv FORMS60_WEB_CONFIG_FILE d:\orantTest\FORMS60\server\formsweb.cfg
    SetEnv ORACLE_HOME d:\orantTest
    SetEnv FORMS60_PATH d:\Workspace\forms
    ScriptAlias /dev60cgi/ "D:\orantTest\TOOLS\web60\cgi"

  • Sql Server Log shipping

    Hi,
       We have configured log shipping in our production setup. Now we are planning to change the service account from local system on which SQL Server is running to to other domain account.  
    Pls let me know changing the service account would have any impact on Log Shipping.
    Regards,
    Varun

    Hi n.varun,
    According to your description, about startup account for SQL Server and SQL Server Agent Services on Log Shipping Servers, if you have placed SQL Servers in a domain, Microsoft recommends that you use a domain account to start SQL Server services. As other
    post, the domain account has full control permissions on  the shared location and is sysadmin role in SQL Server security. Even if
     you change the account form Local System to the domain account in SQL Server Configuration Manager (SSCM), it would have no impact on Log Shipping.
    In addition, if you configure SQL Server Log shipping in a different domain or workgroup, we need to verify that the SQL Server Agent service account running on the secondary server must have read access to the folder that the log backups are located in,
    and has permissions to the local folder that it will copy the logs to, then in secondary server, we can change the SQL Server Agent from using Local System to the domain account you are configuring. For more information, see:
    http://www.mssqltips.com/sqlservertip/2562/sql-server-log-shipping-to-a-different-domain-or-workgroup/
    There is an detail about how to configure security for SQL Server log shipping, you can review the following link.
    http://support.microsoft.com/kb/321247
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • FRM-92101: There was a failure in the Forms Server during startup.This coul

    HI,
    HI to everyone, we are currently working oracle apps 12i custom module, our forms and reports are done completely in Forms/Reports database 10g. we are trying to run the reports using forms in apps(why it has got another history). cut the story short we are calling reports from Forms and we will call the forms in apps
    the following code which i have used in 'WHEN-BUTTON-PRESSD'
    message('report START.');
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status varchar2(20);
    rep_url varchar2(2000);
    BEGIN
    repid := find_report_object('EMP');
    message('report FOUND');
    v_rep := RUN_REPORT_OBJECT(repid);
    message('Run Report Object just FIRED');
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if rep_status = 'FINISHED' then
    message('Report Completed');
    else
    message('Error when running report.');
    end if;
    END;
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to Invalid Configuration
    Please look in to the web-server log-file for details.
    Details..
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    Thanks..in advance, your help is much appreicated
    CS

    Please enable Forms Runtime Diagnostics (FRD), and re-produce the issue. Once you are done, post the error you get here. For more details about FRD, please check the following note:
    Note: 438652.1 - R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=438652.1

Maybe you are looking for

  • Blank screen after logo at startup

    I have an HP laptop (G72-B66US) running on 64-bit Windows 7 Home Premium. Since I bought it over a year ago, it had been running fine, until one day it failed to boot up to Windows, leaving only a blinking cursor in the upper-right corner of an other

  • ORA-22275 error when running a USER_DATASTORE index on CLOB column

    Running Oracle 9.2.0.8 Getting the following errors thrown for every row in the table when creating the index: DRG-12604: execution of user datastore procedure has failed DRG-50857: oracle error in drsinopen ORA-06502: PL/SQL: numeric or value error:

  • Weird gnome-shell/gdm issue

    This is the first time using arch, though I have been using Ubuntu for a while. I have it installed in 64-bit virtualbox inside an ubuntu host. I just installed gdm and gnome-shell, but a weird issue happens when drawing some text. This happens on th

  • Query view error

    Hi When I open my query I get an error which says internal error when generating the history use a different view then i click on ok then i have to choose infoares tab i cannot chooose history view as it gives  error. Regards, Nikhil.

  • Marketing to sap bw

    Hi experts I have shifted my career from marketing to sap bw,regarding i left marketing job and joined SAP BW course and now trying for the job. But i am expecting the interview question, why did you shift from marketing career to SAP or what make yo