Error running Universal Installer

I downloaded Personal Oracle and unzipped it. I'm trying to run the Universal Installer but it crashes. The error message is below. Can someone tell me how to fix this?
Thanks,
This is the errror message:
JREW caused an invalid page fault in
module <unknown> at 0000:696c5c64.
Registers:
EAX=03a3fa58 CS=0167 EIP=696c5c64 EFLGS=00010246
EBX=03a3fa58 SS=016f ESP=03940000 EBP=03940020
ECX=039400a4 DS=016f ESI=816672f4 FS=31f7
EDX=bff76855 ES=016f EDI=039400cc GS=0000
Bytes at CS:EIP:
null

This is regarding an issue while trying to unistall Fusion middleware (11g forms, reports) from the server.
I am running oracle universal installer to run the deinstallation process and getting an error "java runtime environment was not found at C:\TEMP\OraInstall2011-11-14_01-31-42PM\jre\bin\javaw.exe hence oracle universal installer cannot be run. Please visit www.javasoft.com and install jre 1.3.1 or higher and try again"
Is there any workaround for this?

Similar Messages

  • Staging area error and universal installer does not run

    Everything was ok. I installed Oracle 9i r 2, AS 9.0.2, iFS 9.0.2.
    Then I uninstall AS and iFS. But AS folder remains there (with inventory,contentsXML.. folder inside), even if I deleted it, when I tried to install AS again I get the error staging area error, and the folder appears again.
    Another thing is that in oracle universal installer the installed and deinstall products options do not do anything. I only can select the install option
    Did I do something wrong during the AS uninstall?
    What Can I do now?
    Thanks for your help,

    Try looking here:
    http://www.thomasfly.com/Oranux/#Step-by-step
    follow these steps/configs and the install will go quite nice!

  • Error running universall installer using Oracle 11g on Windows server 2003

    Hi,
    I want to uninstall Oracle 11g on Windows server 2003 and when I run universall installer I receive the following error
    Checking swap space: 0 MB available, 500 MB required.
    Please advise how to resolve this error and the procedure to uninstall Oracle 11g on Windows server 2003
    Thanks,
    Ant

    Hi;
    For swap problem, please check:
    Swap space problem on Windows XP
    http://www.pcnineoneone.com/howto/swpfile1.html
    For remove process please check:
    Oracle 11g on Windows Srv 2003
    WIN: Manually Removing all Oracle Components on Microsoft Windows Platforms [ID 124353.1]
    Regard
    Helios

  • Running universal installer from Dos batch file

    Trying to a script an unattended install for a couple of Oracle client products (namely 9i client and Oracle Workflow Builder). My script runs the relavent setup.exe with a responsefile and silent option. This is working fine but the control is returning from setup.exe before the install has completed. The setup.exe goes on to complete ok but I have no way of controlling when to start the next install in the script. I have tried playing with BOOSTRAP=NO option in the ORAPARAMS.ini file but this does not have any effect. Any ideas anyone?
    Message was edited by:
    LegacyMan

    Hi Keith,
    Sorry missed you were running on windows.
    I do not run things on windows but it could be this works for you.
    create c:\oracle\backup.rcv script with favorit editor
    run
    shutdown immediate;
    startup mount;
    configure controlfile autobackup format for device type disk clear;
    configure retention policy to redundancy 2;
    backup as compressed backupset database include current controlfile;
    alter database open;
    Than run
    rman target='sys/change_on_install as sysdba' nocatalog cmdfile=c:\oracle\backup.rcv
    Cheers,
    Tycho

  • 10g Universal Installer kernel errors while installing on Solaris 5.10

    Hi all,
    I have been trying to install Oracle 10g on a Solaris 5.10 machine (32-bit) as per the official Oracle Documentation for a couple of days now. It seems that the Universal Installer fails it's pre-installation steps and throws up error at the following kernel parameters:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    I have followed the Oracle Documentation which says to change the kernel parameters using the resource control facility. For this I already have a project "oracle" which the user "oracle" has been assigned to:
    $ id -ap oracle
    uid=100(oracle) gid=100(oinstall) groups=100(oinstall),101(dba) projid=100(oracle)
    Following are the snapshots from the prctl command on the current state of the kernel paramters:
    For Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 254MB - deny -
    system 16.0EB max deny -
    The Oracle recommended value is 4GB - I expect Universal Installer check to fail for this, so I change the parameter using the resource control facility by logging in as root in a new terminal and keeping one oracle session active.
    # prctl -n project.max-shm-memory -v 4gb -r -i project oracle
    I can see that the parameter has been set correctly when I do:
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 4.00GB - deny -
    system 16.0EB max deny -
    For Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-sem-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-sem-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    For Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-shm-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    Also when I try to issue the command:
    $ prctl -n project.max-sem-nsems -i project oracle
    I get:
    prctl: failed to get resource control for project.max-sem-nsems: Invalid argument
    Oracle recommends I should set a value of 256.
    After setting up all this I still get the following errors from Universal Installer:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Now when I modify the kernel settings by editing the /etc/system file without even a reboot I'm can see all my Universal Installer Kernel checks as passed.
    Not sure if I'm missing out some crucial step while setting up the kernel parameter using the resource control facility?
    ~ Somjit

    It is bug in OUI.
    OUI is looking at /etc/system to check the kernel parameter settings, but this file is not used (by default) in Solaris 10
    It should check the kernel parameter settings using the prctl.
    Check metalink note 363436.1
    workaround is to
    ./runInstaller -ignoreSysPrereqs
    or as You already did, change /etc/system as well.

  • Oracle Universal Installer - Error En Create OUI Process (): 5

    When I want to install ODAC (Oracle Data Provider) for Visual Studio gives me the following error:
    Oracle Universal Installer - Error En Create OUI Process (): 5
    Thank You ..

    What version of client are you trying to install? I'd go with 11.2.0.2 to rule out any known issues with the OUI.
    11202 is available on MOS. If you don't have Oracle Support to be able to access MOS, 11201 is available in the downloads section on OTN.
    Greg

  • Oracle Universal Installer not showing ClusterWare option

    Hi,
    Why I can't see the third option " Oracle Clustware" while running Universal Installer ??
    The above 2 options are
    Oracle database 11g
    and Oracle Client

    Hi;
    Did you donwload related setup from below link?
    http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html
    I also suggest move your thread to Forum Home » Grid Computing » RAC, ASM & Clusterware Installation which could get more quick response
    Regard
    Helios

  • Getting error while running Oracle universal installer to run the deinstall

    I am running oracle universal installer to run the deinstallation process and getting an error "java runtime environment was not found at C:\TEMP\OraInstall2011-11-14_01-31-42PM\jre\bin\javaw.exe hence oracle universal installer cannot be run. Please visit www.javasoft.com and install jre 1.3.1 or higher and try again"
    Is there any workaround for this?

    This is regarding an issue while trying to unistall Fusion middleware (11g forms, reports) from the server.
    I am running oracle universal installer to run the deinstallation process and getting an error "java runtime environment was not found at C:\TEMP\OraInstall2011-11-14_01-31-42PM\jre\bin\javaw.exe hence oracle universal installer cannot be run. Please visit www.javasoft.com and install jre 1.3.1 or higher and try again"
    Is there any workaround for this?

  • Oracle Universal Installer cannot be run... getting this error due to Java path. Pleath help.

    Hi Experts,
    Trying to Deinstall the OBIEE 11g. OUI is not launching... after digging the issue find out that "Java RunTime Environment was not found".
    But Java software is available at the specified path.
    "C:\DOCUME~1\user\LOCALS~1\Temp\OraInstall2013-09-05_01-10-08PM\jre\bin\javaw.exe"
    Can you please help me on this... The complete error is...
    Oracle Universal Installer
    The Java RunTime Environment was not found at C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-05_01-10-08PM\jre\bin\javaw.exe. 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.
    OK  
    Arjun

    Hi Srini,
    I have tried as you mentioned like installing Java in C:\Java... and I have tried the by setting the JRE_LOCATION of local path. No use of it.
    tried with -jreloc and setting the java path in environment variables too.
    As I understand, the problem i have seen at files copied path is not expected as required. Please see the path below...
    C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-06_03-36-31PM\jre\bin\javaw.exe.
    After running the Setup.exe -deinstall... temporary folder is creating with timestamp and all the required files are coping here...
    "jre" folder also created and copied required java files directly into jre folder, but not in jre\bin folder.
    folder path is like this
    C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-06_03-36-31PM\jre\javaw.exe.
    Setup application is expecting jre\bin\javaw.exe, but folder structure is created as jre\javaw.exe. There it is coming the issue.
    I have even tried with copying all the files into bin folder and executed the setup.exe, it again creating a new temporary file
    not able to resolve it...

  • Mandrake Linux 8.0 - can't get Oracle Universal Installer to run

    Hi all.
    I'm having trouble getting Oracle's Universal Installer to run.
    I'm trying to become DBA certified, so I went and purchased
    (among
    other materials) a book titled "Oracle8i for LINUX Starter Kit",
    authored by Steve Bobrowski, published by Oracle Press / Osborne
    McGraw-Hill, ISBN 0-07-212442-3.
    The book includes a CD-ROM with Oracle8i Enterprise Edition,
    Release 2, version 8.1.6 for LINUX.
    I'm running an Intel P-III 500 MHz with 512MB RAM, 30GB hard disk
    exclusively configured for Linux (no other O/S on it) and Oracle
    (so LOTS of hard disk space is available), Matrox Millennium G400
    video card (32MB).
    My hardware exceeds all requirements listed in aforementioned
    book, and also in Oracle's own documentation (from their web
    site).
    I'm running Mandrake's Linux 8.0, PowerPack Edition, with:
    kernel = 2.4.3
    XFree 4.0.3 (and I've also tried 3.3.6, with identical results
    to those listed below)
    glibc 2.2.2
    I've followed the book's instructions to the letter, and set up
    the environment variables, oracle user, and subdirectories as
    required.
    So far, so good.
    OK. Now, here's where the problem appears:
    I log in as the oracle user, and try to start the Oracle
    Universal Installer (following the instructions in the book)
    as follows:
    cd /mnt/cdrom
    ./runInstaller
    The computer tries to do some stuff, then spews the information
    listed at the bottom of this posting to the screen. I press
    <ENTER> after "OK" and get dumped back to the bash prompt.
    That's it. I can't go any further. No Oracle Universal
    Installer.
    By the way, I've also downloaded Oracle8i Enterprise Edition
    Release 3, version 8.1.7 from Oracle's website, and tried to
    install that, too. Exactly same results.
    The nice folks at Oracle have politely told me to get lost,
    and not bug them for unpaid support.
    I'd really like to get this stuff up and running, so I can
    start studying and practicing for DBA, but I need help 'cause
    this problem is beyond me.
    So... can anyone help??
    Thanks in advance.
    [email protected]
    [email protected]
    =================================================================
    =========
    Here's what shows up when I try to start the Oracle Universal
    Installer:
    [oracle@localhost cdrom]$ ./runInstaller
    [oracle@localhost cdrom]$ Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait...
    SIGSEGV received at bfffedac
    in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/E
    xpanded/linux/lib/linux/native_threads/libjava.so. Processing
    terminated
    Sat Sep 29 12:58:56 2001
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT
    enabled: jitc)"
    Operating Environment
    Host : localhost.localdomain.localdomain
    OS Level : 2.4.3-20mdk.#1 Sun Apr 15 23:03:10 CEST 2001
    glibc Version : 2.2.2
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
         Mem: 525901824 116862976 409038848 0 6377472
    61140992
         Swap: 1069244416 0 1069244416
         MemTotal: 513576 kB
         MemFree: 399452 kB
         MemShared: 0 kB
         Buffers: 6228 kB
         Cached: 59708 kB
         Active: 63740 kB
         Inact_dirty: 2196 kB
         Inact_clean: 0 kB
         Inact_target: 1072 kB
         HighTotal: 0 kB
         HighFree: 0 kB
         LowTotal: 513576 kB
         LowFree: 399452 kB
         SwapTotal: 1044184 kB
         SwapFree: 1044184 kB
         User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE : infinity
         RLIMIT_DATA : infinity
         RLIMIT_STACK : 2093056
         RLIMIT_CORE : 0
         RLIMIT_NOFILE : 1024
         RLIMIT_NPROC : 16383
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/cdrom/install
    LTDL_LIBRARY_PATH=/usr/lib
    ORACLE_SID=oralin
    TMPDIR=/usr/oracle/tmp
    XAUTHORITY=/usr/oracle/.Xauthority
    mc=
    LC_MESSAGES=en_US
    HOSTNAME=localhost.localdomain
    LD_LIBRARY_PATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/
    1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib
    :/usr/lib
    NLSPATH=/usr/share/locale/%l/%N
    CLASSPATH=/usr/oracle/tmp/OraInstall:../stage/Components/oracle.s
    wd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/OraInstaller.jar:../s
    tage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/l
    ib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/
    1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.
    swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/oracleice.jar:../sta
    ge/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib
    /help.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFi
    les/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.0
    .18.0A/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components
    /oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/swingaccess.
    jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/
    Expanded/linux/lib/rt.jar:/mnt/cdrom/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/cdrom/stag
    e/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/
    math.jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataF
    iles/Expanded/linux/lib/classes.zip
    LESSKEY=/etc/.less
    LANGUAGE=en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    BROWSER=kfmclient openProfile webbrowsing
    LESS=-MM
    USER=oracle
    LC_TIME=en_US
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;3
    3;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;
    32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.
    tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=
    01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz
    2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;3
    5:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.t
    if=01;35:*.tiff=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i586-mandrake-linux-gnu
    KDE_MULTIHEAD=f
    KDE_MULTIHEAD=false
    HELP_BROWSER=kfmclient openProfile webbrowsing
    THREADS_FLAG=native
    MAIL=/var/spool/mail/oracle
    INPUTRC=/etc/inputrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/usr/oracle/.gtkrc
    XMODIFIERS=@im=none
    LANG=en
    JAVA_HOME=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/Data
    Files/Expanded/linux
    ORACLE_BASE=/usr/oraInventory
    LC_NUMERIC=en_US
    COLORTERM=
    ORACLE_HOME=/usr/oracle
    TMP=/usr/oracle/tmp
    DISPLAY=localhost:0.0
    LOGNAME=oracle
    SHLVL=3
    LC_CTYPE=en_US
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-
    unix/1074
    SHELL=/bin/bash
    HOSTTYPE=i586
    QT_XFT=0
    OSTYPE=linux-gnu
    HISTSIZE=1000
    HOME=/usr/oracle
    TERM=xterm
    PATH=/bin:/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/u
    sr/X11R6/bin:/usr/games:/usr/oracle/bin
    SECURE_LEVEL=3
    LC_MONETARY=en_US
    RPM_INSTALL_LANG=en_US:en
    LC_COLLATE=en_US
    LIBPATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFi
    les/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf764 used
    (128932) free(-12196)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4032a238,
    sys_thread_t:0x80dca78)
    Native Thread State: ThreadID: 00000803 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf5ffb20 pointer bf5ff914 used
    (524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4032a288, sys_thread_t:0x80dc7f8)
    Native Thread State: ThreadID: 00000402 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf7ffb20 pointer bf7ff988 used
    (408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf758 used
    (128944) free(-12208)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip 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.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    OK
    [oracle@localhost cdrom]$
    =================================================================
    =========
    [email protected]
    [email protected]

    I have Mandrake 8.0 on PII-600, 256 RAM. I used the downloaded
    8.1.7. Edit JRE_LOCATION in Disk1/install/oraparam.ini to point
    to your version of JRE 1.1.8 v3 (JRE from
    http://www.backdown.org). Then try with NUMLOCK=OFF.
    I just clicked the 'typical' installation. It failed at the end
    and did not install the database manager. The error message was:
    SIGGEV received at bfffea90 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threads/libjava.so
    Process terminated
    Writing stack trace to javacore30299.txt... OK
    /u01/app/oracle/product/8.1.7/bin/dbassist: line 103: 30229
    Segmentation fault $JRE_EXEC -Duser.dir=$USER_DIR -classpath
    $CLASSPATH DBCreateWizard $ARGUMENTS
    If you get beyond this point, let me know. Good luck!

  • Oracle 10g Universal Installer not running in HP-UX itanium

    <span class="MsgBodyText">I am installing Oracle 10.2 to HP-UX itanium 11i (11.23).
    I followed all the necessary steps mentioned in oracle installation guide.
    I update kernel parameter, oracle home directory creation, permission, oracle user and dba,oinstall group creation.
    But when i run the runinstaller i got some error so that i cant go forward to database installation. here are the errors
    <span class="MsgBodyText">bash-3.2$ uname -a
    HP-UX incbk B.11.23 U ia64 0831792644 unlimited-user license
    bash-3.2$ /test_archive/10g_HP-UX/database/runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be B.11.23. Actual B.11.23
    Passed
    Checking swap space: must be greater than 250 MB. Actual 4095 MB Passed
    Checking Temp space: must be greater than 250 MB. Actual 1955 MB Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from
    /tmp/OraInstall2009-02-10_10-42-00AM. Please wait ...bash-3.2$
    Unhandled signal occurred at 0x60000000c8366780
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]: Error 0
    si_code [2]: SEGV_ACCERR [addr: 0x0]
    Aborting...
    Another exception has been detected while we were handling last error.
    Dumping information about last error:
    ERROR REPORT FILE = (N/A)
    PC = c8366780
    SIGNAL = 11
    FUNCTION NAME = (N/A)
    OFFSET = 0xFFFFFFFF
    LIBRARY NAME = (N/A)
    Please check ERROR REPORT FILE for further information, if there is any.
    Good bye.
    <span class="MsgBodyText">Please help me...
    Is the problem in OS level or any patch problem??
    I have no idea. Please give some idea.
    Shafiul
    Novotel-bd

    hi,
    Please check metalink note 169706.1 fro OS requirements

  • P6v7 Web Services Oracle Universal Installer Error Setting Java_Home veriab

    Hi,
    I am installing Primavera P6 v7 web serivces on a Ms Windows 2003 SP2 server machine but it gives error "error setting Java_Home environment variable" every time i run the oracle universal installer setup of P6 v7 web services. I have already installed Java JRE1.6.0_14 and set the JAVA_HOME variables in both system and user variables. I have also tried manually setting path of JAVA during setup but no luck so far everytime same error. I have been looking at the log file in oracle inventory folder but did not find any hint to resolve the issue.
    Please suggest a solution or workaround.
    Regards,
    Shahid

    r u using 32bit or 64bit java?? better to use 32 bit java. Create 3 variable for EPPM P6
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • [b]Can't not run the Oracle Universal Installer (Oracle8.1.7 for Linux) on

    I have a problem when try to install Oracle8i Release 8.1.7 Enterprise Edition on RedHat Linux 7.3. After I do the pre-installation tasks, i enter the command (runs as the oracle user):
    $ /tmp/Disk1/runInstaller
    I wait for the one minute and then nothing is happen. I don't understand the reason why the Oracle Universal Installer can't not display! Please tell me all reasons may be!

    Sorry the Oracle version should be 1.7 not 1.1.7. I downloaded it from the web site. The JRE I downloaded is jre 1.18 because the installer asked for this version.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bin Yao ([email protected]):
    I have a problem to install Oracle8 1.1.7 for linux on Mandrake. When I run ./runIstaller I got a error message that the Java RunTime Enviroment was not found at ?/bin/jre. The "?"stands for a strange character and may change at diffrent time runing the installer. I downloaded a JRE from blackdown and make a link to /usr/local/jre and I also tried to make link to the JRE shiped with Oracle8 1.1.7. But I still get same error. Does Oracle8 1.1.7 still need JRE downloaded and insatll(or link) to /usr/local/jre? I don't know what else I can try. Please give me a help. Thanks.<HR></BLOCKQUOTE>
    null

  • Oracle 11G javaw Universal Installer error

    Hey all,
    I'm trying to install Oracle 11G on XP Pro and I'm having all sorts of problems. I downloaded the complete installer:
    <b>Oracle Database 11g Release 1 (11.1.0.6.0)</b>
    and I receive the following error when I attempt to install:
    <b>The Java RunTime Enviroment was not found at bin/javaw.exe. 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.</b>
    I installed JRE 1.4.2.18 rebooted the computer and tried to install again and still recieved the same error.
    I checked the path to javaw.exe in the Java Control Panel and the path is there. I even disabled the one that was created with the install and still no luck.
    I saw something in the fourms about the need to disable your firewall because the Oracle Installer writes to the registry. I am running Macafee and have disabled my firewall and still no luck.
    Finally, back to the Java Control Panel. Under the "Java tab" --> then clicking the "view" button under the "Java Application Runtime Settings" there are two tabs, "User" and "System" that show paths for the Java software location on the system. Under the "user" tab there are two entries for the JRE 1.4 and 1.6 platforms, but only one entry (1.6) under the "system" tab, with no way for me to add a path to that tab. Please note I am using an Administrator account
    Thanks for any assistance

    Hmmm...you downloaded the entire .zip file and checked the length?
    You unzipped the file with directory structures intact?
    You ran the setup file at the top of the unzipped directory strucure?
    You read the installation manual and made sure all prerequisites for installation are met?

  • Universal Installer won't run in Linux

    When I try to run the Universal Installer from the hard drive in Red Hat Linux I get the following message
    Initializing Java Virtual Machine from /tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    How do get OUI to run in Linux?

    We reinstalled Linux per puschitz.com's instructions (ie. load the software development options), installed j2re1.4, then modified the ini file that OUI uses to point to our jre install instead of the busted jre that ships with OUI. That finally got OUI working. Thanks to everyone that replied to my inquiry :-)

Maybe you are looking for

  • SharePoint 2013 Configuration Wizard failure while joining a WFE to the existing server farm.

    Dears, I've been troubleshooting an issue while trying to join a new WFE server to an existing SharePoint 2013 farm. Issue Description:  When we run the wizard it runs for almost 30 to 45 minutes on the step 3 itself and eventually fails at the end w

  • Two issues, Question mark and Chinese

    Issue #1 - When I go to a URL such as the Apple.com location, OT files such as the iPhone (drool) currently featured don't appear. Instead I get a semi transparent QT logo with a Question mark superimposed over it. Same goes for QT files that are ema

  • Dreamweave MX 2004...need help

    Anyone in the Chicago area interested in assisting me in learning Dreamweaver from scratch please e-mail me. Let me know your fee and perhaps we both can benefit. Thanks much, Ted [email protected]

  • How can I improve the screen loading speed on STB?

    Hi all, My applications on STB requires quite a lot of time when switching the screens.. initially I suspect it might because of parsing xml ... so I change from nano to the one apenz adopts. (thanks apenz:)) ,but the speed does not change much.... t

  • PAD function in oracle

    Hi, There is a column called description in the table TEST and the data are : NO DESCRIPTION 100 Chennai 200 Mumbai 300 Hyderabad The requiremnt is that I need to add two asteriks before the description followed by a white space and two asteriks afte