Trying to install oracle-xe-10.2.0.1-1.0.i386.rpm or any .rpm [SOLVED]

I got as far as making a folder with the file and running "rpmextract.sh oracle-xe-10.2.0.1-1.0.i386.rpm"  Which gave me an etc and an usr folder. There is a /home/me/Oracle/etc/init.d/oracle-xe file. I "chmod 111 oracle-xe" then did "./oracle-xe configure". I got this as part of the output.
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
/bin/chown: invalid user: `oracle:dba'
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
/bin/chown: invalid user: `oracle:dba'
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
/bin/chown: invalid user: `oracle:dba'
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
/bin/chown: invalid user: `oracle:dba'
sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
/bin/chown: invalid user: `oracle:dba'
Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
Done
/bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
/bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
/bin/chown: invalid user: `oracle:dba'
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
However, the installation was not successful. How do I undo what I have done and how do I install this correctly? Thank you.
Last edited by Never (2010-09-29 01:45:09)

rpm-org need lua and then beecrypt to work. I could pacman lua but the other bit needed to be taken in as a tarball. I had to do that "tar -xvzf beecrypt" then entered beecrypt and ran makepkg. Bunch of words, then I got a "beecrypt-4.2.1-2-i686.pkg.tar.xz" file. I turned into the super user and did "pacman -U beecrypt-4.2.1-2-i686.pkg.tar.xz" which installed the program.I did the same process for rpm-org. This is the correct way to do these things right? As I was unable to do the process directly with rpm-org since it was requiring dependencies and I should not assume super user to install programs outside of a pacman call?
mcmillan wrote:And once you have figured out how to use the AUR, I think you should look to install one of the oracle-xe packages, rather than rpm as in that link, unless karol had a specific reason to suggest installing rpm-org. I have a feeling that mixing package managers like that is likely to end up causing more problems.
Ok, so now that I have the ability to actually open this, oracle-xe-10.2.0.1-1.0.i386.rpm, file. You are saying that doing it this way could be bad for the system and I should just use the package build from AUR? How is it bad for the system? Does it merely make it so that pacman cannot uninstall the software.
Also, I can delete the stuff I independently downloaded the,*.pkg.tar.xz files and the *.tar.xz files, without effecting the running installs?

Similar Messages

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Error while trying to install Oracle 8.15 on Redhat 6.1

    I have been trying to install Oracle 8i (8.15) on my machine but I got an error while trying to run runInstaller:
    Initializing java virtual machine from /usr/local/jre/bin/jre. Please wait
    Error in CreateOUIProcess(): -1
    : Bad Address
    FYI:
    - I downloaded the Oracle 8i from the technet download site (I am not using a CD)
    - I am using Redhat 6.1
    - I downloaded and installed JRE as advised in the documentation.
    - My machine is a AMD K6, so is non-intel but I have not noticed any other problems using Redhat.
    - I currently only have 96MB RAM as opposed to the recommended 128MB.
    Please Help!!!
    null

    (All comments are based on redhat 6.0, not sure about other distros)
    If u are only using one linux machine, then I don't think you need to have 'DISPLAY' defined. Unset it then. This variable tells X clients where to display its X output. If unsetting does not make it work, then try 'export DISPLAY=ip_address:0.0' and then 'xhost +ip_address', where ip_address is the IP of your machine, or try 127.0.0.1.
    If u have two linux machines, like what I did:
    * Ran X on client machine (192.168.0.2).
    * Telnet to server machine (192.168.0.1 - where 8i will be installed), login as 'oracle'
    * On the telnet session, I 'su' as root then mounted the CD, then 'exit' to return to the 'oracle' login on the telnet session.
    * On the telnet session, I did 'export DISPLAY=192.168.0.2:0.0' - telling it that all X clients on this telnet session will send its X output to the host on 192.168.0.1.
    * On the client machine (where X is running), opened another shell, did a 'xhost +192.168.0.1' - telling the X server on the client machine to accept X connections from the server machine (192.168.0.1).
    * Went back to the telnet session to the server machine, then ran the installer.
    In short, everything you do can be done remotely, apart from putting the CD on the server machine.
    The installer runs on the server but send its output to the client.
    null

  • I am trying to install Oracle 9i on Windows Server 2008

    Hi
    I am trying to install Oracle 9i on Windows Server 2008.
    While installing third CD it shows the following error message
    "jrew.exe has stopped working"
    Please guide me what to do next as early as possible.
    Thanks

    Why?
    The general policy of Oracle is very simple:
    it certifies against the current version of the OS.
    It never re-certifies against new releases of the OS.
    Windows 2008 didn't exist when Oracle 9i was released.
    Sybrand Bakker
    Senior Oracle DBA

  • Trying to install Oracle 8i on Windows XP

    I had been trying to install oracle 8i on Windows XP with no success so far; Every time a start the setup the program just shutdown without any message. I changed the security of the Explorer to low but the result is the same.
    Does anybody know why?
    Thanks in advance....

    This is an issue Intel Pentium 4 Processors, Sun JRE and Symantec JIT will encounter this problem.
    Work around and info in the following links;
    http://www.indiana.edu/~dms/databases/oracle/pentium_iv_bug_fix.htm
    http://support.intel.com/support/processors/pentium4/issues.htm

  • Jrew.exe has stopped working when iam trying to install oracle on vista

    hi,
    iam gettin an error stating that jrew.exe has stopped working when iam trying to install oracle 9i on windows vista cam anyone help me in resolving it

    Duplicate post. Please stick to Re: jrew.exe has stopped working when iam tryin to install oracle9i on vista

  • Error when trying to install Oracle BPEL Process Manager

    I'm receiving this when trying to install Oracle BPEL Process Manager
    setup.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you click in the details, I can see:
    Error signature
    AppName: setup.exe AppVer: 0.0.0.0 ModName: unknown
    ModVer: 0.0.0.0 Offset: 20224d41
    Does anyone knows what it mean?
    Thanks,
    Leandro

    Hi Leandro,
    Check whether you have downloaded the file properly and size of the file is same as what mentioned on the download page.
    Regards,
    Anuj

  • ORA-12701 when trying to install Oracle on OpenSuse

    So, I'm trying to install oracle 11g r2 on OpenSuse (11.3, 64bit), and when I try to create DB with command
    create database bongo
    logfile group 1 ('/opt/oracle/oradata/db_name/redo1.log') size 100M,
                group 2 ('/opt/oracle/oradata/db_name/redo2.log') size 100M,
                group 3 ('/opt/oracle/oradata/db_name/redo3.log') size 100M
    character set WE8ISO8859P2
    national character set AL16UTF16
    datafile '/opt/oracle/oradata/db_name/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/opt/oracle/oradata/db_name/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace UNDOTBS1 datafile '/opt/oracle/oradata/db_name/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/opt/oracle/oradata/db_name/temp01.dbf' size 100M;I got an error:
    national character set AL16UTF16
    ERROR at line 6:
    ORA-12701: CREATE DATABASE character set is not known
    what's missing?
    regards and happy new year

    Hello,
    WE8ISO8859P2Are you sure about this Character Set ?
    You may try with WE8ISO8859P1 or WE8ISO8859P15 for instance.
    You'll have the list of Character Set for Oracle 11.2 on the following Tables:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10729/applocaledata.htm#CIAEICDE
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Jan 1, 2011 10:20 PM

  • TRYING to install Oracle Forms 6i w/ PO8i... please advise

    Hi, I currently have Personal Oracle 8i installed on an HP Pavilion Win98. I have taken a class called Personal Oracle and have bought a few books and have been learning SQL, SQL Plus, and trying PL/SQL. However, I also want to learn some development skills and have tried to install Oracle Forms 6i (the version I have is for 95/98/NT, so at least I know I have the correct platform compatability). When I try to install Forms I'm getting 'missing file' errors that prevent the installation. Does the Oracle Home 'Name' and 'Location' have to be the same as the Personal Oracle installation, do they need to be different? Everything I'm doing for now will be done entirely on this machine, so location of data is not an issue. These are the files missing when I try to install:
    jre11.map
    rsf73.map
    cdesql60.map
    I had the 'cdesql60.map' missing file error first. Then I did a couple of other things (don't know what the heck I did) and then I get the 'rsf73.map' error, then the 'jre11.map' error. I tried using the universal installer but there seems to be no 'products.jar' file on the Forms 6i disc.
    Can anyone please help me figure out how to get this Forms disc installed?!
    Many thanks in advance...
    Please drop me an email at:
    [email protected]
    null

    Forms 6i have to installed on a separate oracle home than the oracle DB as it overwrites some dll files already existing in the 8i oracle home. Install Form 6i on a separate oracle home.

  • I have to install Oracle 9.2 on Solaris 9 I have no clue can any body help

    I have to install Oracle 9.2 on Solaris 9 I have no clue can any body help me I havent installed oracle on any Unix based system only done on Windows based by running the oracle installer can any one guide me how to accomplish this Task. any detailed step by step how to install from CD drive how to mount it. Please reply
    Thanks

    Hi,
    <br></br>
    <br>You can help with this doc Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, Linux Intel, and Sun Solaris</br>
    <br>Bests reagards,</br>
    <br>Nicolas</br>

  • Oracle-instantclient-devel-10.1.0.4-1.i386.rpm

    Hello,
    There is a broken link: http://download.oracle.com/otn/linux/instantclient/oracle-instantclient-devel-10.1.0.4-1.i386.rpm
    Actually it says 404 when you want to go: http://download.oracle.com/otn/linux/instantclient/
    Could you fix it?
    Thanks
    Caglar Ulkuderner
    System Administrator
    Scientific and Technological Research Council of Turkey

    Have you tried to trace the sqlplus command ?
    In solaris I would do
    $ truss -o /tmp/kk.out sqlplus xxx/yyy@cccc
    and then I would check what files sqlplus is trying to open and the "presumed" location of such files (at least where sqlplus believe they are).
    I linux I think you have to use strace (similar arguments)
    With these programs, you can see all the system calls done by sqlplus (including the "open" call). Very useful stuff to catch up configuration errors.
    regards.

  • Please help: trying to install Oracle 8.1.6.0 on Mandrake 8.1

    Hi, I am trying to install Oracle8i that comes with "Oracle for Linux Starter Kit" on Mandrake 8.1. Could someone please give tips or pointer how i can accomplish this? The Universal Installer starts fine, but then a dialog pops up about compiling sqlplus. here is a piece from the log file:
    Calling action unixActions1.7.0.17.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /usr/oracle/sqlplus/lib/ins_sqlplus.mk
         installTarget = install
         undoMakeFileName =
         installArguments = ORACLE_HOME=/usr/oracle,
         logFile = /usr/oracle/install/make.log
         undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Calling action unixActions1.7.0.17.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /usr/oracle/network/lib/ins_net_client.mk
         installTarget = install
         undoMakeFileName =
         installArguments = ORACLE_HOME=/usr/oracle,
         logFile = /usr/oracle/install/make.log
         undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/network/lib/ins_net_client.mk
    Exception Severity: 1
    *** Cancel Dialog: ***
    User selected: Stop installation of all products.
    Error in invoking target install of makefile /usr/oracle/network/lib/ins_net_client.mk
    Unable to read /usr/oraInventory/oraInventory/Contents/OracleHomesList.ser. Some inventory information may be lost.
    Unable to read /usr/oraInventory/oraInventory/Contents/LibsList.ser. Some inventory information may be lost.

    I had the same problem with Oracle 9i on Mandrake 8.1. I am not sure if the same fix will work or not. See my 9i on 8.1 notes at:
    http://members.home.net/joseph.j.flynn/oracle.htm
    snip---
    You will get a link error after all of the copying and unpacking has been done somewhere in disk 3. Leave the error message up on the screen and go edit the $ORACLE_HOME/bin/genclntsh script. Blank out the LD_SELF_CONTAINED env var. Save and execute the script. Hit the retry button on the installer. The alternative approach to this involves downgrading the binutils but that seemed to get awfully messy to me. (thanks to a post from Helmut Seruega for this fix)

  • Has anyone tried to install Oracle 11g R1 on Windows 7?

    I'm planning to install Oracle 11g R1 (or R2) on Windows 7 but I don't see Windows 7 as one of the supported OS.

    During installtion I got error
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 11g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    ========================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    Recommendation: Install the recommended Service Pack.
    then I check the boxes(user defined)
    Installation is done.
    After installation I got tns listener error
    then I tried these steps to fix the error and its working fine
    On cmd prompt
    set ORACLE_HOME=c:\oracle\ora11g
    path=c:oracle\ora11g\bin;(path should contain bin folder)
    set ORACLE_SID=orcl
    set system environment variables also
    restart pc
    tnsping orcl
    Add one line to the WINDOWS/SYSTEM32/DRIVERS/ETC/HOSTS FILE
    IP_address hostname.domainname hostname
    LISTENER.ORA
    make sure host name is correct
    tnsnames.ora
    sqlnet.ora

  • Trying to install Oracle 11G R1 on AIX 6

    While trying to start the installation on the AIX server am receiving the below message and the installation Stops and never continues.
    can anyone help...
    Module=/crmdb/OraInstall2011-03-01_04-17-10PM/jdk/jre/bin/libj9jit23.so
    Module_base_address=090000000337F000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (16 logical CPUs) (0x80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/crmdb/core.20110301.161715.7733330.dmp'
    JVMDUMP010I System Dump written to /crmdb/core.20110301.161715.7733330.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/crmdb/Snap0001.20110301.161715.7733330.trc'
    JVMDUMP010I Snap Dump written to /crmdb/Snap0001.20110301.161715.7733330.trc
    JVMDUMP007I JVM Requesting Java Dump using '/crmdb/javacore.20110301.161715.7733330.txt'
    JVMDUMP012E Error in Java Dump: /crmdb/javacore.20110301.161715.7733330.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".

    Goodnight,
    I have the same mistake I did the export of JAVA_COMPILER = NONE and I generate this error, you can help me to install Oracle 11.1 on AIX 6.1 ... Thanks
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 190 MB. Actual 1513 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 32768 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 1
    6777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-03-29_08
    -53-12PM. Please wait ...Mar 29, 2011 8:53:36 PM java.util.prefs.FileSystemPrefe
    rences$2 run
    WARNING: java.io.IOException: The file access permissions do not allow the speci
    fied action.
    Exception in thread "Timer-0" java.lang.SecurityException: Could not lock User p
    refs. Lock file access denied.
    at java.util.prefs.FileSystemPreferences.checkLockFile0ErrorCode(FileSys
    temPreferences.java:956)
    at java.util.prefs.FileSystemPreferences.lockFile(FileSystemPreferences.
    java:945)
    at java.util.prefs.FileSystemPreferences.sync(FileSystemPreferences.java
    :751)
    at java.util.prefs.FileSystemPreferences.flush(FileSystemPreferences.jav
    a:844)
    at java.util.prefs.FileSystemPreferences.syncWorld(FileSystemPreferences
    .java:488)
    at java.util.prefs.FileSystemPreferences.access$1200(FileSystemPreferenc
    es.java:61)
    at java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.jav
    a:447)
    at java.util.TimerThread.mainLoop(Timer.java:527)
    at java.util.TimerThread.run(Timer.java:477)
    Mar 29, 2011 8:54:29 PM java.util.prefs.FileSystemPreferences$3 run
    INFO: Created system preferences directory in java.home.
    Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Sig
    nal_Code=00000033
    Handler1=09001000A056FC78 Handler2=09001000A0567538
    R0=000000011075CBE4 R1=0FFFFFFFFFFFBE40 R2=0000000000000006 R3=0000000000000001
    R4=0000000111AE96A8 R5=0000000111AE96B8 R6=0000000111AE95E8 R7=0000000111AE95E8
    R8=0000000000000008 R9=0000000111AE96B8 R10=0700000000613CC0 R11=0900000002831C3
    8
    R12=0000000110EE32D8 R13=00000001100138A0 R14=0000000111AE96E8 R15=00000001100A4
    000
    R16=0000000110F892F0 R17=0000000113197068 R18=09001000A05733B0 R19=0000000000000
    02A
    R20=000000011202FC98 R21=0000000111AE97E0 R22=00000001100A4080 R23=0000000000000
    000
    R24=0000000113226500 R25=0000000113226500 R26=070000000060C398 R27=0000000000000
    000
    R28=0000000000000031 R29=0000000000000000 R30=0700000000798C68 R31=0000000000000
    000
    IAR=0900000002831C38 LR=000000011075D42C MSR=A00000000000D032 CTR=0900000002831C
    38
    CR=8258584420000004 FPSCR=8200200000000000 XER=2000000482002000
    FPR0 4024000000000000 (f: 0.000000, d: 1.000000e+01)
    FPR1 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR2 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR3 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR4 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR5 3fbc28f5c28f5c29 (f: 3264175104.000000, d: 1.100000e-01)
    FPR6 000000000000ffff (f: 65535.000000, d: 3.237859e-319)
    FPR7 0000000082004000 (f: 2181054464.000000, d: 1.077584e-314)
    FPR8 8000000000000000 (f: 0.000000, d: -0.000000e+00)
    FPR9 4040874000000000 (f: 0.000000, d: 3.305664e+01)
    FPR10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR11 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR13 400c1599a0000000 (f: 2684354560.000000, d: 3.510547e+00)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/tmp/OraInstall2011-03-29_08-53-12PM/jdk/jre/bin/libj9jit23.so
    Module_base_address=0900000002807000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (24 logical CPUs) (0xf80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/tmp/core.20110329.205434.4915342.
    dmp'
    JVMDUMP010I System Dump written to /tmp/core.20110329.205434.4915342.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/tmp/Snap0001.20110329.205434.491534
    2.trc'
    JVMDUMP010I Snap Dump written to /tmp/Snap0001.20110329.205434.4915342.trc
    JVMDUMP007I JVM Requesting Java Dump using '/tmp/javacore.20110329.205434.491534
    2.txt'
    JVMDUMP010I Java Dump written to /tmp/javacore.20110329.205434.4915342.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".

  • I Am Trying to Install Oracle WebLogic under Snow Leopard

    Hello,
    I am trying to install a Generic version of Oracle WebLogic App Server on my MacBook running Snow Leopard. The installation process asks for JDK selection
    either a bundled JDK or a local JDK and one as to specify the location of the JDK.
    I have tried to locate the JDK all over but have been unsuccesful. I would deeply appreciate it if anyone could point me to where the location of the JDK is under Snow Leopard, which will enable me to proceed with the installation of Weblogic.
    Thanks in advance !

    Take a look here
    http://blogs.sun.com/wahmed/entry/installingweblogics_10_31
    Hope that helps.
    Message was edited by: Dave Sawyer

Maybe you are looking for

  • I keep on getting the message "missing .dll file" when I try to install Itunes on Windows 7 what is wrong ?

    I am using Windows 7 (64) and keep on getting the message of "missing .dll files" after I attempt to install the latest version of ITunes. I attempted to install an earlier version and had the same results. I have uninstalled and reinstalled ITunes t

  • JS RegExp Bug in CS5

    var text = "aXbY"; var re = /^(.*?)(?:X(.+)Y)?$/; alert(text.match(re)); Returns "aXbY,,b" in Photoshop instead of "aXbY,a,b". The non-capturing parentheses seems to be the problem.

  • Can BI 4.0 be installed on Windows enterprise instead of Windows server?

    Can I install BI 4.0 FP3 on my laptop which runs Windows 7 enterprise instead of on a windows server?  The prerequisite check gives only "yellow warning" fo rthe windows server version and shows as "optional".  Does that mean it is OK to install on a

  • Operator manual for T61 type 7665-AD2

    Although computing on desktops for 20 + years, I have never used a notebook & recently purchased a T61 Type 7665-AD2.  It took me several minutes to figure how to turn it on.  I have still not figured how to connect to internet, or use the machine. 

  • Sound preview in Nautilus not working

    Hi, I'm trying to get the sound preview in Nautilus working.  As far as I can tell from searches I need mpg321, but installing that and setting preview sound files to 'always' in the File Management Preferences doesn't work.  Could it be that a parti