Config 9iAS Forms Server

Hi,
I am currently configurating 9iAS 1.0.2.2 on Windows 2000. The patch that comes with is patchset 5.
After install, I can test on the servlet and run the test.fmx correctly.
Then I changed the formsweb.cfg for my app and try to run in thru the browser. The login screen comes up and I type in the userid/passwd@connect_string. But I cannot connect to the database. I checked all d:\oracle\806\tnsname.ora and it is correct.
And I couldn't find error message in any of the 9iAS log files (like, jserv.log, access.log, error.log)
Can anybody give me a hit?

Thanks for your reply.
I don't get any error message, not even on the message bar(It just shows "Applet started.". I did not specify the domain name in sqlnet.ora nor tnsnames.ora
I notice that if i put a wrong connect string, it tried to locate the database but failed with no error message.
When I turn on the debug, it gives me the following in the jserv.log. Can you find a clue? Thanks.
[26/07/2001 18:10:25:311 EDT] ***********************************************
[26/07/2001 18:10:25:311 EDT] Got POST request, length = 8
[26/07/2001 18:10:25:311 EDT] HTTP request headers:
[26/07/2001 18:10:25:311 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:25:311 EDT] host: neptune
[26/07/2001 18:10:25:311 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:25:311 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:25:311 EDT] sessid: : -1
[26/07/2001 18:10:25:311 EDT] content-length: 8
[26/07/2001 18:10:25:311 EDT] connection: keep-alive
[26/07/2001 18:10:25:311 EDT] ListenerServlet: NEW servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:25:311 EDT] Creating new Runtime Process using default executable
[26/07/2001 18:10:25:796 EDT] Perf(9): 0.485 processing POST Request (input 8 bytes, output 8 bytes)
[26/07/2001 18:10:25:889 EDT] ***********************************************
[26/07/2001 18:10:25:889 EDT] Got POST request, length = 169
[26/07/2001 18:10:25:889 EDT] HTTP request headers:
[26/07/2001 18:10:25:889 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:25:889 EDT] host: neptune
[26/07/2001 18:10:25:889 EDT] cookie: JServSessionIdroot=gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:25:889 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:25:889 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:25:889 EDT] sessid: : -1
[26/07/2001 18:10:25:889 EDT] content-length: 169
[26/07/2001 18:10:25:889 EDT] connection: keep-alive
[26/07/2001 18:10:25:889 EDT] ListenerServlet: existing servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:25:905 EDT] Perf(10): 0.016 processing POST Request (input 169 bytes, output 2519 bytes)
[26/07/2001 18:10:26:936 EDT] ***********************************************
[26/07/2001 18:10:26:936 EDT] Got POST request, length = 32
[26/07/2001 18:10:26:936 EDT] HTTP request headers:
[26/07/2001 18:10:26:936 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:26:936 EDT] host: neptune
[26/07/2001 18:10:26:936 EDT] cookie: JServSessionIdroot=gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:26:936 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:26:936 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:26:936 EDT] sessid: : -1
[26/07/2001 18:10:26:936 EDT] content-length: 32
[26/07/2001 18:10:26:936 EDT] connection: keep-alive
[26/07/2001 18:10:26:936 EDT] ListenerServlet: existing servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:26:936 EDT] Perf(11): 0.000 processing POST Request (input 32 bytes, output 2 bytes)
[26/07/2001 18:10:26:952 EDT] ***********************************************
[26/07/2001 18:10:26:952 EDT] Got POST request, length = 12
[26/07/2001 18:10:26:952 EDT] HTTP request headers:
[26/07/2001 18:10:26:952 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:26:952 EDT] host: neptune
[26/07/2001 18:10:26:952 EDT] cookie: JServSessionIdroot=gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:26:952 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:26:952 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:26:952 EDT] sessid: : -1
[26/07/2001 18:10:26:952 EDT] content-length: 12
[26/07/2001 18:10:26:952 EDT] connection: keep-alive
[26/07/2001 18:10:26:952 EDT] ListenerServlet: existing servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:26:952 EDT] Perf(12): 0.000 processing POST Request (input 12 bytes, output 2 bytes)
[26/07/2001 18:10:27:264 EDT] ***********************************************
[26/07/2001 18:10:27:264 EDT] Got POST request, length = 12
[26/07/2001 18:10:27:264 EDT] HTTP request headers:
[26/07/2001 18:10:27:264 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:27:264 EDT] host: neptune
[26/07/2001 18:10:27:264 EDT] cookie: JServSessionIdroot=gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:27:264 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:27:264 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:27:264 EDT] sessid: : -1
[26/07/2001 18:10:27:264 EDT] content-length: 12
[26/07/2001 18:10:27:264 EDT] connection: keep-alive
[26/07/2001 18:10:27:264 EDT] ListenerServlet: existing servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:27:264 EDT] Perf(13): 0.000 processing POST Request (input 12 bytes, output 2 bytes)
[26/07/2001 18:10:34:702 EDT] ***********************************************
[26/07/2001 18:10:34:702 EDT] Got POST request, length = 41
[26/07/2001 18:10:34:702 EDT] HTTP request headers:
[26/07/2001 18:10:34:702 EDT] content-type: application/x-www-form-urlencoded
[26/07/2001 18:10:34:702 EDT] host: neptune
[26/07/2001 18:10:34:702 EDT] cookie: JServSessionIdroot=gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:34:702 EDT] accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
[26/07/2001 18:10:34:702 EDT] user-agent: Java1.1.8.7
[26/07/2001 18:10:34:702 EDT] sessid: : -1
[26/07/2001 18:10:34:702 EDT] content-length: 41
[26/07/2001 18:10:34:702 EDT] connection: keep-alive
[26/07/2001 18:10:34:702 EDT] ListenerServlet: existing servlet session, id = gye3o8uso1.hyjej5jcfgTvn2TxqReIpR9BcALJmQ5Go6XNr3CMc3eS
[26/07/2001 18:10:34:717 EDT] Perf(14): 0.015 processing POST Request (input 41 bytes, output 43 bytes)
null

Similar Messages

  • Can I have just forms server 9i without installing whole 9ias?

    Greetings to all,
    Can someone help me in this issue.
    1. Can I install only forms server 9i without installing whole 9ias? My objective is to access the oracle forms over the web.
    2. If the answer to the first question is yes, then please someone point out the step i need to take to acheive this.
    Thanks in advance.
    Mohsin Siddiqui

    Hi Shay,
    Can you elaborate a little more on how 9iAS integrates with 9iDS. I have 9iDS up and running on win2k, and I'm developing forms there, and they publish to the web just fine.
    But you say for production, we need 9iAS. I have v9.0.2 of 9iAS on a linux box that I want to use. But I can't find a publish directory for forms on the 9iAS box.
    Or anything related to forms, except for a $OH/forms90/server directory with 3 or 4 xml files. I can't find any forms configuration files on the app server machine. That's it on the 9iAS machine, form-wise. Do I need to install 9iDS on the same machine as 9iAS to use 9iAS to run forms?
    If I develop forms on the windows machine, where do I put them on the 9ias app server? I'm new to forms, so please bear with me.
    Thanks
    -Bob

  • I'm Lost...Installing/Config Forms 6i & Forms Server

    I realize this is pretty basic so my apologies to everyone but...
    I have installed Oracle Standard 8i (8.1.6) on my Windows 2000 Server.
    I then installed forms 6i Release 2 for xp on my client PC. I then installed Forms servers and pretty much accepted the defaults. I updated the registry on the client PC and modifed the FORMS60_PATH to add the directories for.../forms60java, /dev60html, /dev60cgi, /jinitiator, and /dev60temp.
    In Forms Builder I create a basic form and used the client/server runform and that works. I try the web runform and nothing happens
    I tried the Oracle web form tester and it fails. (I get "Page cannot be displayed" on my browser)
    Do I need to install WEBDB or something else...and do I install that on the server or client. Any help would be appreciated.

    Try doing these things...
    1. When you run the test.fmx check values in the fields "web host" and "port". These should direct to the location where the forms server is installed. As you have installed the forms server on your machine, then you should enter your machine name here.
    2. Check settings in default.env and formsweb.cfg files. They should all have proper details entered.
    Thanks,
    Milind Bhave

  • 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

  • Please help with Forms server and forms

    Hi, all
    I am new to oracle.
    Mine is home PC and the spec. of the system are as follows.
    database:Oracle 8i EE
    Forms :6i
    OS :Windows 2000
    Yesterday I downloaded Oracle9iAS Server and followed the documentation in installing.
    As per the documentation, I accepted default values in many cases and went thru with installation.
    At the end of the installation, i got the following config(found at the bottom of the message).
    Please give me steps in resolving the issues below.
    Also,
    when I run the "Run form from web" from Programs....
    what if the web listener port is taken. how do we figure out if one is already in use and if so what are other ports available to me.
    and finally in the same app. is "Web Host" the name of my computer on which I installed the Oracle server?
    TIA
    Shankar
    Configuration Steps for Oracle Forms installation of 00:44:38 2002/05/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory C:\shankar\6iForms\F6i\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server-6Web] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory C:\shankar\6iForms\F6i\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory C:\shankar\6iForms\F6i\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory C:\shankar\6iForms\F6i\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory C:\shankar\6iForms\F6i\JINIT.

    Thanks, Vikas!
    But I did a search for 6iServer.conf and did NOT locate any such file
    Please help
    TIA
    SHANKAR
    Shankar,
    It would have helped if you had indicated what is the full version of 9iAS that you have installed. By default the portnumber that is used is 7778.
    As per the entries, they should have already been made in the config files. But check that the 6iServer.Conf file and it should contain the entries that you are being told to update. If not, then add the entries in the 6iServer.conf file and that is all you need.
    HTH.
    Vikash

  • How to improve performance of Oracle Forms Server ?

    Recently we converted our Application which was Developed in Forms 5.0 and Reports 3.0 into Forms6i to host that on to Web. We also loaded ORACLE 9iAS (on Windows NT 4 with service pack 3) from "Enterprise Edition" option by selecting Oracle Database Cache, Forms Server and Reports Server, HTTP Server(on port 80),Oracle Web Cache. Everything loaded succesfully including Caches.
    Forms server is working perfectly and we were able to run our Application in Browser, but performance is the issue. We thought the caches will improve the performance, but it seems they are not at all working. When we run a report or form the Database cache is not giving any statistics whether a particular Query is a Hit or Miss though the cache is running. We got a doubt and searched in FAQ's and we found the following questions.
    Oracle9iAS Web Cache Frequently Asked
    Questions February 2001
    Does Oracle9iAS Web Cache work with applications that use Oracle9iAS Forms?
    Not in the 1.x release of Oracle9iAS. Integration between Oracle9iAS Web Cache and Oracle9iAS Forms will be addressed at a future date.
    Oracle9iAS Database Cache
    Does the Cache work with Oracle Forms and Portal in Oracle9i AS?
    Since Oracle Forms and Portal utilize read/write PL/SQL stored procedures, these components cannot take advantage of the Cache. This support is being considered for a future version.
    After coming to know that Caches doesnot boost the performance of Oracle Forms and reports. We have the following queries.
    1) Clarify whether the above are True.
    2) Apart from DB and Web Cache is there any other way where in we can improve the performance of Oracle Forms and Reports in Forms Server including the start up time.
    3) What is the ideal configuration required for each tier (iAS Server,Database Server and Client) to host Forms on to Web considering our application as Medium scale.
    (Presently our configuration are,
    Application Server Configuration : Windows NT 4 with service pack 3,256 MB RAM,1 GB Virtual memory and 4GB free space and almost the same configuration is being used for
    Database Configuration.
    Client Configuration : Windows 98 with 64MB RAM).
    4) Is there any way to track the performance and know the problem areas like TRACE.
    Gopi Kumar
    null

    A couple of questions for you:
    1) What version of IAS are you using?
    2) What's the version of Forms&Reports and
    3) What version of patch are you using if any
    for forms&Reports?
    4) What applications are you running on the
    machine where Forms&Reports is installed?
    (I mean non-Oracle applications?)
    The problem could be that, the base addresses
    of the DLL's in Forms&Reports could be having base address conflicts with some other application's DLL's.
    Forms and Reports needs to be fully rebased to achieve full performance on NT. Before release of Forms and Reports, Oracle rebases all DLLs. Rebasing assigns unique base addresses to all of the DLL's in use by an executable. A properly based DLL will load at its preferred base address, greatly improving the efficiency of memory utilization and the runtime performance of the executable.
    Multiple utilities are available on NT to verify proper rebasing of DLLs. HandleEx v4.0 is one such freeware from Sysinternals and is available at www.sysinternals.com. Some others are "depends.exe" that's part of the MS Visual Studio or msinfo32.exe that comes with Office 2000 on NT.
    If after running any of these utilities you discover that the DLL's ar not properly rebased, you need to contact Oracle worldwide support.
    If you find that rebasing is not the problem, then please post your feedback again. Hope this helps.

  • Dev 6.0 forms server and 8i

    One server with NT 4.0 SP5 running Oracle 8i (8.1.5.0.5) and Dev 6.0 (6.0.5.32) installed in seperate oracle homes. I configured tnsnames correctly and created a very simple form that connects to the DB and displayes two fields. Form runs fine in client/server form runtime mode. Setup a client with IE5 microsoft VM (5.0.0.3240) and security configured so I can run the javasoft examples. I started the Forms server as a service running as a domain admin. When I try to run the form using static (not a cartridge) config it connects to my static.htm file and downloads some java stuff and then says applet initialized and displayes the blue logo for Oracle Developer Server and then stops, no form??? So my first question is: this config is supported right? Then what am I doing wrong? I initially installed Dev. 6.0 using the wrong installer (the one on the distribution), but then installed again (ontop of current config, I couldn'e un-install) and patched it to 6.0.5.32 and as I said the forms run in Client/Server mode fine. How do I debug the forms server??? I don't get any error messages.

    I got it!
    After reading numerous postings I discovered that I needed to unzip the class.zip files and store them in the java directory, but thanks anyway.

  • 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

  • Forms 6i, Forms Server and MS Word Templates

    Hi All
    Thanks for taking the time to look at my question :
    I have a Forms 6i application running in client/server environment that uses OLE2 to open up a MS Word 2000 template stored in c:\orant\templates.
    It then populates this word document before printing it off.
    My question is, if I deploy the application over the web via Oracle 9iAS and Forms Server, can I still use the functionality of OLE2 and perform the task outlined above ?
    Any white papers, tutorials, examples, etc would be most welcome.
    Greg

    You can read this:
    http://otn.oracle.com/products/forms/pdf/ClientSideOLE.pdf
    Helena

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

  • Diff between Oracle 9i database and 9ias application server.

    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

    Hi,
    Your question is the answer. Oracle9i Database manages all your eBusiness data and Oracle9iAS runs all your eBusiness
    applications. In a 3 tier architecture, Oracle9i Database fits in the Database tier where as Oracle9iAS fits in the middle
    tier. Oracle9iAS provides an infrastructure to run different types of applications(J2EE thru OC4J, Forms applns, Portal
    based applns, Wireless applns etc..)
    Cheers !
    -- Rajesh
    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

  • How i connect my forms/report  with 9i database/ how i configer my form and

    hi master;
    i have 6i forms and 9i oracle database both are right but how i accece the 9i in my form and report.
    which file i copy and where i copy .
    please send me file name or how i configer my form and report with 9i
    thanking you
    Aamir

    Dear Aamir,
    Please copy TNSNAMES.ORA file from your Database Home/NETWORK/ADMIN directory and copy that in NETWORK/ADMIN directory where you installed Forms/Reports 6i. then you can connect to your server by using SID as host string like: system/manager@<SID example: ORCL>
    Regards,
    Reza

  • Infrastructure and forms server into same machine

    Dear friends,
    I am faching strange problem
    , I install 9ias(9.0.2.0.1) infrastucture and form server into same machine,
    after sucessfull installation it is mention infrastucture will run the port 7777 and form will 7778,
    but after just installation it work into these ports but when i restats the system then port of infrastucture change and it is 7779.
    now if i run forms the it give internal error 500,
    then I stop fist infrastucture http server then http server of form
    and again first start infrastucture hhtp server then form http server
    now agin infrastructure server port id 7779(insted of 7777)
    but now my form work properly.
    every day i do this job , but some time this method fails then i have to again install server and have to repeate above mention job .
    pls help me
    With regards
    Siddharth Singh
    [email protected]

    Mid-tier listens on a lot of ports. On a std install (with both Infra and Mid-tier) Web-cache listens on port 7778 "in front of" httpd for OHS on 7779. So perhaps you forget to start web-cache? (run from BI home: webcachectl)
    Perhaps the problem with Forms is related to X Toolkit?

  • 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

Maybe you are looking for