Installing JDK in Linux

Hi I have managed to install the self extracting binary on Ubuntu 7.10, but when I run "java -version" I get the following message.
gregory@dirge:/usr/java/jdk1.6.0_03$ java -version
java version "1.5.0"
gij (GNU libgcj) version 4.2.1 (Ubuntu 4.2.1-5ubuntu5)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Does someone know how I can get the SUN JDK working? I have been searching for an answer and one of you guys/gals be of assistance.

I tried to install Java on Ubuntu 7.10 using apt-get, unfortunately it failed for me.
I did some more searching around and found these manual instructions which are valid for both Ubuntu and Debian.
http://wiki.serios.net/wiki/Debian_Java_JRE/JDK_installation_manually
These are the commands I used to install the Java JDK binary
You have to dowload the latest Java JDK (in this case, jdk-6u3-linux-i586.bin) from the Sun Java site.
Change directory to /usr/local/lib
cd /usr/local/libFrom there extract the JRE or JDK archive file you downloaded:
sudo sh /some/path/jdk-6u3-linux-i586.binIn the above commands, replace /some/path with where the JRE/JDK .bin/.tgz resides and of course replace the filename with what it actually is in your case.
Now create some symlinks so that the executables can be run easily. Change directory to /usr/local/bin
cd /usr/local/binFrom there execute the following set of commands:
sudo ln -sf ../lib/jdk1.6.0_03/bin/* .Pay attention to the period at the end of the command, it is required. And adjust the directory as well to what you have (e.g. jdk1.6.0_03 for the Sun Java 1.6.0_03 JDK).
3 Verify installation
To verify that the installation was successful, execute
java -versionThe output should look something like this if everything is well
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

Similar Messages

  • How to install JDK on LINUX Ubuntu on system with no net/wireless?

    Hello!
    I need to install JDK on LINUX Ubuntu on system with no net/wireless connection.
    What are the commands?
    Thank you!
    Edited by: 800512 on 07:29 10/01/2011

    - Download your release of choice from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    - Put the file on a USB thumb drive
    - Mount that drive on the target machine
    - Follow the installation instructions.
    The Linux/Ubuntu downloads of the JDK are offline installers (i.e. the downloaded file contains everything that's required). Only Windows currently has an online installer (smaller initial download, but requires a net connection for the actual installation)
    Alternatively: install the OpenJDK from the official Ubuntu packages using apt-zip (http://wiki.debian.org/AptZip).

  • /usr/bin/java Permission denied after installing JDK on linux

    Hi Guys,
    I installed jdk-6u1-linux-i586-rpm.bin and I am getting strange errors like this:
    1 When I simply run "java" in shell I get this:
    /usr/bin/java: line 67: /tmp/javaf10273: Permission denied
    /usr/bin/java: line 67: /tmp/javaf10273: Success
    2. When I try to run an sh file I get this:
    Warning: -ms128m not understood. Ignoring.
    Warning: -mx128m not understood. Ignoring.
    /usr/bin/java: line 67: /tmp/javae10796: Permission denied
    /usr/bin/java: line 67: /tmp/javae10796: Success
    I searched around and as I understand the linux package may have contained some older java version, and the comp is still trying to use that.
    But these notes did not say how to uninstall that older version, orr what to do.
    Can you please maybe point me somewhere?
    Thanks,
    Gyuri

    The RPM installer for the Sun JDK installs Java in /usr/java/jdk1.6.0_01. Just add /usr/java/jdk1.6.0_01/bin to your path before /usr/bin and it should be fine.
    Additionally, there are no -ms and -mx parameters, those should be -Xms and -Xmx.

  • Installing JDK in linux (ubuntu)

    Ubuntu installs software by running an install script. I download the JDK package file for Linux and select OPEN rather than SAVE as the download option. I Looked everywhere for the install script but couldn't find it. The first time around I selected SAVE rather than OPEN when I downloaded the file. The file name is jdk-7u3-nb-7_1_1-linux-ml.sh. I couldn't find any unzip program that could unzip the saved file. That is why I chose OPEN rather than SAVE the next time around.
    MY QUESTION IS: where can I get the install script? Also what unzip program will unzip the saved file? Does anyone have a suggestion?

    The easy way to install open jdk, you can simply issue the following command in your terminal :
    sudo apt-get install openjdk-7-jdk
    if you want to install oracle JDK, you must download jdk archive file (tar file, not rpm) here : http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Unzip it any where you like, then set your path manually , that would be something like this :
    there is a text file in your home directory called .bashrc
    you can open it with any editor you like or type the following in terminal :
    sudo nano .bashrc
    then add the following lines at the end of .bashrc file, and save : (replace ##AddressToJAVA## with your java (JDK or JRE) path. your path would be something like : /home/me/jdk1.7.0_02
    JAVA_HOME='##AddressToJAVA##'
    export JAVA_HOME
    PATH=$PATH:$JAVA_HOME/bin
    export PATH
    CLASSPATH=$JAVA_HOME/lib
    export CLASSPATH
    the logout and login, and test your installation :
    "java -version" command must echo your installation version

  • Downloading and Installing JDK and JSDK

    I just got the book instant javaserver pages and it tells me to install JDK 1.2 for Linux and JSDK. Well I'm useing windows 98 and use IE6 mainly for a browser, so should I still download and install JDK for Linux? And the most resent version I could find on this site was 1.1.8.

    do a search on the forum top right of this page
    ill bet theirs over 10000 posts on it and getting it running
    or look to the installation forum itself
    as far as dling the right jdk if you have windows you use the windows version of the jdk the download spot
    can be a lil tough to find but the jdk is easy to install once you find it and itll make a folder under the c drive

  • Install JDK version 1.4.2.13 Netweaver 7.0

    Hi, i have install new versión JDK in Linux System.
    The current version is 1.4.2.10.
    I have the question: Before install new version have uninstall the old version?
    Exist documentation for install JDK in linux??

    SM wrote:
    Download the JDK from
    > http://java.com/en/javaforbusiness/sap_download.jsp
    >
    > for Linux X86/64 Bit platforms.
    I'm sorry but this is not completely right.
    Linux x86_64 uses the IBM JDK, only Linux on x86 and Linux on IA64 use the Sun JDK.
    Note 1172419 - Linux: Supported Java versions on the x86_64 platform
    Markus

  • Error while installing JDK 1.6 on Linux?

    Hi,
    Could not locate a suitable jar utility.
    Please ensure that you have Java 6 or newer installed on your system
    and accessible in your PATH or by setting JAVA_HOME
    Below is environment variables on Linux. when I try to install JDK 1.6 I'm getting forllowing error.
    do I need to add environment variable before installing JDK ? In windows it will automatically add to path variable while installing. how to fix above problem?
    environment variables on Linux server below.
    HOSTNAME=lx-cphrobi-t49x
    TERM=xterm
    SHELL=/bin/bash
    HISTSIZE=1000
    SSH_CLIENT=10.172.18.240 62878 22
    OLDPWD=/opt/oinstall/software
    SSH_TTY=/dev/pts/0
    USER=hrobi
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or= 01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:* .bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.l zh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31 :*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35 :*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/hrobi
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/share/centrifydc/bin:/usr/X11R6/bin:/home/hro bi/bin
    INPUTRC=/etc/inputrc
    PWD=/opt/oinstall/software/Java
    LANG=en_US.UTF-8
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SHLVL=1
    HOME=/home/hrobi
    LOGNAME=hrobi
    CVS_RSH=ssh
    SSH_CONNECTION=10.172.18.240 62878 10.179.8.117 22
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    G_BROKEN_FILENAMES=1
    _=/usr/bin/env

    When you installing Java on Linux, installable should not ask for JAVA_HOME as you mentioned "Please ensure that you have Java 6 or newer installed on your system and accessible in your PATH or by setting JAVA_HOME "
    Check this link for more info, it suppose to be as good as Windows
    http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html

  • Error message while installing JDK on RED HAT  - linux interprise 5

    Hello!
    I have got an error message while installing JDK on RED HAT - linux interprise 5:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

    Good point.
    Moderator action: thread locked.

  • How to install JDK on RED HAT - Linux interprise 5?

    Hello!
    How to install JDK on RED HAT - Linux interprise 5?
    Thanks!!!

    I did.
    But I have got an error:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

  • Jdk-6u30-linux-i586.bin: 113: ./install.sfx.31922: not found

    Anybody else has this error message when unpacking jdk6 u30 32bit ?
    ./jdk-6u30-linux-i586.bin
    Unpacking...
    Checksumming...
    Extracting...
    ./jdk-6u30-linux-i586.bin: 113: ./install.sfx.31922: not found
    Failed to extract the files. Please refer to the Troubleshooting section of
    the Installation Instructions on the download page for more information.
    I've downloaded it a number of times from http://download.oracle.com/otn-pub/java/jdk/6u30-b12/jdk-6u30-linux-i586.bin. Unfortunately the error stays.
    Length: 85,282,052 bytes
    md5sum -b jdk-6u30-linux-i586.bin => e1c967b62c552bc28325619fe2649685 *jdk-6u30-linux-i586.bin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    You need to run the i586 installer on a 32-bit machine. It won't work on a 64-bit machine.
    If you want to install on a 64-bit machine then you need the 64-bit installer.

  • How to install 9ias on Linux quick guide

    I have installed the linux version of application server a couple of times now. I have noted all the steps I took to complete the installation. Everything works except for reports. Anyway here are the steps I took to get it working. Hope it helps. Note: This is for RedHat Advanced Server 2.1, I have created a user called oracle9 to own the software. Please feel free to add comments etc.
    1. Install RedHat Linux Advanced Server 2.1 - install all the packages.
    2. Edit files in the following directory to allow connectivity, must be as ROOT user.
    /etc/xinetd.d
    3. Edit the directory permissions for /usr/local and /usr/local/src as ROOT user.
    This is we can install files and utilities in these directories. Also create an oracle directory to
    store the software. I created /usr/local/oracle/orahome1.
    chmod 777 /usr/local
    chmod 777 /usr/local/src
    chmod 777 /usr/local/oracle
    chmod 777 /usr/local/oracle/orahome1
    4. Add /usr/sbin to the PATH environment variable so that most commands are accessible.
    To do this edit the /etc/profile file.
    Add the following line
    PATH="/usr/bin:$PATH:/usr/X11R6/bin:/usr/sbin:/sbin"
    5. Check kernel and glibc versions by running uname. ie
    Kernel check is uname -r
    OR
    use rpm -q kernel
    rpm -q glibc
    The versions shoule be as follows
    kernel = 2.4.9-e.3
    glibc = 2.2.4-26
    6. System Wide Ulimit and Swap File Settings.
    Should be as follows.
    time unlimited
    file unlimited
    data 1048576
    stack 131072
    memory unlimited
    coredump 4194303
    nofiles 2048
    There are several files to enable these settings.
    First we edit the /etc/security/limits.conf file to set the required limits.
    File should look like this.
    # /etc/security/limits.conf
    #Each line describes a limit for a user in the form:
    #<domain> <type> <item> <value>
    #Where:
    #<domain> can be:
    # - an user name
    # - a group name, with @group syntax
    # - the wildcard *, for default entry
    #<type> can have the two values:
    # - "soft" for enforcing the soft limits
    # - "hard" for enforcing hard limits
    #<item> can be one of the following:
    # - core - limits the core file size (KB)
    # - data - max data size (KB)
    # - fsize - maximum filesize (KB)
    # - memlock - max locked-in-memory address space (KB)
    # - nofile - max number of open files
    # - rss - max resident set size (KB)
    # - stack - max stack size (KB)
    # - cpu - max CPU time (MIN)
    # - nproc - max number of processes
    # - as - address space limit
    # - maxlogins - max number of logins for this user
    # - priority - the priority to run user process with
    # - locks - max number of file locks the user can hold
    #<domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    oracle9 - nofile 65536
    * - nofile 65536
    * - nproc 65536
    * - cpu unlimited
    * - fsize unlimited
    * - data 1048576
    * - stack 131072
    * - memlock unlimited
    * - core 4194303
    # End of file
    We now need to edit the /etc/sysctl.conf file to set the system wide ranges as ROOT user.
    File should look like this.
    # Disables packet forwarding
    net.ipv4.ip_forward = 0
    # Enables source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Disables the magic-sysrq key
    kernel.sysrq = 0
    net.ipv4.ip_local_port_range = 1024 65000
    fs.file-max = 65536
    kernel.sem = 100 32000 100 100
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    Now we need to edit the /etc/profile file to enable the settings when a user logs in.
    The file contents should be modified as follows.
    # No core files by default
    ulimit -S -c 1000000 > /dev/null 2>&1
    #Set the file handels
    #echo 65536 > /proc/sys/fs/file-max
    ulimit -n 65536 > /dev/null 2>&1
    #Set the socket range
    #echo 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range
    # Set the number of processes for per user
    ulimit -u 16384 > /dev/null 2>&1
    Kernel Parameters
    Change to following directory /proc/sys/kernel and type following
    echo 250 32000 32 128 > sem
    echo 2147483648 > /proc/sys/kernel/shmmax
    echo 4096 > /proc/sys/kernel/shmmni
    echo 2097152 > /proc/sys/kernel/shmall
    7. Install the ksh package if you have not already installed it on your machine.
    Oracle Corporation recommends installing one of the following ksh packages:
    pdksh-5.2.14-13 or other compatible packages.
    RPM file is available from www.redhat.com
    as root user type
    rpm -i pdksh-5.2.14-16.i386.rpm
    8. On Linux, port number 389 is reserved in the /etc/services file.
    If you want Oracle9iAS to install using the default port number for Oracle Internet Directory,
    delete the entries in the /etc/services file.
    Note:
    You must remove all lines containing the port number 389 from
    the /etc/services file if you want to use that port number.
    Attempting to comment out lines containing 389 does not free the port
    9. Install JDK 1.3.1 for Linux.
    This is available from java.sun.com. Although it is also included with Linux IAS9I R2
    Install the JDK to /usr/local/jdk
    Add the following to the /etc/profile file, and also add to path
    CLASSPATH="/usr/local/jdk/lib"
    LD_LIBRARY_PATH="/usr/local/jdk/jre/lib/i386:/usr/local/jdk/jre/lib/i386/classic:
    /usr/local/jdk/jre/lib/i386/native_threads"
    EXPORT CLASSPATH
    EXPORT LD_LIBRARY_PATH
    10. Add the following groups as ROOT user
    oinstall, dba
    groupadd oinstall
    groupadd dba
    11. Add oracle user to groups oinstall and dba as ROOT user
    usermod -g oinstall -G dba,oracle9 oracle9
    12. Apply a patch for binutils rpm:
    I had to get this from metalink. Not sure where else it is available.
    Run following command to get installed version of binutils rpm.
    prompt> rpm -qa | grep binutils
    binutils-2.11.90.0.8-12
    Please note down the binutils rpm version that is shown as the output of the above command.
    If the operating system is installed from the RedHat 2.1 Advanced Server CDs,
    you will have binutils-2.11.90.0.8-12 version installed.
    You might have newer version of binutils rpm depending on your further configuration
    after default OS install. If the binutils rpm version is different from 2.11.90.0.8-12,
    please download that rpm.
    Upgrade to binutils-2.11.90.0.8-13 version using following command (as root user):
    prompt> rpm -Uvh --force binutils-2.11.90.0.8-13.i386.rpm
    13. Edit Local Hosts file
    Edit so that the host is in the following format
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    192.168.3.69 lon-ias01.closepf.local lon-ias01
    192.168.3.66 lon-ias02.closepf.local lon-ias02
    14. Create Symbolic Link from /sbin/fuser file to /bin/fuser by entering the following command.
    cd /bin
    ln -s /sbin/fuser
    15. Rename Linux Ldap programs
    rename the ldapadd, ldapsearch, ldapmodify etc located in /usr/bin
    mv ldapadd ldapadd.bak
    mv ldapdelete ldapdelete.bak
    mv ldapmodify ldapmodify.bak
    mv ldapmodrdn ldapmodrdn.bak
    mv ldappasswd ldappasswd.bak
    mv ldapsearch ldapsearch.bak
    16. Unset your oracle home environment variable.
    unset ORACLE_HOME
    17. Set your TMP, TMPDIR and TEMP environment variables.
    These are located in /etc/profile
    TMP="/tmp"
    TMPDIR="/tmp"
    TEMP="/tmp"
    export TMP TMPDIR TEMP
    18. Make sure you have the following X11 library XFree86-devel-4.1.0-25.i386.rpm,
    which can be found of disk2 of the RedHat Advanced Linux CD v2.1. This is needed
    by the linking process.
    As ROOT user.
    mount the cdrom.
    cd /mnt/cdrom/RedHat/RPMS
    rpm -Uvh XFree86-devel-4.1.0-25.i386.rpm
    19. Install the application server as per the offficial install instructions. You should only have
    to use mount_point/runInstaller and follow the prompts.
    21. If it installs then run the interoperability patch.
    22. Should be working?!?
    19. To Remove an Install
    WARNING : Please note that by following the processes defined
    below, ALL Oracle products on the system will be cleaned
    up and will not be usable. Please do not follow these steps if you do
    not want to remove any Oracle Products
    1. Deinstall using installer
    2. Stop all running processes from the install.
    3. Delete the oracle directory under /var/opt as root user
    4. Delete the complete oraInventory directory
    5. Delete all directories and files from ORACLE_HOME directory
    6. Cleanup files under /tmp and /var/tmp as root user
    8. Remove emtab in the /etc directory
    9. Remove oracle files in /usr/local/bin
    Hope it works.

    ummm...
    chmod 777 /usr/local
    chmod 777 /usr/local/src
    chmod 777 /usr/local/oracle
    chmod 777 /usr/local/oracle/orahome1
    Why on earth would you do that??? There is NO need for >that, not to mention it being a HUGE security issue. I >have an offical doc on installing and configuring 9iAS >on Linux (includes information on as 2.1 install). I >will post this evening.Your quite correct, this section could probably be trimmed from the guide. At the time it was written it was used on a development box, on a production box this would not be done. Also to get this install working when Oracle first released it we were trying anything and everything to get it working, it took around 3-4 weeks of installing, reinstalling, serveral thounsand tar's and wasted weekends. I am pretty confident the instructions will work on rhas 2.1, it probably needs to be looked at again to trim away steps that aren't needed now.
    Looking forward to seeing your guide :-)

  • Erro while installing EBS on linux

    Here is the error I a, getting while installing ...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : fm
    sDbDomain : localdomain
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@fm.localdomain:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: Got minus one from a read call
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fm.localdomain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /APP/oracle/VIS/inst/apps/VIS_fm/logs/05162126.log
    Here is the full log. Please help me resolve this.
    -Sachin
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.0.4.6
    >> Install session started : Fri May 16 21:26:15 CDT 2008
    >> Rapid Wizard source location : /home/oracle/apps/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : fm.localdomain
    Host Operating System : Linux (32-bit)
    User running Install : oracle
    =================================================================
    InstUpgPanel
    User action : Install Oracle Applications
    Install type : Standard Install
    CCMPanel
    User action : Install Oracle Applications
    Install type : Standard Install
    InstallPanel
    User action : Create configuration
    Description : Creates a new instance configuration.
    PortPanel
    Selected port pool:
    Database Port : 1521
    RPC Port : 1626
    Web SSL Port : 4443
    ONS Local Port : 6100
    ONS Remote Port : 6200
    ONS Request Port : 6500
    Web Listener Port : 8000
    Active Web Port : 8000
    Forms Port : 9000
    Metrics Server Data Port : 9100
    Metrics Server Request Port : 9200
    JTF Fulfillment Server Port : 9300
    MSCA Server Port : 10200-10205
    MCSA Telnet Server Port : 10200,10202,10204
    MSCA Dispatcher Port : 10800
    Java Object Cache Port : 12345
    OC4J JMS Port Range for Oacore : 23000-23004
    OC4J JMS Port Range for Forms : 23500-23504
    OC4J JMS Port Range for Home : 24000-24004
    OC4J JMS Port Range for Oafm : 24500-24504
    OC4J AJP Port Range for Oacore : 21500-21504
    OC4J AJP Port Range for Forms : 22000-22004
    OC4J AJP Port Range for Home : 22500-22504
    OC4J AJP Port Range for Oafm : 25000-25004
    OC4J RMI Port Range for Oacore : 20000-20004
    OC4J RMI Port Range for Forms : 20500-20504
    OC4J RMI Port Range for Home : 21000-21004
    OC4J RMI Port Range for Oafm : 25500-25504
    Oracle Connection Manager Port : 1521
    DB ONS Local Port : 6300
    DB ONS Remote Port : 6400
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    DBNodePanel
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    AppsNodePanel
    AllNodesPanel
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Writing configuration file to: /APP/oracle/VIS/inst/apps/VIS_fm/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    Writing configuration file to: /tmp/05162126/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    Setting temp directory to: /tmp/05162126/
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    Port Availability Check :
    -- database node ports --
    Database Port available: Port Value = 1521
    Database Port Value = 1521...... Available
    DB ONS Local Port available: Port Value = 6300
    DB ONS Local Port Value = 6300...... Available
    DB ONS Remote Port available: Port Value = 6400
    DB ONS Remote Port Value = 6400...... Available
    -- apps node ports --
    RPC Port available: Port Value = 1626
    RPC Port Value = 1626...... Available
    Web SSL Port available: Port Value = 4443
    Web SSL Port Value = 4443...... Available
    ONS Local Port available: Port Value = 6100
    ONS Local Port Value = 6100...... Available
    ONS Remote Port available: Port Value = 6200
    ONS Remote Port Value = 6200...... Available
    ONS Request Port available: Port Value = 6500
    ONS Request Port Value = 6500...... Available
    Web Listener Port available: Port Value = 8000
    Web Listener Port Value = 8000...... Available
    Forms Port available: Port Value = 9000
    Forms Port Value = 9000...... Available
    Metrics Server Data Port available: Port Value = 9100
    Metrics Server Data Port Value = 9100...... Available
    Metrics Server Request Port available: Port Value = 9200
    Metrics Server Request Port Value = 9200...... Available
    JTF Fulfillment Server Port available: Port Value = 9300
    JTF Fulfillment Server Port Value = 9300...... Available
    MSCA Server Port available: Port Value = 10200
    MSCA Server Port available: Port Value = 10201
    MSCA Server Port available: Port Value = 10202
    MSCA Server Port available: Port Value = 10203
    MSCA Server Port available: Port Value = 10204
    MSCA Server Port available: Port Value = 10205
    MSCA Server Port Value = 10200-10205...... Available
    MSCA Dispatcher Port available: Port Value = 10800
    MSCA Dispatcher Port Value = 10800...... Available
    Java Object Cache Port available: Port Value = 12345
    Java Object Cache Port Value = 12345...... Available
    OC4J JMS Port Range for Oacore available: Port Value = 23000
    OC4J JMS Port Range for Oacore available: Port Value = 23001
    OC4J JMS Port Range for Oacore available: Port Value = 23002
    OC4J JMS Port Range for Oacore available: Port Value = 23003
    OC4J JMS Port Range for Oacore available: Port Value = 23004
    OC4J JMS Port Range for Oacore Value = 23000-23004...... Available
    OC4J JMS Port Range for Forms available: Port Value = 23500
    OC4J JMS Port Range for Forms available: Port Value = 23501
    OC4J JMS Port Range for Forms available: Port Value = 23502
    OC4J JMS Port Range for Forms available: Port Value = 23503
    OC4J JMS Port Range for Forms available: Port Value = 23504
    OC4J JMS Port Range for Forms Value = 23500-23504...... Available
    OC4J JMS Port Range for Home available: Port Value = 24000
    OC4J JMS Port Range for Home available: Port Value = 24001
    OC4J JMS Port Range for Home available: Port Value = 24002
    OC4J JMS Port Range for Home available: Port Value = 24003
    OC4J JMS Port Range for Home available: Port Value = 24004
    OC4J JMS Port Range for Home Value = 24000-24004...... Available
    OC4J JMS Port Range for Oafm available: Port Value = 24500
    OC4J JMS Port Range for Oafm available: Port Value = 24501
    OC4J JMS Port Range for Oafm available: Port Value = 24502
    OC4J JMS Port Range for Oafm available: Port Value = 24503
    OC4J JMS Port Range for Oafm available: Port Value = 24504
    OC4J JMS Port Range for Oafm Value = 24500-24504...... Available
    OC4J AJP Port Range for Oacore available: Port Value = 21500
    OC4J AJP Port Range for Oacore available: Port Value = 21501
    OC4J AJP Port Range for Oacore available: Port Value = 21502
    OC4J AJP Port Range for Oacore available: Port Value = 21503
    OC4J AJP Port Range for Oacore available: Port Value = 21504
    OC4J AJP Port Range for Oacore Value = 21500-21504...... Available
    OC4J AJP Port Range for Forms available: Port Value = 22000
    OC4J AJP Port Range for Forms available: Port Value = 22001
    OC4J AJP Port Range for Forms available: Port Value = 22002
    OC4J AJP Port Range for Forms available: Port Value = 22003
    OC4J AJP Port Range for Forms available: Port Value = 22004
    OC4J AJP Port Range for Forms Value = 22000-22004...... Available
    OC4J AJP Port Range for Home available: Port Value = 22500
    OC4J AJP Port Range for Home available: Port Value = 22501
    OC4J AJP Port Range for Home available: Port Value = 22502
    OC4J AJP Port Range for Home available: Port Value = 22503
    OC4J AJP Port Range for Home available: Port Value = 22504
    OC4J AJP Port Range for Home Value = 22500-22504...... Available
    OC4J AJP Port Range for Oafm available: Port Value = 25000
    OC4J AJP Port Range for Oafm available: Port Value = 25001
    OC4J AJP Port Range for Oafm available: Port Value = 25002
    OC4J AJP Port Range for Oafm available: Port Value = 25003
    OC4J AJP Port Range for Oafm available: Port Value = 25004
    OC4J AJP Port Range for Oafm Value = 25000-25004...... Available
    OC4J RMI Port Range for Oacore available: Port Value = 20000
    OC4J RMI Port Range for Oacore available: Port Value = 20001
    OC4J RMI Port Range for Oacore available: Port Value = 20002
    OC4J RMI Port Range for Oacore available: Port Value = 20003
    OC4J RMI Port Range for Oacore available: Port Value = 20004
    OC4J RMI Port Range for Oacore Value = 20000-20004...... Available
    OC4J RMI Port Range for Forms available: Port Value = 20500
    OC4J RMI Port Range for Forms available: Port Value = 20501
    OC4J RMI Port Range for Forms available: Port Value = 20502
    OC4J RMI Port Range for Forms available: Port Value = 20503
    OC4J RMI Port Range for Forms available: Port Value = 20504
    OC4J RMI Port Range for Forms Value = 20500-20504...... Available
    OC4J RMI Port Range for Home available: Port Value = 21000
    OC4J RMI Port Range for Home available: Port Value = 21001
    OC4J RMI Port Range for Home available: Port Value = 21002
    OC4J RMI Port Range for Home available: Port Value = 21003
    OC4J RMI Port Range for Home available: Port Value = 21004
    OC4J RMI Port Range for Home Value = 21000-21004...... Available
    OC4J RMI Port Range for Oafm available: Port Value = 25500
    OC4J RMI Port Range for Oafm available: Port Value = 25501
    OC4J RMI Port Range for Oafm available: Port Value = 25502
    OC4J RMI Port Range for Oafm available: Port Value = 25503
    OC4J RMI Port Range for Oafm available: Port Value = 25504
    OC4J RMI Port Range for Oafm Value = 25500-25504...... Available
    OS User and Group Check
    ORACLE HOME OWNER - oracle
    ORACLE HOME GROUP ACCOUNT - oracle
    APPLICATION TIER USER ACCOUNT - oracle
    APPLICATION TIER GROUP ACCOUNT - oracle
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
    All ports are unique.
    File System Check :
    -- database node mount point --
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/test.tst
    Database ORACLE_HOME has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/test.tst
    Database ORACLE_HOME admin folder has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/temp/test.tst
    Database ORACLE_HOME temp folder has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/temp
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log//test.tst
    Database Install Log Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out//templbac/test.tst
    Database Install Out Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out//templbac
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database System File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Log File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Transaction File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Archive File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    -- apps node mount point --
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/admin/test.tst
    APPL_TOP admin has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl/admin
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 2 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 3 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 4 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/comn/test.tst
    COMMON_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/comn
    test using command: touch /APP/oracle/VIS/apps/apps_st/comn/java/classes/test.tst
    JAVA_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/comn/java/classes
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/test.tst
    JDK_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/temp/test.tst
    Temp Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/temp
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/admin/log/test.tst
    APPL_TOP admin Install Log Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/admin/log
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/admin/out/test.tst
    APPL_TOP admin Install Out Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/admin/out
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.3/test.tst
    Apps ORACLE_HOME has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.3
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.2/test.tst
    Tools ORACLE_HOME has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.2
    Writing configuration file to: /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    File Space Check :
    -- database node space checks --
    Mount Point for /APP/DB/oracle/VIS/db/tech_st/10.2.0 = /APP
    Disk space on system acceptable:
    Database ORACLE_HOME = /APP/DB/oracle/VIS/db/tech_st/10.2.0
    required = 5752.0
    actual = 221869.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database System File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 19624.0
    actual = 216117.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Log File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 3165.0
    actual = 196493.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Transaction File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 67080.0
    actual = 193328.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Archive File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 45458.0
    actual = 126248.71875
    -- apps node space checks --
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP = /APP/oracle/VIS/apps/apps_st/appl
    required = 5386.0
    actual = 80790.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 2 = /APP/oracle/VIS/apps/apps_st/appl
    required = 2704.0
    actual = 75404.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 3 = /APP/oracle/VIS/apps/apps_st/appl
    required = 8593.0
    actual = 72700.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 4 = /APP/oracle/VIS/apps/apps_st/appl
    required = 3037.0
    actual = 64107.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/comn = /APP
    Disk space on system acceptable:
    COMMON_TOP = /APP/oracle/VIS/apps/apps_st/comn
    required = 3255.0
    actual = 61070.71875
    Mount Point for /APP/oracle/VIS/apps/tech_st/10.1.3 = /APP
    Disk space on system acceptable:
    Apps ORACLE_HOME = /APP/oracle/VIS/apps/tech_st/10.1.3
    required = 1589.0
    actual = 57815.71875
    Mount Point for /APP/oracle/VIS/apps/tech_st/10.1.2 = /APP
    Disk space on system acceptable:
    Tools ORACLE_HOME = /APP/oracle/VIS/apps/tech_st/10.1.2
    required = 1147.0
    actual = 56226.71875
    Host/Domain
    command: /bin/ping -c 1 fm
    PING fm.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from fm.localdomain (127.0.0.1): icmp_seq=0 ttl=64 time=0.037 ms
    --- fm.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.037/0.037/0.037/0.000 ms, pipe 2
    host ping has succeeded
    command: /bin/ping -c 1 fm.localdomain
    PING fm.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from fm.localdomain (127.0.0.1): icmp_seq=0 ttl=64 time=0.034 ms
    --- fm.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.034/0.034/0.034/0.000 ms, pipe 2
    host.domain ping has succeeded
    AllNodesPanel
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area /home/oracle/apps/oraDB/Disk1
    Exception thrown in getAllProductIDs. 0
    RapidWiz location: /home/oracle/apps/startCD/Disk1/rapidwiz
    Install Media location: /home/oracle/apps/startCD/Disk1
    Database ORACLE_HOME: /APP/DB/oracle/VIS/db/tech_st/10.2.0
    Database SID: VIS
    Database Context Name : VIS_fm
    Creating DB Context: /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    Exception thrown in getAllProductIDs. 0
    RapidWiz location: /home/oracle/apps/startCD/Disk1/rapidwiz
    Install Media location: /home/oracle/apps/startCD/Disk1
    APPL_TOP location: /APP/oracle/VIS/apps/apps_st/appl
    Database SID: VIS
    APPL_TOP Context Name : VIS_fm
    INST_TOP location: /APP/oracle/VIS/inst/apps/VIS_fm
    Creating Apps Context: /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adriapps.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrun10g.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    Step 0 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    STARTED INSTALL PHASE : 10gR2 RDBMS : Fri May 16 21:29:02 CDT 2008
    runProcess_1
    Executing command:
    /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -d /home/oracle/apps/startCD/Disk1/rapidwiz/driver/dbts/driver/gdb102.drv -log /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/dbInstall.log -nthreads 5 -verbose -pwd nopasswordhere
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - /home/oracle/apps/startCD/Disk1/rapidwiz
    Checking Disk contents in - /home/oracle/apps/oraDB/Disk1
    Checking Disk contents in - /home/oracle/apps/oraDB/Disk1
    Unzip Count:137
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Processing Disk4....
    Processing Disk5....
    runProcess_2
    Statusstring Copying the Database Context template file.
    runProcess_3
    Statusstring Registering Database Technology Stack
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDBTechStack_05162133.log
    | 0% completed
    / 2% completed
    - 2% completed
    \ 2% completed
    | 2% completed
    / 2% completed
    - 2% completed
    \ 2% completed
    | 2% completed
    / 2% completed
    runProcess_4
    Statusstring Configuring Database Technology Stack
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDBTechStack_05162134.log
    | 0% completed
    / 0% completed
    FINISHED INSTALL PHASE : 10gR2 RDBMS : Fri May 16 21:34:53 CDT 2008
    /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh has succeeded
    Step 1 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Fri May 16 21:34:54 CDT 2008
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    runProcess_1
    Statusstring removing unneeded install files
    Enter the location of the CD labeled Oracle Applications Rapid Install - Databases Disk 1 :
    Checking Disk contents in - /home/oracle/apps/startCD/Disk1/rapidwiz
    Checking Disk contents in - /home/oracle/apps/oraAppDB/Disk1
    Checking Disk contents in - /home/oracle/apps/oraAppDB/Disk1
    Unzip Count:195
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Processing Disk4....
    Processing Disk5....
    Processing Disk6....
    Processing Disk7....
    Processing Disk8....
    Processing Disk9....
    Processing Disk10....
    Processing Disk11....
    Processing Disk12....
    Processing Disk13....
    Processing Disk14....
    Processing Disk15....
    Processing Disk16....
    Processing Disk17....
    Processing Disk18....
    Processing Disk19....
    Processing Disk20....
    Processing Disk21....
    Processing Disk22....
    Processing Disk23....
    Processing Disk24....
    Processing Disk25....
    Processing Disk26....
    Processing Disk27....
    Processing Disk28....
    Processing Disk29....
    Processing Disk30....
    Processing Disk31....
    Processing Disk32....
    Processing Disk33....
    Processing Disk34....
    Processing Disk35....
    Processing Disk36....
    Processing Disk37....
    runProcess_2
    Statusstring Registering Database
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDatabase_05162250.log
    | 0% completed
    runProcess_3
    Statusstring Configuring Database
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDatabase_05162250.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrun10g0.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrundb0.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    Step 0 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Fri May 16 23:59:12 CDT 2008
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Fri May 16 23:59:13 CDT 2008
    /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh has succeeded
    ===============================================================================
    NetServiceHandler 120.16.12000000.3 started for fm at Fri May 16 23:59:14 CDT 2008
    ===============================================================================
    [ Context Information ]
    Host : fm
    Domain : localdomain
    Out Dir : null
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : fm
    sDbDomain : localdomain
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@fm.localdomain:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: Got minus one from a read call
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fm.localdomain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /APP/oracle/VIS/inst/apps/VIS_fm/logs/05162126.log

    Please post the complete error message from the installation log file.
    In addition, check alert_<SID>.log file to find out why the installer failed to create control files.
    Please make sure you follow the steps in the following notes to install R12 on Linux 32-bit/64-bit:
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1

  • Cannot install creator-2_1-linux-ml.bin

    This is the scenario:
    Hardware:
    P IV, 3 GHz, HT enabled, 4 GB RAM DDR 1, DD SATA.
    Software:
    Linux Fedora Core 5, I've made "yum update" so I suppouse that everyting it's updated by now.
    J2SDK:
    jdk-1_5_0_06-linux-1586.rpm
    I've setup JAVA_HOME so if i type "java -version" responds wtih the appropiate string: java version "1.5.0_06"
    Java(TM) 2 Run Time Environment, Standard Edition (build 1.5.0_06-b05)
    I've installed succesfully Java Studio Enterprise 8 and seams to work fine, just did a new jsp and click on run, starts the web browser (mozilla) and appears the adequate page.
    But when I try to install creator-2_1-linux-ml.bin the installer responds:
    "This application requires a Java Run Time Environment (JRE) to run. Searching for one on your computer was not successful. Please use the command line switch -is:javahome to specify a valid JRE. For more help use the option -is:help."
    And that's all.
    With or with out the switch it still not working.
    Weird!!!, why is Java Studio Enterprise Working any way?
    Am I using the adequate jdk?
    Doesn't have the rpm package a jre bundled, why don't the package use their own jre?
    I almost forgot, I uninstall all the java packages on my sistem an only reinstale the refered rpm, i hope all the other apps still work.

    Does the following thread help?
    http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=96704
    Thanks,
    -- Marco

  • Issue in installing JDK 1.6

    Hi experts !
    i am trying to install JDK 1.6 on x86 64 bit machine with RHEL 5.4 however, when i run the bin file using "./" command from root user, i get following error :-
    [root@oim2 setups]# ./jdk-6u24-linux-x64.bin
    Unpacking...
    Checksumming...
    Extracting...
    ./jdk-6u24-linux-x64.bin: line 113: ./install.sfx.5234: cannot execute binary file
    Failed to extract the files. Please refer to the Troubleshooting section of
    the Installation Instructions on the download page for more information.
    i have downloaded file again to ensure that file is not corrupt but in vain.
    system specs are as under :
    [root@oim2 setups]# uname -a
    Linux oim2.af 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:12 EDT 2008 i686 i686 i386 GNU/Linux
    plz help me out here
    regards

    Please don't crosspost.
    I'm locking this thread now

  • Java 1.5 rpm install on Suse Linux 9.3

    Hi all,
    I downloaded the jdk-1_5_0_17-linux-i586.rpm from SUN, and tried to install it via YaST on my Suse 9.3 box, but it won't install.
    I click "Install Package with YaST" and then it just brings me to a blank screen.
    Anyone else experience similar issues, or thoughts to workaround this?
    Cheers
    John

    Figured it out... thanks anyways.
    If anyone else has a similar problem: First, run rpm -i on the jdsk.rpm, and make sure it passes the checksum. (Mine did not). Then, check to see if jdk1.5.0_17 was installed already via rpm command line util, instead of yast. Suse doesn't like it when you do that, and they don't play well together (yast and rpm command line).
    I ran rpm -e on the package to remove it, and then ran the yast installer to re-install the jdk 1.5, and it is working now.

Maybe you are looking for

  • How can I remove devises from my iCloud/apple account?

    I just got divorced and need to remove her cell phone from my apple account. Any help would be appreciated.

  • How to implement usb touch driver in Wince 6.0?

    Dear all: I try to implement a usb touch driver in Wince 6.0, but I have some question as below: 1. What method do I use, usb client driver or touch driver? 2. Does any reference link?     I surved this link : https://msdn.microsoft.com/en-us/library

  • Help to put logic in a specific Order by clause

    Suppose in the employee table 2 fields are available. 1. Name, 2. Name_flag. Furter the structure is like, NAME     NAME_FLAG SMITH     4 CLARK     3 JONES     4 BLAKE     2 KING     1 SCOTT     3 NICK     2 RICKY     2 I want to diplay the names in

  • Memory Services, maintaining context

    In an external function I must allocate a lot of memory ( could be megabytes ) during the first invocation of the function. During following invocations the information stored in the memory that was allocated is used to calculate the return value of

  • Create DVD directly from iMovie?

    Do I need iDvd or some other software to create a DVD that can be shown on TV? I can´t find a burn-button in iMovies. I´ve exported it to Quicktime and burned a DVD from there, but it can only be shown on the Mac, it´s not compatible with my DVD-play