Forms Server Database session

HI
I'm having a problem these days:
How many database sessions opens the formsserver?
I saw that when opening a couple of internet connections with forms server under the same database user,formsserver opens only one database conn.
Can someone clarify wich is logic of the conn opening?
1.Does the server opens a conn for each web connections wich executes a form under different database user?
2.Is it true that if opening many web sesions with forms modules using the same database user,the server is opening only one DB conn?
Thanks,

1) I believe yes on unix. But I noticed that Oracle on win2003 server, it bases on threads of a process. I did not get my understandings in sync yet.
2) I think connection should be session based, only open one session for multiple sessions, it is hard to understand. But if it is on win2003 server, then I don't know now.

Similar Messages

  • How to Identify database sessions used by forms sso user sessions?

    Hi:
    When using forms with SSO, all database sessions are opened by the same OSUSER (usually oracle), from the same machine (usually the forms server) and by the same program (usually [email protected] [TNS V1-V3]).
    I need a way to identify the database session (v$session) that is beeing used by a specific SSO user. By using SSO, we say implicitly that all users using that SSO resource will be connect to the database by a specific database user.
    So, what can I do to identify the database session that a specific forms user is using ?
    Thanks
    Joao Oliveira

    You could try something like the following in a when new form instance trigger:
    declare
    authenticated_username varchar2(30);
    begin
    authenticated_username := get_application_property(`sso_userid');
    DBMS_APPLICATION_INFO.SET_CLIENT_INFO (
    client_info IN VARCHAR2);
    end;
    This will store the sso userid in the client_info field of v$session.
    I hope this works for you.
    Randy McGregor

  • How to connect a PDF form to SQL server database through web service?

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • Help: FORMS SERVER cannot connect to database

    Hi:
    I've installed oracle 9i database and oracle 9ias 1.0.2.2.2a.
    I configured FormsServlet and it's working very well as i suceed my test in http://machina.domain/servlet/oracle.forms.servlet.ListenerServlet!
    The problem is that i cannot connect to the database and i got the error ORA-12203 TNS: Unable to connect to destination!
    I've changed jserv.properties as recommended in 9ias 10222 release notes by commenting the wrapper.env=ORACLE_HOME in OJSP because it conflicts with forms server home.
    I've read all about this, and i still cannot connect to the database.
    I'm using a forms servlet configuration with IE JVM.
    If anyone can help me... i apreciate it!
    Ricardo
    PS: I can't understand why oracle keep sending huge amounts of releases of products and everytime they send a new release, that new release keeps coming with new bugs.

    Attention : this error just happen with formsservlet not with jinitiator http normal connect mode.
    MORE INFO:
    MY 806_HOME NET80 TRACELOG
    Fatal NI connect error 12203, connecting to:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=online2.my.domain.pt)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=neo.my.domain.pt)(CID=(PROGRAM=C:\ORACLE\806\bin\ifweb60.exe)(HOST=ONLINE2)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.0.6.3.0 - Production
    Time: 07-MAR-2002 15:34:02
    Tracing to file: c:\logtracenet80.trc
    Tns error struct:
    nr err code: 12203
    TNS-12203: TNS:unable to connect to destination
    ns main err code: 12538
    TNS-12538: TNS:no such protocol adapter
    ns secondary err code: 12560
    nt main err code: 508
    TNS-00508: No such protocol adapter
    nt secondary err code: 0
    nt OS err code: 0

  • Help: FORMS SERVER cannot connect to database (forms patch9)

    Hi:
    I've installed oracle 9i database and oracle 9ias 1.0.2.2.2a.
    I configured FormsServlet and it's working very well as i suceed my test in http://machina.domain/servlet/oracle.forms.servlet.ListenerServlet!
    The problem is that i cannot connect to the database and i got the error ORA-12203 TNS: Unable to connect to destination!
    I've changed jserv.properties as recommended in 9ias 10222 release notes by commenting the wrapper.env=ORACLE_HOME in OJSP because it conflicts with forms server home.
    I've read all about this, and i still cannot connect to the database.
    I'm using a forms servlet configuration with IE JVM.
    If anyone can help me... i apreciate it!
    By the way in my jserv.properties forms server config i have:
    # Oracle Forms and Reports Servers
    wrapper.classpath=C:\ORACLE\806\forms60\java\f60srv.jar
    wrapper.classpath=C:\ORACLE\806\forms60\java
    If i have this the Test native method call (JNI) fails, but forms server keeps running. The error is:
    Calling RunformProcess.nInitLib()...
    RunformProcess.nInitLib() failed:
    java.lang.NoClassDefFoundError: oracle/forms/servlet/RunformProcess
    Your server configuration needs correcting. Please refer to the Forms documentation for details
    If i comment the f60srv.jar as showed here i suceed the test
    # Oracle Forms and Reports Servers
    # wrapper.classpath=C:\ORACLE\806\forms60\java\f60srv.jar
    wrapper.classpath=C:\ORACLE\806\forms60\java
    So... anyone help ?
    Ricardo
    PS: I can't understand why oracle keep sending huge amounts of releases of products and everytime they send a new release, that new release keeps coming with new bugs.

    Hi:
    This just connection problem just happen if i use formsservlet http connect mode. if i use normal HTTP (without servlet)connect mode with Jinitiator (1.1.8.16) i successfully connect to database (oracle 9i).
    Anyone there using 9ias 1.0.2.2.2a with forms server servlet and oracle database 9i ?
    thankx

  • Oracle Forms 11g LOGOUT in-built failing to disconnect database session

    Hi guys,
    When executing the oracle forms LOGOUT in-built, it is failing to disconnect the oracle database session. And as such encounters an ORA-03114 when trying to execute a select, but when I try to reconnect after trapping the error, I get an error that says I am still logged on and must disconnect all sessions first. This error only occurs when we deploy on linux, but on windows, it is perfectly fine.
    Please assist, this is very urgent.

    http://www.4shared.com/file/o5ETXcZ4/PWDSETUP.html
    http://www.4shared.com/file/89JOb0Xm/p1_dept_2.html
    Download these two files and rename p1_dept_2.fmb to p1_dept.fmb
    1. Compile the forms and deploy on linux,
    2. Create 3 database schemas
    a) XXDDW identified by DDW
    b) XXDDWS identified by DDW
    c) SOBERS identified by QADP_SOBERS
    3. In your formsweb config, in the setup for your launch, use p1_dept.fmx as you entry form and also default login should be set as XXDDW
    4. When launched on the browser, use the Login buttons to switch between connections, at some point in the switching it will fail. Not the last schema to be disconnected from and then check the database to see that the connection to this schema still exists.

  • How to link Form session number with Database session

    Hello all,
    We have some FRM-93000 errors in our application.log
    oracle\FRHome_1\j2ee\OC4J_BI_Forms\ap
    plication-deployments\formsapp\OC4J_BI_Forms_default_island_1\application.log
    The Session numer (in this case 348), is it possible to link this with the database session number, we want to know which users are experiencing these problems.
    07/07/26 15:33:20 formsweb: Forms session <348> aborted: unable to communicate w
    ith runtime process.
    07/07/26 15:33:20 formsweb: Forms session <348> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Thanks in advance
    Michiel.

    Is it possible to link with V$session. This will give the users connected to the database at that time/.
    Rajesh ALex

  • Default database for forms server

    i just installed oracle forms 6i and the oracle forms server and i don't know what the default database string is for the test database? the scott/tiger one? can someone help me?

    Default Port number for Forms Server is 9000.

  • 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

  • cfif form.secret_word EQ #session.secretWord# thank you  cfelse sorry /cfif  

    If users enter the secret_word which coincides with the
    session.secretWord then the form can continue and do its
    validating. If not the form stops and the cfelse message is shown.
    The cfif code is here:
    <cfif form.secret_word EQ #session.secretWord#>
    Thank you for your message.
    <cfelse>
    Sorry, the secret word you entered in the field does not
    match the word in the image
    Please hit your back button</cfif>
    My actionpage is here and I would be very greatful if someone
    could show me where the cfif should go. Thanks:
    <cfinclude template="topnav.cfm">
    <!--- Must create this default structure or we pull an
    error --->
    <cfparam name="session.contact_nfo" default="">
    <cfif NOT IsStruct(session.contact_nfo)>
    <cfset session.contact_nfo = StructNew()>
    </cfif>
    <!-- Now we create default variable using cfparam -->
    <cfparam name="Form.terms" default="NO">
    <cfparam name="session.contact_nfo.Name" default="">
    <cfparam name="Form.Country" default="">
    <cfparam name="Form.City" default="">
    <cfparam name="Form.Telephone" default="">
    <cfparam name="session.contact_nfo.email" default="">
    <cfparam name="session.contact_nfo.comments"
    default="">
    <!-- Now we clear the Session of any Values to allow us to
    place our new form Values passed from our form page -->
    <cfset StructClear(session.contact_nfo)>
    <!-- Now we are placing our Form Values into the Session
    -->
    <cfset session.contact_nfo.terms= form.terms>
    <cfset session.contact_nfo.Name= form.Name>
    <cfset session.contact_nfo.email= form.email>
    <cfset session.contact_nfo.comments= form.comments>
    <!-- Now we are going to do our Error Checking first off
    by creating a value of nothing for the variable we are calling
    Errors -->
    <cfparam name="errors" type="string" default="">
    <!-- As we check for Errors if we find one we place it in
    our List to display to our user making it easy for the end-user to
    correct as they can see the error -->
    <!-- Notice we are not validating the checkbox as it is
    not a required form field -->
    <cfif form.Name EQ "">
    <cfset errors = errors & "<li>You Forgot to
    enter your name!</li>">
    </cfif>
    <!-- Checking the email is a little more complicated so we
    use a regular expression to check and see if there is a email
    address and also is it formed properly -->
    <cfif NOT
    REFindnocase("^[-_!a-z0-9\.]+@([-_a-z0-9]+\.)+[a-z]{2,6}$",
    email)>
    <cfset errors = errors & "<li
    class=""errors"">Your Email Address seems
    incorrect?</li>">
    </cfif>
    <cfif form.comments EQ "">
    <cfset errors = errors & "<li
    class=""errors"">You Forgot to enter a comment!</li>">
    </cfif>
    <cfif errors NEQ "">
    <!-- Here we are collecting the Error Message generated
    by our code and placing them into a list for the user to see -->
    <TABLE class="label1" WIDTH="300" BORDER="0"
    CELLSPACING="0" CELLPADDING="0" ALIGN="Center">
    <TR><P> <TD ALIGN="Left" VALIGN="Top">You
    have some errors in your form submission, please try
    again<br>
    <cfoutput>#errors#</cfoutput></td></P>
    </tr>
    </table>
    <!-- Also take note that the form action is now different
    in that it is carrying the applications session with it which we
    need to make our Application.cfm file work with the action. -->
    <cfoutput>
    <form method="post"
    action="action_form.cfm?#session.UrlToken#">
    <P><TABLE class="label1" WIDTH="300" BORDER="0"
    CELLSPACING="0" CELLPADDING="0" ALIGN="Center">
    <TR> <TD ALIGN="Left" VALIGN="Top">
    <!-- This is how we place our session values into the
    form field also important to note the because we used cfparam in
    the start of this page to assign a default value of "" if there was
    no value originally entered in the form than it will show no value
    here. If we did not use the cfparam tag we would now show an error
    as the session would go looking for a non-existant value -->
    <P>Name: [*]<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Name"
    SIZE="40" value="#session.contact_nfo.Name#"></P>
    <P>Country:<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Country"
    SIZE="40" value="#Form.Country#"></P>
    <P>City:<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="City"
    SIZE="40" value="#Form.City#"></P>
    <P>Telephone:<br>
    <INPUT TYPE="Text" class="ftforminputsmall"
    NAME="Telephone" SIZE="40" value="#Form.Telephone#"></P>
    <P>E-mail: [*]<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Email"
    SIZE="40" value="#session.contact_nfo.email#"></P>
    </P>
    <P>Comments: [*]<BR>
    <textarea cols="40" size="40" class="ftforminputsmall"
    rows="2"
    name="comments">#session.contact_nfo.comments#</textarea></P>
    <P>Booking dates:<br>
    <P>From:
    <select name="day" class="ftforminputsmall">
    <cfloop from="1" to="31" index="i">
    <option value="#i#"
    selected="selected">#form.day#</option>
    </cfloop>
    </select>
    <cfset monthList =
    "January,February,March,April,May,June,July,August,September,October,November,December"
    />
    <select name="month" class="ftforminputsmall">
    <cfloop list="#monthList#" index="m"> <option
    value="#m#"
    selected="selected">#form.month#</option></cfloop>
    </select>
    <select name="year" class="ftforminputsmall">
    <cfloop from="2006" to="2020" index="i">
    <option value="#i#">#form.year#</option>
    </cfloop>
    </select>
    </P>
    <P>To:
    <select name="dayto" class="ftforminputsmall">
    <cfloop from="1" to="31" index="i">
    <option value="#i#"
    selected="selected">#form.dayto#</option>
    </cfloop>
    </select>
    <cfset monthList =
    "January,February,March,April,May,June,July,August,September,October,November,December"
    />
    <select name="monthto" class="ftforminputsmall">
    <cfloop list="#monthList#" index="m"> <option
    value="#m#"
    selected="selected">#form.monthto#</option></cfloop>
    </select>
    <select name="yearto" class="ftforminputsmall">
    <cfloop from="2006" to="2020" index="i">
    <option value="#i#"
    selected="selected">#form.yearto#</option>
    </cfloop>
    </select>
    <P>
    <input name="Submit" type="submit"
    CLASS="ftforminputsmall" value="Submit">
    </P>
    </table>
    </form>
    </cfoutput>
    <!-- If no errors were detected we abort the previous code
    and show the next code section -->
    <cfabort>
    </cfif></td></tr>

    Right I´ve put in the cfparams and the cfif at the top
    of the page after the cfinclude.
    However if the word is wrong the page still executes which it
    shouldn´t. It is confusing with all the cfifs but if the
    secret word is wrong the "sorry" message should be shown and the
    page stops (maybe I need cfabort or cfexit?) The message is being
    shown but the page continues. Here is the code:
    <cfinclude template="topnav.cfm">
    <cfparam name="session.secretWord" default="">
    <cfparam name="Form.secret_word" default="">
    <cfif form.secret_word EQ #session.secretWord#>
    Thank you for your message.
    <cfelse>
    Sorry, the secret word you entered in the field does not
    match the word in the image
    Please hit your back button</cfif>
    <!--- Must create this default structure or we pull an
    error --->
    <cfparam name="session.contact_nfo" default="">
    <cfif NOT IsStruct(session.contact_nfo)>
    <cfset session.contact_nfo = StructNew()>
    </cfif>
    <!-- Now we create default variable using cfparam -->
    <cfparam name="Form.terms" default="NO">
    <cfparam name="session.contact_nfo.Name" default="">
    <cfparam name="Form.Country" default="">
    <cfparam name="Form.City" default="">
    <cfparam name="Form.Telephone" default="">
    <cfparam name="session.contact_nfo.email" default="">
    <cfparam name="session.contact_nfo.comments"
    default="">
    <!-- Now we clear the Session of any Values to allow us to
    place our new form Values passed from our form page -->
    <cfset StructClear(session.contact_nfo)>
    <!-- Now we are placing our Form Values into the Session
    -->
    <cfset session.contact_nfo.terms= form.terms>
    <cfset session.contact_nfo.Name= form.Name>
    <cfset session.contact_nfo.email= form.email>
    <cfset session.contact_nfo.comments= form.comments>
    <cfparam name="errors" type="string" default="">
    <cfif form.Name EQ "">
    <cfset errors = errors & "<li>You Forgot to
    enter your name!</li>">
    </cfif>
    <cfif NOT
    REFindnocase("^[-_!a-z0-9\.]+@([-_a-z0-9]+\.)+[a-z]{2,6}$",
    email)>
    <cfset errors = errors & "<li
    class=""errors"">Your Email Address seems
    incorrect?</li>">
    </cfif>
    <cfif form.comments EQ "">
    <cfset errors = errors & "<li
    class=""errors"">You Forgot to enter a comment!</li>">
    </cfif>
    <cfif errors NEQ "">
    <!-- Here we are collecting the Error Message generated
    by our code and placing them into a list for the user to see -->
    <TABLE class="label1" WIDTH="300" BORDER="0"
    CELLSPACING="0" CELLPADDING="0" ALIGN="Center">
    <TR><P> <TD ALIGN="Left" VALIGN="Top">You
    have some errors in your form submission, please try
    again<br>
    <cfoutput>#errors#</cfoutput></td></P>
    </tr>
    </table>
    <!-- basically the same form we used in form.cfm -->
    <cfoutput>
    <form method="post"
    action="action_form.cfm?#session.UrlToken#">
    <P><TABLE class="label1" WIDTH="300" BORDER="0"
    CELLSPACING="0" CELLPADDING="0" ALIGN="Center">
    <TR> <TD ALIGN="Left" VALIGN="Top">
    <P>Name: [*]<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Name"
    SIZE="40" value="#session.contact_nfo.Name#"></P>
    <P>Country:<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Country"
    SIZE="40" value="#Form.Country#"></P>
    <P>City:<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="City"
    SIZE="40" value="#Form.City#"></P>
    <P>Telephone:<br>
    <INPUT TYPE="Text" class="ftforminputsmall"
    NAME="Telephone" SIZE="40" value="#Form.Telephone#"></P>
    <P>E-mail: [*]<br>
    <INPUT TYPE="Text" class="ftforminputsmall" NAME="Email"
    SIZE="40" value="#session.contact_nfo.email#"></P>
    </P>
    <P>Secret word: [*]<br>
    <cfinvoke webservice="
    http://www.easycfm.com/webservices/captcha.cfc?wsdl"
    method="generateCaptcha"
    returnvariable="easyCaptcha">
    <cfinvokeargument name="height" value="100"/>
    <cfinvokeargument name="YPos" value="20"/>
    </cfinvoke> </P>
    <P><cfset session.secretWord =
    easyCaptcha.CAPTCHAWORD>
    <cfoutput>
    <img src="#easyCaptcha.IMAGE#"
    border="0"></cfoutput></P>
    <P><div="label1"> Please retype the Secret Word
    in the field below. This is a simple security
    matter to protect the information we receive through this
    form.</div></P>
    <P>
    <INPUT TYPE="Text" class="ftforminputsmall"
    NAME="secret_word" SIZE="40"></P>
    <P>Comments: [*]<BR>
    <textarea cols="40" size="40" class="ftforminputsmall"
    rows="2"
    name="comments">#session.contact_nfo.comments#</textarea></P>
    <P>Booking dates:<br>
    <P>From:
    <select name="day" class="ftforminputsmall">
    <cfloop from="1" to="31" index="i">
    <option value="#i#"
    selected="selected">#form.day#</option>
    </cfloop>
    </select>
    <cfset monthList =
    "January,February,March,April,May,June,July,August,September,October,November,December"
    />
    <select name="month" class="ftforminputsmall">
    <cfloop list="#monthList#" index="m"> <option
    value="#m#"
    selected="selected">#form.month#</option></cfloop>
    </select>
    <select name="year" class="ftforminputsmall">
    <cfloop from="2006" to="2020" index="i">
    <option value="#i#">#form.year#</option>
    </cfloop>
    </select>
    </P>
    <P>To:
    <select name="dayto" class="ftforminputsmall">
    <cfloop from="1" to="31" index="i">
    <option value="#i#"
    selected="selected">#form.dayto#</option>
    </cfloop>
    </select>
    <cfset monthList =
    "January,February,March,April,May,June,July,August,September,October,November,December"
    />
    <select name="monthto" class="ftforminputsmall">
    <cfloop list="#monthList#" index="m"> <option
    value="#m#"
    selected="selected">#form.monthto#</option></cfloop>
    </select>
    <select name="yearto" class="ftforminputsmall">
    <cfloop from="2006" to="2020" index="i">
    <option value="#i#"
    selected="selected">#form.yearto#</option>
    </cfloop>
    </select>
    <P>
    <input name="Submit" type="submit"
    CLASS="ftforminputsmall" value="Submit">
    </P>
    </table>
    </form>
    </cfoutput>
    <!-- If no errors were detected we abort the previous code
    and show the next code section -->
    <cfabort>
    </cfif></td></tr>
    <!-- In this next section we can now take our form values
    and do what ever we decide to do with them i.e. mailing them to
    ourselves, placing them into a database, or a combination of both.
    In this section it is wise to let the user know that his
    information has been received as coldfusion has no way of letting
    them know ---->
    <cfmail server="" username="" password="" to="" from=""
    subject="" type="">
    <table><tr>
    <td align="center" bgcolor="##006600"
    class="ftbody"><span class="ftbody2"><strong
    class="label1">Telephone:
    </strong></span></td>
    <td align="center" bgcolor="##006600"
    class="ftbody"><span class="ftbody2"><strong
    class="label1"><cfoutput>#Trim(FORM.name)#</cfoutput></strong></span></td>
    </tr></cfmail>

  • Forms Server Install on Redhat Linux 7.0

    I am attempting to install Forms6i/Reports6i/Graphics6i on my Linux Box.
    I already have a 8.1.6 Database configured and running.
    After downloading the tar file and extracting it I am having trouble with the installation of the software. The Guide refers to running the orainstal shell script in the orinstall directory. Well when I execute the script I get a Character Installer and I was expecting the Java based Gui Installer such as the one with Oracle 8i DB. I cannot get the oraviewer program to work either for I wanted to see if there were some other setting I am not executing correctly.
    When I continue with the Char Installer it has trouble finding a lib called X11m.a or something (Motif related).
    Does Forms 6i require Motif? If so where and how do I get it for my Linux box? Are there any work arounds for this.
    Any help is greatly apprecicated.
    Thanks

    Hello Shawn,
    Yes, you need motif libraries. You can obtain it for free from: http://www.metrolink.com/products/Motif/download.html
    I installed both runtime and development packages.
    Aditionally you may ned to have X-devel packages installed.
    After struggling with Forms installation on my linux machine I managed to do this, but let me tell you that it's not so simple. First of all please excuse my bad English, I'm not a native speaker. Anyway that's how I did it.
    I assume that you downloaded the file d2k6irelease2.tar from technet. This file includes Forms 6i rel. 2 Server and Developer.
    I managed to install this on my RedHat 7.1 machine having already installed Oracle 8.1.7 database Server.
    First of I created a separate user which owns Forms Server software. I set this user as belonging to the same group ("dba" in my case) as the oracle database software owner. (On my machine I have "oracle" user which owns databse server belonging to the "dba" group and "forms" user belonging also to the "dba" group). You must set your environment like this (in ".bash-profile" in my case):
    -- Begin .bash_profile file
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    unset LANG
    PATH=$PATH:$HOME/bin
    BASH_ENV=$HOME/.bashrc
    ORACLE_BASE=/oracle
    ORACLE_HOME=$ORACLE_BASE/product/forms
    ORACLE_SID=forms
    ORACLE_AUTOREG=$ORACLE_HOME/guicommon/tk60/admin
    TNS_ADMIN=$ORACLE_HOME/network/admin/tnsnames.ora
    ORACLE_TERM=vt220
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    TWO_TASK=oratest
    MMTK_AVIPLAYER="xanim %s &"
    PATH=$PATH:$ORACLE_HOME/bin
    DISPLAY=TEST_MACHINE:0.0
    export ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH TWO_TASK MMTK_AVIPLAYER
    export TNS_ADMIN DISPLAY ORACLE_AUTOREG ORACLE_TERM ORACLE_SID
    export BASH_ENV PATH
    unset USERNAME
    -- End .bash_profile file
    As you can see I set up ORACLE_BASE to the same ORACLE_BASE as database software ORACLE_BASE, a new ORACLE_HOME, a dummy ORACLE_SID, TWO_TASK to the sid of your 8.1.6 server instance, TNS_ADMIN pointing to a directory which I created manually before starting the installer (see below my "tnsnames.ora" file under this manually created directory), ORACLE_AUTOREG, ORACLE_TERM, DISPLAY set to your_hostname:0.0, LD_LIBRARY_PATH as seen, MMTK_AVIPLAYER is for playing ".avi' files (I didn't tried this). You may need to "chmod 775" on your $ORACLE_HOME directory from the database user account.
    -- Begin "tnsnames.ora" file
    ORATEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TEST_MACHINE)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oratest)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    -- End "tnsnames.ora" file
    I untared d2k6irelease2.tar under a subdirectory created under "forms" home directory. In "unixdoc/Server" directory you will find linux_svr.pdf instructions for installation of Forms server and under "unixdoc/Developer" you will find linux_dev.pdf instructions for Developer Server. "oraview" didn't worked for me either. GUI installer didn't worked for me either. Chnaging to orainst you may issue ./orainst command and start the installation in character mode (I did not even started an X session). I choosed default install, do not create database objects (I think you will be able to install later this objects by running some sql scripts, I didn't). And I choosed all components presented and all options and default port parameters. You will also be prompted to confirm locations of the motif libraries. I choosed http mode for forms server. Do not install Reports security feature (I've heard that it's not working, this option will be presented to you somewhere at the end of installation). After finishing you may need to edit "forms60_server" file and some other files. For example I had to change my "host_name.domain_name" (in my case was "TEST_MACHINE.(none)") to my IP address as I don't have a DNS server here.
    That's what I did to test forms server:
    I wanted to test my Forms server by running Apache web server (the one that is installed by default by linux). (in the documetation you will find references to the WebDB listener which as far as I know is no longer installed in release 2, so the documentation is obsolete regarding this module). For this you will have to edit /etc/httpd/conf/httpd.conf file. Look for the section "Alias" and "AliasScript". under your forms $ORACLE_HOME/orainst you will find two files "forms6iconfig.txt" and "reports6iconfig.txt". You will find there actions to be performed by you manually. in "forms6iconfig.txt" file you will find virtual mappings for physical directories. You have to put this entries in "httpd.conf" file. You must edit this file as "root". For example 'Alias /dev60temp/ "/oracle/product/forms/tools/web60/temp/"'. The exception I made was for "/dev60cgi" virtaul mapping which I've put under ScriptAlias section 'ScriptAlias /dev60cgi/ "/oracle/product/forms/tools/web60/cgi/"'.
    After succesfully editing the file you will ned to restart http server:
    #/etc/rc.d/init.d/httpd restart
    Login again as "forms" user.
    In $ORACLE_HOME directory isuue:
    $./forms60_server start
    This will start your forms server listener.
    After that you can test your forms server running from an external machine by entering: http://ip_addres_of_linux_machine/dev60html/runform.htm
    and after completing parameters you will see "text.fmx" form applet saying that Forms server is installed corectlly or directly: http://ip_addres_of_linux_machine/dev60cgi/f60cgi
    You have to install Jinitiator to view the applet. It will be prompted for you to download it when accessing the above address.
    To be honest I was disapointed to see that forms server is very slow. And I mean very slow.
    In the end please let me excuse if I wasn't clear in some points. If you have any questions please post them on the list. I'm not an expert and I may have made mistakes, but in the same time I hope this will help you setting up forms server on your linux box.
    I forgot to mention that you will probably see a message saying that "formsweb.cfg was not found" when accesing "http://..../f60cgi". If you see this you have to options: either make a symlink "forms60" in the root directory to $ORACLE_HOME/forms60 directory or add a line in your "httpd.conf" file (I put this lines the last ones):
    #Include 6iserver configuration file for setting formsweb.cfg path
    include "/developer_home/conf/6iserver.conf"
    And in $ORACLE_HOME create a directory named "conf". In this directory create a file named "6iserver.conf" and put the following line in it:
    SetEnv FORMS60_WEB_CONFIG_FILE /developer_home/forms60/server/formsweb.cfg
    This will set your environment correctly and you will be able to see the test form. Don't forget to restart apache web server and forms listener.
    Kindly,
    Codrut Octavian Popescu

  • 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)

  • FRM-92101: failure in the Forms Server during startup.

    Hi
    I am calling a Oracle report from a Oracle forms application. When I enter the parameters on the Parameter Form (Oracle Forms Application created for
    entering the User Parameters) and click 'Run Report' button, I am getting the following error:
    Kindly help me on this. Thanks in advance.
    The complete error discription is given here...
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <3> 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.StreamMessageWritter.run(Unknown Source)
    Environment in which my Forms and Report Applications is running:
    Operating System     -     Windows XP Professional
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production With the Partitioning option
    JServer Release 9.2.0.1.0 - Production
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Please find the steps I followed before I run this application:
    1. I started the OC4J Forms Server on my machine
    2. I started the OracleAS Reports Services (Reports Server) on my machine.
    3. Connected to the database and run the Forms Application.
    I have tried the following options to solve this error:
    - I have re-installed Oracle Enterprise Edition Release 9.2.0.1.0 again and retry calling my Reports application from Oracle Forms. Still the same error
    persists.
    I have written the following code inside 'WHEN-BUTTON-PRESSED' Trigger to call my Oracle Report:
    I found that the above error is coming at the following highlighted line below:
    declare
    BEGIN
         --prepare the list of parameters to be sent to the report
         --Add parameter(s) to list just created
         --START THE REPORT     
         v_repid := FIND_REPORT_OBJECT('REPORT197');
         vc_rep := RUN_REPORT_OBJECT(v_repid, Plist);
         --GET REPORT STATUS
         vc_rep_status := REPORT_OBJECT_STATUS(vc_rep);
         -- Wait until report finishes or produces an error
         -- Display the report if it is finished
    END;

    Hi ,
    I think that this kind of problem persists because of the variety of Forms , Database and maybe OS number-bit versions(32-bit and 64 respectively).
    In the past , due to the inequality of number-bit of OS and the Oracle Products , I had many problems.... the import was finished abnormally as the connection to the database was stopped ...
    Regards,
    Simon

Maybe you are looking for

  • Had to buy a new computer and not able to download my ITunes purchases

    I had to buy a new computer and I am not able to download my old purchases. I didnt back up my purchases on my old laptop. What can I do to download my old purchases? Thank you

  • Oracle Access Manager Configuration : Cannot find the Person Object Class

    Hi, I am trying to install OAM , I am getting the following error when i am configuring the Identity server for the first time. 1) I have installed OID. I am using one OID for both config and user data. 2) I have installed Identity server and have mo

  • Airport Extreme communication with Linksys WRT54G v6

    We originally had Linksys connected to dsl modem; dell laptop was able to connect to internet; the mac could not. We purchased Airport Extreme and it is connected to the modem. All Mac laptops are online with excellent signal; Dell is online but has

  • Adding drop shadow on a stroke w/ opacity.

    Hello, I need to create a button wherein the stroke has 40% opacity then add a drop shadow on the edges. The problem is, I can also see the shadow behind the stroke since it's not on 100% opacity. How do I make it so that the shadow only shows up on

  • Hyperion Analyzer 7.2.5

    I am seeing a method in the API to close current report or a specified report by name<BR><BR>To close the current report:<BR>run("CloseReport", "", "", "", "");<BR>To close a specific report:<BR>run("CloseReport", "/Users/Reports/ReportName", "", "",