Installation notes: JES 2005Q4 on Fedora Core 4

Hi,
Getting JES (with Portal Server 6) to work on a Linux platform (that's unsupported by SUN) can be a nightmare. Here's what to do with Fedora Core 4:
1. You need to install compat-libstdc++-296.i386 rpm package. This provides /usr/lib/libstdc++-libc6.2-2.so.3 that the application server needs.
If you don't have that package installed, install with yum:
yum install compat-libstdc++-296.i386
Note: I used...
yum provides libstdc++-libc6.2-2.so.3
... to find out the package.
Actually I installed compat-libstdc++-33.i386 as well, but I'm not sure did that affect anything.
2. Install pdksh
There are many ksh clones available. Fedora Core 4 ships with some version of ksh that lacks features used by PS6 install scripts. You have to get pdksh from http://www.math.mun.ca/~michael/pdksh/
Configure and install it according to the instructions. Then get rid of the ksh that came with FC4 and make sure /bin/ksh points to /usr/local/bin/ksh (if you installed pdksh to the default location).
3. Run the JES installer and everything should work out fine. The installation process meter still seems to hang when installing portal server but actually it is working hard for several minutes. You can verify that by using top.
More details on the problems that occur if you don't follow these steps (should help for other distros than FC4):
The installation process hangs when it gets to install portal server (verify with top that it isn't actually doing anything). This is because you don't have the right ksh. Using ps -aef you'll see that there are processes running ksh.
The actual problem is that the PS6 installation script is defining variables with the keyword 'local' that's not supported with ksh shipped with FC4. If you try to run the portal configuration script manually you get lines like:
opt/sun/portal/lib/postinstall_Base[21]: local : not found [ no such file or directory]
opt/sun/portal/lib/postinstall_Base[22]: local : not found [ no such file or directory]
opt/sun/portal/lib/postinstall_Base[23]: local : not found [ no such file or directory]
The JES installation program will not recover from this. So get pdksh!
If you don't have libstdc++-libc6.2-2.so.3 the installation seems to work fine, but it will fail on deploying anything on the appserver (it won't be able to start the domain). This was the really ridiculous thing about the installer because it reported no errors even though it was failing to install anything on the appserver!
Hope this helps someone. Took me nearly two days to figure out.

Instead of downloading the source code for Korn Shell and going thru the manual compilation and configuration go to http://rpm.pbone.net and perform an advanced search for ksh for Red Hat 9.
You will find : pdksh-5.2.14-21.i386.rpm
Here's the url for a mirror site:
ftp://mirror.switch.ch/mirror/fedoralegacy/redhat/9/os/i386/pdksh-5.2.14-21.i386.rpm
Download the rpm.
Remove the existing pdksh by :# rpm -e pdksh
Install the ksh of choice: rpm -ivh pdksh-5.2.14-21.i386.rpm
I was able to install JES 2005 Q4 on Fedora core 5.
Good Luck

Similar Messages

  • JRE not found, while installing Oracle 9i on Fedora Core 5

    I am installing Oracle 9i on Fedora Core 5 from the following site.
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    The site asks me to Download the Java Runtime Enviroment (j2re-1_3_1_15-linux-i586.bin) from the Sun website.
    extract the file and put it in /opt directory. And edit Disk1/install/linux/oraparam.ini and modify JRE_LOCATION variable to /opt/jre1.3.xx
    I have downloaded JRE version jre1.3.1_19 as this is the version available from the sun site, and put it in the /opt directory.
    [oracle@localhost Disk1]$ cd /opt
    [oracle@localhost opt]$ ls -l
    total 24
    drwxr-xr-x 6 root root 4096 Aug 19 2006 jre1.3.1_19
    My oraparam.ini settings are:
    [oracle@localhost ~]$ cat Disk1/install/linux/oraparam.ini
    [Oracle]
    JRE_LOCATION=/opt/jre1.3.1_19
    However, after doing these changes when I use /home/oracle/Disk1/runInstaller, i get the following error:
    [oracle@localhost Disk1]$ pwd
    /home/oracle/Disk1
    [oracle@localhost Disk1]$ ./runInstaller
    [oracle@localhost Disk1]$ The Java RunTime Environment was not found at /tmp/OraInstall2008-04-29_07-09-15AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory

    Ivan Kartik:
    I have installed Oracle 9i on Fedora 5.
    I am able to login using sqlplus 'sys/sys as sysdba'
    and start the database using startup
    However, there were problems starting Configuration Assistant services and HTTP Server.
    Here are the details:
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Result code for launching of configuration tool is 1
    Launched configuration tool Starting HTTP Server
    Command which is being spawned is /opt/oracle/920/Apache/Apache/bin/apachectl startssl
    Invalid Exit Code. The following result code will be used for configuration tool: 1
    Configuration tool Starting HTTP Server failed
    /opt/oracle/920/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    /opt/oracle/920/Apache/Apache/bin/apachectl startssl: httpd could not be started
    Result code for launching of configuration tool is 1
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed

  • PCI-GPIB card not found in linux 2.4.22-1.2115.nptl Fedora Core 1

    I am trying to install the nigpib driver on a Fedora Core 1 installation of linux (kernel 2.4.22-1.2115.nptl.) The installation script reports the following errors:
    Your kernel appears to be configured properly to build NI-GPIB for Linux.
    Do you want to proceed? [yn] y
    make: `nigpib.o' is up to date.
    Copied nigpib.o driver to modules directory /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char
    Devices created.
    Probing for PCI-GPIB.
    No PCI-GPIB boards detected.
    Do you have an AT-GPIB/TNT board installed? [ny] n
    /etc/modules.conf is up to date.
    Warning: loading /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/nigpib.o will taint the kernel: no license
    See http://www.tux.org/lkm
    l/#export-tainted for information about tainted modules
    /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/nigpib.o: init_module: Device or resource busy
    Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
    You may find more information in syslog or the output from dmesg
    /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/nigpib.o: insmod /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/nigpib.o failed
    I have moved the PCI-GPIB card to the first PCI slot with no differences in the error messages I recieve. When I run dmesg I recieve the following information:
    unable to get major 31 for gpib
    unable to get major 31 for gpib
    unable to get major 31 for gpib
    unable to get major 31 for gpib
    unable to get major 31 for gpib
    Any help would be appreciated.

    I have this same exact problem.  I'd rather not disable USB 2.0, because I use it to transfer files to my MP3 player when in Windows.
    I find it hard to "blame the BIOS" when it was working fine under kernel 2.6.7.  Anyone know of another solution?
    EDIT: Well it isn't the same "exact" problem.  When I first boot into Arch, the usb mouse and keyboard don't work.  I press and hold the power button on the machine to restart.  The second time I boot into Arch, the usb devices do work.  If I do a standard soft reboot and go back into Arch, the usb devices again don't work.  I guess this is a hotplugging issue, but enabling it in rc.conf does nothing.  The only permanent solution I can find is disabling USB 2.0 in the BIOS.

  • Fedora Core 6 Installation Errors

    Attempting to install Coldfusion on a Linux Fedora Core 6
    Server, and the error message I'm getting is this:
    quote:
    [root@master slokie]# ./coldfusion-702-lin.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer
    archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot
    open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1:
    cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot
    open shared object file: No such file or directory
    /tmp/install.dir.7760/Linux/resource/jre/bin/java: error
    while loading shared libraries: libpthread.so.0: cannot open shared
    object file: No such file or directory
    These SO's exist in the /lib folder. Where is it trying to
    look and has anyone found it to work on a standard webserver with
    fc6?

    Review Steve's blog at
    http://www.talkingtree.com/blog/index.cfm/2006/12/6/Running-ColdFusion-MX-7-on-Fedora-Core -6-Linux.
    Read the links, too. This is an old topic now and a pretty standard
    installation procedure for installing CFMX on the newer unsupported
    linux platforms. I have used it for Mandriva and others.

  • Failed EA Installation on Fedora Core 1

    (Apr 8, 2004 9:45:49 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, Installing Sun Java(TM) System Application Server...
    exitcode = 127
    (Apr 8, 2004 9:45:49 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, err, Error occured while
    installing [127] -> /home/scott/Creator/_uninst/install.sh /home/scott/Creator/_uninst statefile ../install.log /tmp
    (Apr 8, 2004 9:45:49 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, err, Error occured while
    Installing Sun Java(TM) System Application Server....

    I have Fedora Core 1 and I'm getting the same error. Here is the output you requested:
    file type: 0
    file id: 0
    length: 275
    offset: 647532
    file name: instructions.txt
    file type: 5
    file id: 1
    length: 650
    offset: 647807
    file name: Verify.jar
    file type: 2
    file id: 2
    length: 729
    offset: 648457
    file name: launch.txt
    file type: 1
    file id: 3
    length: 459
    offset: 649186
    file name: sunjre14.jvm
    file type: 1
    file id: 4
    length: 466
    offset: 649645
    file name: sunjre141.jvm
    file type: 4
    file id: 5
    length: 20882278
    offset: 650111
    file name: Linux-Sun-1.4.2.bin
    file type: 6
    file id: 6
    length: 129608160
    offset: 21532389
    file name: linux.jar
    Finding a JVM
    Initiating JVM search based on hints...
    Searching for Sun Microsystems Java Runtime Environment (JRE) 1.4 for Linux using platform hints
    Checking JVM at /usr/local/java which was resolved from platform hint JAVA_HOME
    Verifying JVM at /usr/local/java/bin/java
    for JVM: Sun Microsystems Java Runtime Environment (JRE) 1.4 for Linux
    Executing launch script command: "/usr/local/java/bin/java" -cp "":"/tmp/isj38k6vG/Verify.jar":"" "Verify" java.vendor java.version in working directory /home/jwc/.
    Output from the launch script execution
    StdOut:
    1739021872
    Sun Microsystems Inc.
    1.4.2_02
    ErrOut:
    Found matching JVM at /usr/local/java
    Matching JVM home is /usr/local/java
    Matching JVM file is /tmp/isjMc93Pp
    Executing launch script command: "/usr/local/java/bin/java" -cp "":"/tmp/isjjmTid9/linux.jar":"" -Dtemp.dir="/tmp" -Dis.jvm.home="/usr/local/java" -Dis.jvm.temp="0" -Dis.media.home="/tmp/isjjmTid9/linux.jar" -Dis.launcher.file="/home/jwc/./creator-ea-linux-en.bin" -Dis.jvm.file="/tmp/isjMc93Pp" -Dis.external.home="/home/jwc/." run in working directory /home/jwc/.
    Output from the launch script execution
    StdOut:
    Sun Java(TM) Studio Creator Error encountered while installing Sun Java(TM) Studio Creator. Please review the logfile under this directory: /home/jwc/Creator
    ErrOut:
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.

  • Problem in Pointbase databse version update during JES 2005Q4 Installation

    I am installing JES 2005Q4 on Solaris 10
    During component selection under Sun Java System Aplication Server Enterprise Edtion 8.1, subcomponents Pointbase Database and Sample Applications are in conflict with the version.
    Please let me know if there is any suggestion in that line
    -gotham

    Is this first time you are attempting to install application server? or Do you have any installation on the system from prior versions?
    This normally happens when the prior version of components or any incomplete installatation are found on the system.
    You can run the uninstaller from '/var/sadm/prod/SUNWentsys4' to clean up any partial / incomplete installations from the system. (In case, You've attempted to install something before).

  • Help Required for Oracle 9i Installation on Fedora Core 3

    I am new to Linux on Oracle and wanted to set up oracle on Fedora Core 3.
    I have downloaded Oracle9i Database Release 2 Enterprise/Standard Edition
    for Intel Linux from http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    I have downloaded it on Windows XP Can any one please suggest me what should be the next steps to install it on Fedora Core 3?
    Thanks in advance

    So copy downloaded installation from Windows to Linux machine using SCP.
    You can download GUI SCP client here: http://winscp.net/eng/index.php
    If you preffer command line tool then you can use PSCP tool: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    Then use some installation steps for Fedora for example you can use mine (follow exactly all steps):
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Just little advice don't use root to login to Linux computer, use oracle instead (once it is created).

  • File locking does not work in Fedora core 2

    I am using jdk 1.4.2_07 on Fedora core 2. I need to detect file locks obtained by other programs on the same system. However I can not detect locks held by other programs even when they are exclusive write locks. Any help is appreciated. I am using java.nio.channels tryLock method.
    Thanks,
    Dave

    Hi jbroughton,
    There are few things that I need to know in order to investigate why your file is no longer being recognised:
    What version of LabVIEW are you using?
    What is your kernal version of federa four?
    Is your application a built executable?
    What is your librarying doing currently when you try to call it? If any error popups what are the error codes and messages you are getting?
    Can you call your C library outside of LabVIEW?
    Thanks
    Emma R
    NIUK & Ireland

  • Oracle10g on Fedora Core 3 - Universal Installer Won't Start

    With all users, environment settings, and files configured as specified, I am attempting to run the Oracle Universal Installer for Oracle10g on Fedora Core 3. Every time I do this I get a series of messages and the installer is never run - please help! The messages are shown below.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-02-24_12-53-02PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-02-24_12-53-02PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:278)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:714)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:772)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    I have downloaded and installed the Java Runtime Environment from the Sun website, since I thought this could be the problem, but that didn't help. Any further thoughts...?
    Thanks!

    Last week I installed the 10g (10.0.0.3) on Fedora Core 3 and the oracle instance is up running. ( I just installed Fedora Core 3 with CDs). There is the document I used http://www.puschitz.com/InstallingOracle10g.shtml.
    ===============================================
    Fedora Core release 3 (Heidelberg)
    Kernel 2.6.9-1.667 on an i686
    login: oracle
    Password:
    Last login: Mon Feb 28 00:29:53 from home
    [oracle@linuxdb ~]$ sqlplus /nolog
    SQL*Plus: Release 10.1.0.3.0 - Production on Mon Feb 28 00:31:12 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect system
    Enter password:
    Connected.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Prod
    PL/SQL Release 10.1.0.3.0 - Production
    CORE 10.1.0.3.0 Production
    TNS for Linux: Version 10.1.0.3.0 - Production
    NLSRTL Version 10.1.0.3.0 - Production
    SQL>

  • Studio creator & fedora core 5  its not working

    shood i download a new os like slackware to make it work ? under linux.
    on fedora core 5 I seccses to install it but its dosnt work :-(
    ON winXP its work fine
    help please
    i am new in linux and new in fedora

    First question:
    You say you're new to Linux, why would you then choose a fast moving development branch like FC5? I would suggest FC4 (iff RedHat) or any other released distribution.
    I'm developing/running Creator normally on SuSE/OpenSuSE Linux or Ubuntu versions. Look at
    http://blogs.sun.com/marcoscorner
    for some information. More information is also available here in the forum;-) But be aware that the officially supported list of Linux distributions is very short:-(
    I hope that helps;-)
    -- Marco

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Oracle installation not proceeding further still 0%

    Dear Experts
    i'm install ECC5.0 on Fedoracore 6 with Oracle 9 as DB while i start the oracle installation it seemed to hanged somewhere ,there showing
    "linking pending........"
    coping README......
    pls check the log file which is given below
    Environment variables:
         ORACLE_HOME = /oracle/QTY/920_32
         PATH = /usr/bin:/usr/ccs/bin:/bin:/bin:/usr/bin:/sbin:/usr/sbin:/oracle/QTY/920_32/bin:.:/oracle/QTY:/usr/sap/QTY/SYS/exe/runU:/usr/sap/QTY/SYS/exe/run:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
         CLASSPATH =
    Username is: oraqty
    This installation is being performed using response file /tmp/.orainst_rsp.19981.Unable to read the list of homes from the inventory.
    The installer version is 2.2.0.12.0
    Welcome Page***
    This installation is being performed using response file /tmp/.orainst_rsp.19981.
    Setting value of UNIX_GROUP_NAME to dba
    Setting value of FROM_LOCATION to /oracle/stage/920_32/Disk1/stage/products.jar
    Setting value of ORACLE_HOME_NAME to QTY_920_32
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of TOPLEVEL_COMPONENT to oracle.server,9.2.0.1.0,
    Setting value of SHOW_SPLASH_SCREEN to false
    Setting value of SHOW_WELCOME_PAGE to false
    Setting value of SHOW_CUSTOM_TREE_PAGE to true
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to false
    Setting value of SHOW_SUMMARY_PAGE to false
    Setting value of SHOW_INSTALL_PROGRESS_PAGE to true
    Setting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to false
    Setting value of SHOW_RELEASE_NOTES to false
    Setting value of SHOW_ROOTSH_CONFIRMATION to true
    Setting value of SHOW_END_SESSION_PAGE to true
    Setting value of SHOW_EXIT_CONFIRMATION to true
    Setting value of NEXT_SESSION to false
    Setting value of NEXT_SESSION_ON_FAIL to false
    Setting value of SHOW_DEINSTALL_CONFIRMATION to true
    Setting value of SHOW_DEINSTALL_PROGRESS to true
    Setting value of INVENTORY_LOCATION to /oracle/QTY/oraInventory
    Setting value of UNIX_GROUP_NAME to 
    Setting value of UNIX_GROUP_NAME to dba
    UNIX Group Name Page***
    UnixInstallGroup = UNIX_GROUP_NAME = dba
    Initializing inventory setup WCCE
    Doing operation in inventory setup WCCE
    Setting value of CLUSTER_NODES to
    Cluster Node Selection Page***
    ClusterNodes = CLUSTER_NODES =
    Setting value of FROM_LOCATION to /oracle/stage/920_32/Disk1/stage/products.jar
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of ORACLE_HOME_NAME to QTY_920_32
    File Locations Page***
    FromLocation = FROM_LOCATION = /oracle/stage/920_32/Disk1/stage/products.jar
    ToLocation = ORACLE_HOME = /oracle/QTY/920_32
    ToName = ORACLE_HOME_NAME = QTY_920_32
    Initializing installer access setup
    Setting value of ORACLE_HOME to /oracle/QTY/920_32
    Setting value of LOCATION_FOR_DISK2 to ../../Disk2
    Setting value of LOCATION_FOR_DISK3 to ../../Disk3
    Setting value of ToplevelComp to oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComps to [Loracle.sysman.oii.oiii.OiiiCompInstallID;@9ea96
    Setting value of COMPONENT_LANGUAGES to en,
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of PROD_HOME to /oracle/QTY/oraInventory/../oui
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.oid.oradas
    Setting value of PROD_HOME to /oracle/QTY/920_32/jewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_fonts
    Setting value of PROD_HOME to /oracle/QTY/920_32/rts
    Setting value of PROD_HOME to /oracle/QTY/920_32/jpi
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_tools_developer_balicomp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_soap_client
    Setting value of PROD_HOME to /oracle/QTY/920_32/jdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.utilities
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_repapi
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.sqlmod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_olap_shiphome_driver
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ojsp.jsp_server
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ejb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.mod8i
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_apache_ejb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.server
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.partitioning
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.spatial
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.lsm
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.client
    Setting value of PROD_HOME to /oracle/QTY/920_32/olap
    Setting value of PROD_HOME to /oracle/QTY/920_32/dmt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.infrastructure
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/wf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_utilities_util
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_dbv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_mig
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.devtools
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_oci_top
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_otrace
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.imserver
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.locator
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.oapps_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oem_webstage
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_reporting
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ldap_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ano
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_javavm_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.cman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netsrv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_hs_odbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.names
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_webserver
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_hs_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.context
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Apache
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emcltprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_xml
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.frms_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_expimp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_dbscripts
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_nid
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracel_rdbms_sqlldr
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.ojsp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.emd_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.oecm_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.agent_ext.ows_agentext
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent.agentca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordsmv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordaudio
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordimg
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.imcom
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.cartridges.ordcom
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman/ocm
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/soap
    Setting value of PROD_HOME to /oracle/QTY/920_32/BC4J
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.intermedia.jai
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.ovm
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.apache.xdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_p2k_xmldevkit
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_demo
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_p2k_xmldevkit
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ano.sns
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netmgr.emint
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_cplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_xsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_plsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.ojsp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_classgen_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_transview
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_transx
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.xml.xml_ncomp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_classgen_cplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netcltprod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netclt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_ano_ssl
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.networking.netmgr
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_xml_xsu
    Setting value of PROD_HOME to /oracle/QTY/920_32/ohw
    Setting value of PROD_HOME to /oracle/QTY/920_32/uix
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/demo/schema
    Setting value of PROD_HOME to /oracle/QTY/920_32/mgw
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_seeddb
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_advrep
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.emprod.oemagent.base_oemagent
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.dbma
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.webdb.modplsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_rman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_occi
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_prod
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.proc
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.olap.cv
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_oci
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rdbms.sqlplus
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_ano_ssl_owm
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.dbca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.ott
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.p2k.precomp_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_networking_netca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_expimp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.assistants.acf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_utilities_util_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/help
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_xml_parser_c
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_plsql
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj_sqljtrans
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.xml.parser.java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_nlsrtl_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_oracore_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.interMedia.imclient
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Jserv
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Jsdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_net_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/ocs4j
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rdbms_aqapi
    Setting value of PROD_HOME to /oracle/QTY/920_32/parser_java
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_sqlj_sqljruntime
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci11
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci12
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci14
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin12
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin14
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/Apache
    Setting value of PROD_HOME to /oracle/QTY/920_32/Apache/perl
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_oembase_ela
    Setting value of PROD_HOME to /oracle/QTY/920_32/jle
    Setting value of PROD_HOME to /oracle/QTY/920_32/dcommon
    Setting value of PROD_HOME to /oracle/QTY/920_32/oem_webstage
    Setting value of PROD_HOME to /oracle/QTY/920_32/dbui
    Setting value of PROD_HOME to /oracle/QTY/920_32/kodiak
    Setting value of PROD_HOME to /oracle/QTY/920_32/help
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.java.javavm.javatools
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/jdk
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_javavm_visiorb
    Setting value of PROD_HOME to /oracle/QTY/920_32/j2ee_core
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/jewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_options_olap_api
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_olap_wrksht
    Setting value of PROD_HOME to /oracle/QTY/920_32/regexp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_fonts
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.sysman.prereq
    Setting value of PROD_HOME to /oracle/QTY/920_32/ice
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_platform_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_sysman_sqlserver
    Setting value of PROD_HOME to /oracle/QTY/920_32/sysman
    Setting value of PROD_HOME to /oracle/QTY/920_32/lib
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_plsql_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_precomp_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_slax_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ssl_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_ldap_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/ewt
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_doc_unixdoc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_agent_rsf_agent_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_thin11
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_oci_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_clntsh_rsf_clntsh_rsf_cmp
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_otrace_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops.opsca
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_install_instcommon
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_java_jdbc_jdbc_common
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_rsf_dbjava_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.rsf.sqlplus_rsf
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle_tools_share
    Setting value of PROD_HOME to /oracle/QTY/920_32/oracle.options.ops.clustermgr
    Setting value of PROD_HOME to /oracle/QTY/oraInventory/../oui
    Unable to read /oracle/QTY/oraInventory/ContentsXML/comps.xml. Some inventory information may be lost.
    Calling query areasQueries2.2.0.7.0  getInventoryLocation
    Query returned : /oracle/QTY/oraInventory
    Setting value of PROD_HOME to /oracle/QTY/oraInventory\..\jre\1.3.1
    Calling query areasQueries2.2.0.7.0  getInventoryLocation
    Query returned : /oracle/QTY/oraInventory
    Setting value of PROD_HOME to /oracle/QTY/oraInventory\..\jre\1.1.8
    Doing operation for installer access setup
    Available Products Page***
    TopLevelComp = ToplevelComp = oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComp to oracle.server, 9.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of INSTALL_TYPE to Custom
    Setting value of DEP_MODE to Custom
    Setting value of TLDepModes to Custom,
    Installation Types Page***
    DepMode = DEP_MODE = Custom
    TLDepModes = TLDepModes = Custom,
    The selected install type is "Custom"
    Setting value of DEP_MODE to Custom
    Install type for "Oracle9i Database 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle9i Database 9.2.0.1.0  are found. Missing Component oracle.tg 9.2.0.1.0.
    Install type for "Enterprise Edition Options 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Partitioning 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Spatial 9.2.0.1.0 " is "Custom"
    Install type for "Legato Networker Single Server 6.1.0.0.0 " is "Custom"
    Install type for "Oracle OLAP 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Data Mining 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Services 9.2.0.1.0 " is "Server.Custom"
    Install type for "Oracle Enterprise Manager Products 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hs_olefs 9.2.0.1.0.
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hs_olesql 9.2.0.1.0.
    Not all the dependencies for the component Oracle9i 9.2.0.1.0  are found. Missing Component oracle.rdbms.hybrid 9.2.0.1.0.
    Install type for "Oracle Database Utilities 9.2.0.1.0 " is "Custom"
    Install type for "Database Verify Utility 9.2.0.1.0 " is "Custom"
    Install type for "Migration Utility 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Development Kit 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Trace 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Server 9.2.0.1.0 " is "Complete"
    Install type for "Oracle interMedia Locator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Applications Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Web Site 9.2.0.1.0 " is "Complete"
    Install type for "Reporting Framework 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ultra Search Server 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Sun JDK 1.3.1.0.1a "  to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Advanced Security 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Oracle Advanced Security 9.2.0.1.0  are found. Missing Component oracle.options.ano.dce 9.2.0.1.0.
    Install type for "Oracle JVM 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Connection Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Syndication Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Listener 9.2.0.1.0 " is "Custom"
    Install type for "Generic Connectivity Using ODBC 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Names 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Webserver Integration 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ultra Search Middle-Tier 9.2.0.1.0 " is "Typical"
    Install type for "Oracle Internet Directory Client 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Generic Connectivity Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Option 9.2.0.1.0 " is "Custom"
    Install type for "iSQL*Plus 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Text 9.2.0.1.0 " is "Custom"
    Install type for "Oracle HTTP Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle SOAP for JServ 2.0.0.0.0a " is "Custom"
    Install type for "Oracle Diagnostics Pack 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Enterprise Manager Client 9.2.0.1.0 "  to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "XML 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "XML Parser for Java 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Forms Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Export/Import 9.2.0.1.0 " is "Custom"
    Install type for "Database SQL Scripts 9.2.0.1.0 " is "Custom"
    Install type for "New Database ID 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Tuning Pack 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Programmer 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Loader 9.2.0.1.0 " is "Custom"
    Install type for "Apache Configuration for Oracle Java Server Pages 1.1.2.3.0 " is "Custom"
    Install type for "Oracle EMD Agent Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Dynamic Services Server 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Ultra Search Common Files 9.2.0.1.0 " is "Typical"
    Install type for "Oracle eBusiness Management Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle HTTP Server Extensions 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Pack for Oracle Standard Edition 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Intelligent Agent Config Tool 9.2.0.1.0 " is "Custom"
    Install type for "PL/SQL Embedded Gateway 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Annotator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Management Pack for Oracle Applications 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Change Management Pack 9.2.0.1.0 " is "Complete"
    Install type for "Oracle interMedia Video 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Audio 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Image 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Data Management Services Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Change Management Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle SOAP Server 2.0.0.0.0a " is "Custom"
    Install type for "Oracle SOAP Client 2.0.0.0.0a " is "Custom"
    Install type for "BC4J Runtime for Database 9.0.2.692.1 " is "Custom"
    Install type for "Oracle interMedia Web Client 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Demos 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Media Framework Client 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Client Compatibility Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Advanced Imaging 9.2.0.1.0 " is "Custom"
    Install type for "Database Workspace Manager 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Client 9.2.0.1.0 " is "Custom"
    Install type for "Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML Developer's Kit 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Integrated Applications 9.2.0.1.0 " is "Complete"
    Not all the dependencies for the component Enterprise Manager Integrated Applications 9.2.0.1.0  are found. Missing Component oracle.sysman.wf.client 9.2.0.1.0.
    Install type for "Enterprise Manager Console 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Database Applications 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Database Demos 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML Runtime Components 9.2.0.1.0 " is "Custom"
    Install type for "Authentication and Encryption 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Authentication and Encryption 9.2.0.1.0  are found. Missing Component oracle.options.ano.sns.hybrid 9.2.0.1.0.
    Install type for "Enterprise Manager Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Net Integration 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Workflow Manager 9.2.0.1.0 " is "Complete"
    Install type for "XSQL Servlet 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for PL/SQL 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Java Server Pages 1.1.3.1.0 " is "Custom"
         Conflict while setting install type of "Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle SQLJ 9.2.0.1.0 " is "Custom"
    Install type for "XML Class Generator for Java 9.2.0.1.0 " is "Custom"
    Install type for "XML Transviewer Beans 9.2.0.1.0 " is "Custom"
    Install type for "XML Transx 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for Oracle JVM 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Assistant Common Files 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Manager 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Configuration Assistant 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Secure Socket Layer 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle XML SQL Utility 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Help for the  Web 1.0.7.0.0 " is "Complete"
    Install type for "Oracle UIX 2.0.21.0.0 " is "Complete"
         Conflict while setting install type of "Oracle Extended Windowing Toolkit 3.4.13.0.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Internet Directory Tools 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Common Schema Demos 9.2.0.1.0 " is "Typical"
    Install type for "Oracle Message Gateway Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Complete OLTP Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Complete DSS Starter Database 9.2.0.1.0 " is "Custom"
    Install type for "Advanced Replication 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Intelligent Agent Base Component Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle Net Required Support Files 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Not all the dependencies for the component Oracle Intelligent Agent Base Component Files 9.2.0.1.0  are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Database Upgrade Assistant 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Enterprise Manager Base Classes 9.2.0.1.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Mod PL/SQL Gateway 3.0.9.8.3b " is "Typical"
    Install type for "Recovery Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters Guard 9.2.0.1.0 " is "Custom"
    Install type for "Oracle C++ Call Interface 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Login Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Label Security 9.2.0.1.0 " is "Custom"
    Install type for "Pro*C/C++ 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP CWM Lite 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP Cube Viewer 9.2.0.1.0 " is "Typical"
         Conflict while setting install type of "Oracle OLAP Worksheet 9.2.0.1.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Call Interface (OCI) 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Plus 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Wallet Manager 9.2.0.1.0 " is "Custom"
    Install type for "Database Configuration Assistant 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Object Type Translator 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Interfaces 9.2.0.1.0 " is "Custom"
    Install type for "Precompiler Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Configuration Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Character Set Migration Utility 9.2.0.1.0 " is "Custom"
    Install type for "Assistant Common Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle Help For Java 3.2.13.0.0 "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Code Editor 1.2.1.0.0A "  to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Utilities Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Help For Java 3.2.13.0.0 " is "Custom"
         Conflict while setting install type of "Bali Share 1.1.17.0.0 "  to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "PL/SQL 9.2.0.1.0 " is "Custom"
    Install type for "SQLJ Translator 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser for Java 9.2.0.1.0 " is "Custom"
    Install type for "Required Support Files 9.2.0.1.0 " is "Custom"
    Not all the dependencies for the component Required Support Files 9.2.0.1.0  are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Oracle9i Globalization Support 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Core Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle interMedia Java Client 9.2.0.1.0 " is "Custom"
    Install type for "Apache JServ 1.1.0.0.0g " is "Custom"
    Install type for "JSDK 2.0.0.0.0d " is "Custom"
    Install type for "Oracle Net Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Caching Service for Java 2.1.0.0.0a " is "Custom"
    Install type for "Advanced Queueing (AQ) API 9.2.0.1.0 " is "Custom"
    Install type for "XML Parser 9.0.2.0.0 " is "Typical"
    Install type for "SQLJ Runtime 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.4 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.4 9.2.0.1.0 " is "Custom"
    Install type for "Apache Web Server files 1.3.22.0.0a " is "Typical"
    Install type for "Oracle Perl Interpreter 5.00503.0.0.0c " is "Custom"
    Install type for "Enterprise Manager Minimal Integration 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Java Layout Engine 2.0.1.0.0 " is "Complete"
    Install type for "Documentaion Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manage Website Translated Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Database User Interface 2.2.11.0.0 " is "Custom"
    Install type for "Oracle Code Editor 1.2.1.0.0A " is "Custom"
    Install type for "Oracle Help For Java 4.1.13.0.0 " is "Custom"
    Install type for "Enterprise Manager Paging and OMS Common Files 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Java Tools 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Java Runtime Environment 1.1.8.1.0 "  to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Directory Manager 9.2.0.1.0 " is "Complete"
    Install type for "Sun JDK 1.3.1.0.1a " is "Custom"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Java J2EE Core 9.0.2.0.0 " is "Typical"
    Install type for "Oracle Internet Directory Client Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JFC Extended Windowing Toolkit 4.1.10.0.0 " is "Custom"
    Install type for "Oracle OLAP API 9.2.0.1.0 " is "Custom"
    Install type for "Oracle OLAP Worksheet 9.2.0.1.0 " is "Custom"
    Install type for "regexp 2.0.21.0.0 " is "Typical"
    Install type for "Oracle Display Fonts 9.0.2.0.0 " is "Typical"
    Install type for "Enterprise Manager Quick Tours 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Base Classes 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Installation Prerequisite Checks 9.2.0.1.0 " is "Complete"
    Install type for "Oracle Ice Browser 5.06.8.0.0 " is "Custom"
    Install type for "Platform Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Events 9.2.0.1.0 " is "Typical"
    Install type for "Capacity Planner 9.2.0.1.0 " is "Complete"
    Install type for "Performance Manager 9.2.0.1.0 " is "Complete"
    Install type for "SQLServer Monitoring Option 9.2.0.1.0 " is "Complete"
    Install type for "Enterprise Manager Translated Files 9.2.0.1.0 " is "Custom"
    Install type for "Sun JDK extensions 9.2.0.1.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SSL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "LDAP Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Extended Windowing Toolkit 3.4.13.0.0 " is "Custom"
    Install type for "Oracle9i for UNIX Documentation 9.2.0.1.0 " is "Custom"
    Install type for "Agent Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0 " is "Custom"
    Install type for "Oracle JDBC Development Drivers 9.2.0.1.0 " is "Custom"
    Install type for "JDBC/OCI Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters Management 9.2.0.1.0 " is "Custom"
    Install type for "Installation Common Files 9.2.0.1.0 " is "Custom"
    Install type for "JDBC Common Files 9.2.0.1.0 " is "Custom"
    Install type for "RDBMS Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "XDK Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "DBJAVA Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Plus Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Bali Share 1.1.17.0.0 " is "Custom"
    Install type for "Oracle Universal Installer 2.2.0.12.0 " is "Custom"
    Install type for "Java Runtime Environment 1.3.1.0.0 " is "Custom"
    Install type for "Java Runtime Environment 1.1.8.1.0 " is "Custom"
    Calling query areasQueries2.2.0.7.0  getComponentInstallTypeName
    Query returned : Custom
    Calling query generalQueries2.2.0.7.0  getOSName
    Query returned : Linux
    Calling query generalQueries2.2.0.7.0  getOSVer
    Query returned : 2.6.18-1.2798.fc6xen
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.iapptop
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.infrastructure
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.iappserver.devcorner
    startVersion = 9.0.2.0.0
    endVersion = 9.0.9.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Calling query globalVarQueries2.1.0.4.0  setGlobalVariable
    variable = oracle.rdbms.installing
    value = true
    Query returned : true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms,9.2.0.1.0,oracle.options,9.2.0.1.0,oracle.networking,9.2.0.1.0,oracle.p2k.devtools,9.2.0.1.0,oracle.java.jdbc,9.2.0.1.0,oracle.doc.unixdoc,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to false
    The pre-requisite for the component Oracle9i Real Application Clusters 9.2.0.1.0  has failed.
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query areasQueries2.2.0.7.0  getGroupLocation
    groupName = lsminst
    Query returned : /oracle/stage/920_32/Disk1/stage/Components/oracle.rdbms.lsm/6.1.0.0.0/1/DataFiles/Expanded/lsminst/rdbms/install/lgto
    Calling query SpawnQueries1.1.1  Spawn
    command = /oracle/stage/920_32/Disk1/lgto/lsminst
    Query returned : 0
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.cartridges.spatial,9.2.0.1.0,oracle.options.partitioning,9.2.0.1.0,
    Setting value of PRE_REQUISITE to false
    The pre-requisite for the component Oracle9i Real Application Clusters Management 9.2.0.1.0  has failed.
    Setting value of PRE_REQUISITE to true
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.networking.netsrv,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = Windows
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.emprod.oemagent,9.2.0.1.0,oracle.sysman.website,9.2.0.1.0,oracle.sysman.oms,9.2.0.1.0,oracle.sysman.client,9.2.0.1.0,oracle.sysman.pack.change,9.2.0.1.0,oracle.sysman.pack.diag,9.2.0.1.0,oracle.sysman.pack.tuning,9.2.0.1.0,oracle.sysman.pack.apps,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.rdbms.occi,9.2.0.1.0,oracle.rdbms.oci,9.2.0.1.0,oracle.p2k,9.2.0.1.0,oracle.p2k.xmldevkit,9.2.0.1.0,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of DEPENDENCY_LIST to oracle.emprod.agent_ext.ows_agentext,9.2.0.1.0,oracle.apache.xdk,9.2.0.1.0,oracle.emprod.agent_ext.oecm_agentext,9.2.0.1.0,oracle.bc4j,9.0.2.692.1,oracle.webdb.modplsql,3.0.9.8.3b,oracle.webdb.modplsql,3.0.9.8.3b,
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query areasQueries2.2.0.7.0  getComponentInstallTypeName
    Query returned : Complete
    Calling query generalQueries2.2.0.7.0  getOSName
    Query returned : Linux
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.2.0.7.0  productInstalled
    location = /oracle/QTY/920_32
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 8.1.4.0.0
    acceptCompatible = null
    Query returned : false
    Calling query rgsQueries2.2.0.7.0  isProductInstalled
    Location = /oracle/QTY/920_32
    InternalName = ocommon
    MaxVersion = 8.0.7
    MinVersion = 7.3.2
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query SIDQueries1.2.4  getAllOracleHomes
    Query returned : null
    Using the default value for query
    Calling query generalQueries2.2.0.7.0  isCurrentPlatformInGroup
    platGroup = UNIX
    Query returned : true
    Calling query RunningProcessQuery1.4.4  runningProcessExists
    fileNames =
    Query returned : false
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Setting value of PRE_REQUISITE to true
    Calling query rgsQueries2.2.0.7.0  isProductInstalled

    Would you mind
    1) do not duplicate questions:
    Re: oracle installation not proceeding further still 0%
    2) As mentioned on the other thread, Fedora Core 6 is NOT supported by SAP. It is not even supported by Oracle. Please, use a <b>supported </b> OS/DB combination to install ECC 5.0

  • Reinstallation of oracle 10g on Fedora Core 2

    Dear Oracle community,
    I tried to install Oracle database 10g software (Enterprise-edition) on
    my PC (Fedora Core 2) in two steps. At first the software only
    (as described in
    http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php)
    and then (using dcba) the example data base "sales".
    The first step was succesfully. The second step has led to a "freeze" of
    my computer. Input became impossible - so after running about 30 minutes
    (100% CPU usage) I stopped my computer switching the power off.
    Now I deleted the whole installation of Oracle manually as far as
    possible (as far as I know/found the changes). Afterwards I tried to
    reinstall the software. This was now impossible - the same "freezing"
    effect happened now already in the first step. What are the reasons
    for that? Can you help me to solve the problem?
    I fear that some configuration files might be now corrupted and I have to
    reinstall Fedora2 to be sure that nothing else is damaged.
    Up to now I was only a user of a Oracle data base - it is the first time
    that I try to install Oracle.
    I have read the forum stuff about installation of 10g on Fedora Core 2
    but do not find remarks for my problem.
    Here are further details which could be important:
    My PC has 2 processors and 2GB RAM and 2GB swap space.
    The PC is located in a small Intranet and gets its IP-address by DHCP.
    LINUX is installed (Fedora 2, kernel 2.6.5-1.358smp), as well as
    a Web-server (httpd-2.0.51-2.7.rpm),
    Java (j2sdk-1.4.2_05-fcs.rpm) and
    tomcat (jakarta-tomcat-4.1.30-LE-jdk14.tar.gz)
    (perhaps there is some disturbing interaction between installed
    Java-version and the Java-Version supplied by the Oracle software?)
    I followed the instructions in the installation description given in the
    above mentioned web site but with some minor changes:
    - /etc/hosts:
    127.0.0.1 obox local_host.local_domain
    192.168.2.3 oracle.home obox
    - instead to create a directory in which the Oracle software will be
    installed:
    mkdir -p /u01/app/oracle/product/10.1.0/db_1
    chown -R oracle.oinstall /u01
    I created the following:
    mkdir -p /opt/oracle/10.10
    chown -R oracle.oinstall /opt/oracle
    - The .bash_profile of the oracle user I modified a little bit:
    # Oracle Settings
    TMP=/oracle/tmp
    ORACLE_BASE=/oracle/oradata #
    ORACLE_HOME=/opt/oracle/10.1.0
    ORACLE_SID=Test1
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    # after installation I've seen that I forgot a colon between /lib and
    # /usr/lib in LD_LIBRARY_PATH - perhaps this is a reason for hanging
    # of the computer installing the example database "sales"?
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    # after software installation I did not found $ORACLE_HOME/JRE but
    # $ORACLE_HOME/jre - and I changed the CLASSPATH
    - the following part I transfered to /etc/profile
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    - In a first step I installed only the Oracle Software without any
    problems (but with the error in the definition of LD_LIBRARY_PATH and
    CLASSPATH respectively)
    - I performed the post installation steps except that I did not change
    the content of /etc/oratab because I did not want to start Oracle
    automatically starting the computer
    - Then I started the dbca to create the data base "sales". I could enter
    all wanted parameters (I named the data base "test1" to be conform
    with ORACLE_SID . Then dcba started the creation of the data base
    but did not end (hanging)
    - I looked for possible errors, corrected the definition of CLASSPATH
    and LD_LIBRARY_PATH respectively and wanted to reinstall Oracle
    - I applied the following commands to delete all (???) data files
    created in the installation process
    rm /etc/oratab
    rm /etc/oraInst.loc
    rm -R /etc/oracle
    rm /usr/local/bin/oraenv
    rm /usr/local/bin/coraenv
    rm /usr/local/bin/dbhome
    rm -R /opt/oracle/10.1.0/*
    rm -R /opt/oracle/oraInventory
    rm -R /oracle/tmp/*
    rm -R /oracle/oradata/*
    - now (after restart of the PC) I wanted to install the Oracle software
    anew. After specifying ORACLE_HOME and running a script as root the
    OUI started to load and unzip files from the installation directory
    Disk1 and runs in an endless loop (about 66% of the work was done).
    - After restart of my PC I made a second trial and already after the
    input of the first parameter the OUI runs in an endless loop
    - the endless loop: 2 java instances were running using 100% CPU
    and input by keyboard was not accepted.
    Many thanks in advance
    Klaus!

    Hi Klaus,
    Have you had any luck in resolving this problem. It sounds like the exact same problem I am having

  • Oracle 10g on Fedora Core 5

    Is there a pre-packaged version of Fedora Core 5 which includes Oracle 10g for Linux?
    This way, all you have to do is select Install Oracle 10g and it includes any special packages for installing Oracle 10g. Plus, after installation, it automatically starts up the Oracle 10g installer. It could even do the pre-installation stuff such as creating the oracle user. I do not know how, but this oracle user would be the only user using an old gcc compatible with Oracle software. Via its environment maybe?
    Right now, it is a Pain-in-the-neck to install Oracle on Linux. The installation guide Oracle provides is not enough. You have to do a search on the web for pages detailing more info. Or you have to install a special file or set variables to make the Oracle installer think it is installing on Red Hat Enterprise Linux. I have to hide the gcc that comes with Linux and install an old verison of it. At one time, I even had to compile a library so the java installer could run. This is ridiculous, I should not have to jump through hurdles to install Oracle.
    Does anyone out there have such a set of Fedora Core 5 ISO images? Shoot, FC4 would do too.

    No. I'm not particular to Fedora. Fedora has been a distribution which works on my (please don't laugh) emachines computer at home. I've had Oracle 9i enterprise installed on fedora core 3.
    Ubuntu and Debian are good distros as well. I have not been successfull with Suse though.
    Suse in the past -- the installer could not get the graphics correct -- garbage just displays -- so i could never install it. Maybe SuSe 10 has improved since then.
    I found this about Suse and Oracle. So, this may work for me. Otherwise, i will try Centos.
    http://www.novell.com/coolsolutions/tip/16193.html
    Thanks for the info.

  • How to Install SJAS on a Fedora Core 4 box

    I've had my share of headaches making SJAS work well on an FC4 box, and as there was no good "how-to" on the install, I've compiled the following from trial and error. Hope this is of some use:
    Installing Sun Java App Server on FC4:
    1) First, start with a Fedora Core 4 box, running with at least 1GB of RAM. This is the minimum recommended configuration for Sun Java Application server, and its associated programs. Load balancing uses a lot more resources (minimum recommended config is 2GB RAM) but on a stand-alone box, 1GB will do. Ensure you've got disk space and connectivity to the net, especially DNS.
    2) Copy over the following files to the box. You'll need all of these for the install:
    o compat-libstdc++-296-2.96-132.fc4.i386.rpm - compatibility library needed for FC4, or else the install will crash but won't tell you about it.
    o compat-libstdc++-33-3.2.3-47.fc4.i386.rpm - another compatibility library needed
    o jdk-1_5_0_02-linux-i586.rpm - the JDK as the Java Application server needs Java to run.
    o java_es_05Q4_msgserver-ga-linux-x86.zip � appx 340MB, and is the download which installs SJAS, the web server with load balancer plugin, the directory server, etc.
    3) Do an rpm -iv on the compat-libstdc* compat libraries.
    4) Do an rpm -iv on the jdk.
    5) Link the java executibles to /usr/bin by typing "ln -sf /usr/java/jdk1.5.0_02/bin/* /usr/java". If you installed a different version of the JDK, put in that version instead of 1.5.0.02.
    6) Edit your /etc/hosts file. By default, the FC4 install maps your hostname of your box onto localhost / 127.0.0.1. Take this hostname off of 127.0.0.1 so that the only name mapped to 127.0.0.1 is localhost. Then, on the IP address you plan on installing SJAS onto, map the hostname and the fully-qualified domain name to that address. An example /etc/hosts/ file that has worked is:
    127.0.0.1 localhost.localdomain localhost
    192.168.99.203 iloapp01.scientology.net iloapp01
    7) Unzip the java_es_05Q4_msgserver-ga-linux-x86.zip file into a directory using the "unzip" command.
    8) Go into the java_es_05Q4/Linux_x86 directory just created, and run ./installer
    9) This will then pop up a graphical installer, if you are running this directly on the server. If running via a console, type ./installer -nodisplay which will pop up the installer in text mode.
    10) Click through the installer until you get to the packages list. Install all of the packages, unless there is a specific reason � for the server you're working with � that you don't want one or another of the packages.
    11) When it asks you if you want to configure now or configure later, click configure now.
    12) Page through all of the proceeding pages of questions, entering master passwords when it asks you to. If it hangs on the first screen, asking for a valid IP address and/or hostname, you either (a) didn't specifiy a valid address which is configured on that box, or (b) you messed up on the /etc/hosts file config above. All you want in the "hostname" field is the server name (i.e. "iloapp01") and all you want in the domain name field is the base domain (i.e. "scientology.net"). That will work.
    13) Finish the install wizard and let it exit gracefully.
    14) After it finishes the install, you should be able to start each of the services on the box without issue.
    o You need the Sun Directory Server for authentication. To start the directory server, run /opt/sun/sbin/directoryserver start, which should work without a hitch. Check if it's working and on by doing a ps -ef | grep slapd and see if the slapd process is running (the LDAP server, needed for authentication).
    o Test-start the admin console by running /opt/sun/sbin/mpsadmserver start. This should hang for a little while (unless you have a preposterously fast machine) and then report that it's started. If it didn't work, it will tell you "it hasn't been configured" or some such.
    o Start the app server by going to /opt/sun/appserver/bin and typing asadmin start-appserv --user admin. You should then be able to start the admin server after typing the master password.
    If this all works, you have a Sun Java Application Server installed, as well as the Directory Server to support it and allow for authentication. For more details on what do do from here, see the Getting SJAS Enterprise Edition to work on an Application Server page.
    Tad
    Church of Scientology
    http://www.scientology-washingtondc.org

    Hi !
    What do you mean with "crash"?[oracle@katon3 oracle]$ oemapp console
    start the console,
    select database, enter the usernam and password and after
    SIGSEGV 11* segmentation violation
    stackbase=49875E68, stackpointer=49874AC4
    Full thread dump:
    "Image Fetcher 1" (TID:0x42192a58, sys_thread_t:0x8b54dd0, state:CW, thread_t: t@393226, sp:0x0 threadID:0x1511, stack_base:0x48cdee68, stack_size:0x200000) prio=1233603152
    java.lang.Object@1109071112/1111761664: owner "VtaEmTreeSQLParentNode-Expand-Thread" (0x8cd8100, 1 entry)
    oracle.ewt.timer.Periodic@1108949792/1112058504: <unowned>
    Waiting to be notified:
    "CursorIdler" (0x8c18a48)
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Waiting to be notified:
    "main" (0x831bfc8)
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0x831d8a8)
    Monitor registry: owner "Thread-4" (0x8d38558, 1 entry)
    [oracle@katon3 oracle]$
    Is there an X serevr running?Yes.
    Does oem console java use the correct jre i.e. from $ORACLE_BASE/jre/1.1.8/...?I did not change the jre.
    Regards,
    Johnny

Maybe you are looking for

  • Error while trying to deploy the application using Enterprise manager website

    Hi, I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2. The deployment fails with the following error. Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. nul

  • Two computers not coordinating

    I have a pc and a laptop connected to a wireless home network.  Home share isn't working between the two, even though it had been.  This doesn't seem to be a network issue.  Both are connected ... internet function is fine ... wireless printer functi

  • Cannot add Currency Unit in CUbe

    Hello, I am trying to add a currency unit (ZCURR1) which I created to my Unit Dimension in my InfoCube. This unit is created under the 0UNINOTASSIGNED InfoArea. The problem is I dont see any of the units (currency units etc) under the 0UNINOTASSIGNED

  • Ssi files have somehow become associated with a different site

    I have a site where I use two ssi files for a menu and for a sidebar. Somehow I have managed to associate these two files with a different site, so that the includes don't show up in design view and live view. When I hover over the includes in the Re

  • Mounting a bitwise backup of lvm2 volume

    i used dd to create an image of an unmounted lvm2 volume which is approximately 10G in size.  i had various reasons for doing this instead of snapshots (i needed the whole volume) or a file-based backup (i needed to do forensics on corrupted data).