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!

Similar Messages

  • 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 Oracle on Red Hat Linux?

    My System is having P4 1.8 GHz Processor with 128 MB RAM, 40 GB HDD(7 GB Linux Partition + 1 GB Swap Partition). I have installed Red Hat Linux 9(Server). Now, I want to install Oracle 9 on this syste. But I don't know how to install it. Anyone who knows this, plz, mail me the necessary system requirements alongwith some settings, if any. My Email ID is [email protected]/[email protected]

    I think you'll have some problems with 128MB RAM.....<br><br>
    :P Nonsense, but I do hope that hard drive is one of those new, fancy flash hard drives, otherwise the system will spend so much time swapping that it won't get past the installer.

  • How to install 11i on Red Hat Linux 64 bit

    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12.
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% complete

    Hi;
    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12. You mean oracle database 11g or you mean oracle e-business suite 11i? I am little confused
    If you mention oracle database 11g than check below
    What is exact linux version. Oracle 11gr2 certified wiht linux64. Please check:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% completeIf you mention Oracle E-Busines suite than you can not install apps tier on 64 bit which is not supported.
    Regard
    Helios

  • How to install jsdk on Red Hat Linux 9.0

    Im new user of Linux using RedHat Linux9.0 with kernel-2.4.20-8 with /lib/libc-2.3.2.so ....
    Ive downloaded both: j2sdk-1_3_1_08-linux-i586.bin and j2sdk-1_3_1_08-linux-i586.rpm.bin and execute the following commands but there was no results not even error...commands were:
    chmod a+x j2sdk-1_3_1_08-linux-i586-rpm.bin ./j2sdk-1_3_1_08-linux-i586-rpm.bin
    chmod a+x j2sdk-1_3_1_08-linux-i586.bin ./j2sdk-1_3_1_08-linux-i586.bin
    Ive follwed the instructions of Installation notes on http://java.sun.com/j2se/1.3/install-linux-sdk.html
    Now plz tell me what shuold I do and another problem is that Im trying to install JBuilder7 on Linux but its not installing and even no response when I execute the installation file..

    Hi , how are you ??
    I have a problem with the installation.
    I had followed the step mentioned above but only the root can use java/javac.
    This is my /etc/profile :
    # /etc/profile
    # System wide environment and startup programs, for login setup
    # Functions and aliases go in /etc/bashrc
    pathmunge () {
         if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)" ; then
         if [ "$2" = "after" ] ; then
         PATH=$PATH:$1
         else
         PATH=$1:$PATH
         fi
         fi
    # Path manipulation
    if [ `id -u` = 0 ]; then
         pathmunge /sbin
         pathmunge /usr/sbin
         pathmunge /usr/local/sbin
    fi
    pathmunge /usr/java/j2sdk1.4.1_02/bin after
    pathmunge /usr/X11R6/bin after
    unset pathmunge
    # No core files by default
    ulimit -S -c 0 > /dev/null 2>&1
    USER="`id -un`"
    LOGNAME=$USER
    MAIL="/var/spool/mail/$USER"
    JAVA_HOME="/usr/java/j2sdk1.4.1_02"
    CLASSPATH="/usr/java/j2sdk1.4.1_02/lib:."
    HOSTNAME=`/bin/hostname`
    HISTSIZE=1000
    if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
    INPUTRC=/etc/inputrc
    fi
    for i in /etc/profile.d/*.sh ; do
    if [ -r "$i" ]; then
         . $i
    fi
    done
    unset i
    export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC JAVA_HOME CLASSPATH
    What is the error .. ??
    Help me please!!

  • How to install Apache on Red Hat Linux Server-5.....Urgent Reply

    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.

    944096 wrote:
    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.why is it URGENT for me to provide you with any assistance?
    when all else fails Read The Fine Manual
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11
    Handle:     944096
    Status Level:     Newbie
    Registered:     Jul 2, 2012
    Total Posts:     10
    Total Questions:     6 (5 unresolved)
    why do you waste time here when you rarely get your questions answered?

  • How to install Java on Red Hat

    Does anyone know how to install Java on Red Hat. I'm having problems installing it, and I can't really find any instructions anywhere on how to go about it. Thanks.

    Java won't run on Red Hat because of firewall
    problems.What ? Since when ? But there are problems with certain versions of RH.
    Nothing to do with a firewall though.
    >
    It only runs on Sun and Windows 95.
    But not the Vax version.

  • Missing Listener.ora after installing 8i on Red Hat Linux 6.1

    Hi
    After Installing Oracle Enterprize Edition on Red Hat Linux 6.1(Using two patches viz jre1.1.6 and linux_815patches)& created default database with sid ORCL.But listener.ora is missing in $ORACLE_HOME/network/admin.
    So showing error when ever trying to start lsnrctl service.
    What is the reason ? How can you we get default listner.
    Is there any other way to connect client and server without listener.ora.
    please reply immediately.
    null

    Create and configure it. See Section 5:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • JVM problem in installing oracle9i on Red Hat Linux ver 4.18

    Hi ,
    I am facing problem in installing oracle 9i on Red Hat Linux ver 4.18
    Error are
    " Initializing Java Virtual Machine from /tmp/OraInstall2007-06-10_12-11-22AM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2007-06-10_12-11-22AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference"
    can anybody help me?

    Hi,
    You should consider installing Oracle patch 4198954.
    You can obtain it from Oracle Support (Metalink).
    Regs,
    Olivier Guyot

  • Installing 8iR2 on Red Hat Linux 6.1

    Hi, there,
    I am trying to instaling 8iR2 on Red Hat 6.1 and get the following messege:
    Xlib: connection to ":0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(MToolkit.java:63)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:417)
    Linux was installed as GNOME workstation, and JRE116_V5 was installed and properly linked. I am running "runInstaller" as regular user.
    What is the problem? Replies appreciated.
    Fude Yao

    Open a term window.
    Type 'xhost +' (without the single quotes - duh)
    try running the installer again.

  • HOw to uninstall OBIEE in Red Hat Linux?

    Hello All,
    How do I completely uninstall OBIEE in Linux (RHEL 5, in my case)?
    I tried running setup again, and it did not have any options for removal. The only options were to update the existing installation or to perform a fresh install.
    Should I simply remove the OracleBI and OracleBIData directories? Would that be the way to "uninstall" OBIEE in Linux?
    Thank you for any help.
    -sb

    The majority of the programs in Linux can be uninstalled by simply removing the directory where they are installed. OBIEE is not the exception.

  • Unable to install OBIEE on Red Hat Linux 64x

    Hi,
    I am unable to install OBIEE 10.1.3.4.0 on Linux.
    Whenever I run ./setup.sh it displays....
    Preparing Java Virtual(tm) machine
    Permission denied......
    I have followed all the instructions given in OBIEE Installation File.
    Could someone help me out with this issue.
    Thanks,
    Kans

    Hi rnm1978,
    Thanks for the response.
    I am facing issue while installing OBIEE on Linux machine.
    I ran UNIX check script to check the prerequisites, before installing OBIEE, and it was successful.
    Error shows that there are some permission issue, however i am not able to figure out the root couse.
    is there any way i can troubleshoot on this?
    Thanks,
    Kans

  • I can't install JMF on Red Hat Linux . Please help

    Dear All,
    I want to use webcam on linux. But the JMF on linux is unable.
    I have follow the instructions on Sun. But there were always errors. Then i used JMFDIAGNOSTICS to test my JMF. It reported:
    JMF Diagnostics:
    Java 1.1 compliant browser.....Maybe
    JMF classes.....Not Found (But I do have set the CLASSPATH to the location where I installed the JMF in)
    Can anybody do me a favour?
    Is there anybody have successful experience on using JMF on linux? if so, can you give me some advice?
    Thanks in advance!
    [email protected]
    Randy Yang

    Hi,
    It seems that we have the same problem. If you have solved your problem could you post the solution please...
    If not yet , you may find some usefull information on :
    http://forum.java.sun.com/thread.jspa?threadID=750005&tstart=0
    Thx in either cases

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle  part II

    All,
    After succeeding in fixing the 64bit issue I have another issue when wanting to install ERP2005 on Red Hat linux beeing:
    the following error message:
    error in:
    Class   : com.sap.sdt.gui.core.SDTGui
    Name    : main
    Static  : true
    class [Ljava.lang.String; - [Ljava.lang.String;@4ee64ee6
    java.lang.RuntimeException: invocation target exception: Can't connect to X11 window server using 'localhost:11.0' as the value of the DISPLAY variable.
            at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)
            at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
            at SDTGui.main(SDTGui.java:46)
    I do have my java home set and paths and display, but still this issue comes up
    at first I had installed the SUN java version 1.4.2.13 but that did not work as well (and was a 32bits version, no 64bits found there for linux) so I deinstalled that one and installed the IBM java 64bit version for linux.
    Hopefully someone knows a sollution, cause it is getting me bold.
    cheers
    Chris

    not solved but open to long without responce

  • Order of installing Windows XP, Solaris & Red Hat Linux...

    Hi all,
    If I were to install Windows XP, Red Hat Linux & Solaris in intel dual core machine, in which order do I proceed to install. First Windows XP, then Solaris & Linux, I believe. Am I right. If not, please correct me.
    Thanks,
    ...

    Although posted under different title and content, your most recent thread
    Windows and Solaris not booting on a Windows, Solaris and Linux Machine.
    is actually the duplicate of this thread.
    The right order of install is Windows XP, RHEL, Solaris. Because, if the Linux is the last installed OS, the Linux version of GRUB will be installed on the MBR (Master Boot Record), and you will not be able to boot Solaris. Why? Because the Linux GRUB doesn't currently recognize Solaris VTOC (Volume Table Of Contents) and UFS (Universal Disk Format File System) formats. Only the Solaris version of GRUB works as common loader for Solaris and Linux. Since you installed Linux as the last OS (as per your duplicated thread), you can try to chainload from the Linux GRUB by modifying the grub.conf on Linux, eg:
    # cat /boot/grub/grub.conf
    default=2
    timeout=15
    color white/blue black/cyan
    title Windows XP
         rootnoverify (hd0,0)
         chainloader +1
    title Solaris 5.10
         root (hd0,1)
         makeactive
         chainloader +1
         boot
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,2)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.imgwhere
    (hd0) is the first (bootable) BIOS physical disk, and GRUB boot loader is installed on its MBR
    (hd0,0) is the first primary partition of the first BIOS disk - Windows XP
    (hd0,1) is the second primary partition of the first BIOS disk - Solaris 5.10
    (hd0,2) is the third primary partition of the first BIOS disk - RHEL-4
    Modify this according to your real disk partition map if it's necessary.
    If this doesn't work (at least it should work for Windows and Linux), then I suggest reinstalling all three OSs from the ground up. A year ago I successfully installed Windows Server 2003, RHEL-4.5 and Solaris 10 on single 250 GB physical disk. You can follow my procedure. Before that, boot the system with the first RHEL-4 installation CD, type "linux rescue" and press Enter. When linux console appears, delete all partitions using fdisk. Or, alternatively, type
    dd if=/dev/zero of=/dev/sda bs=1024 count=2048This will erase your Master Boot Record and MBR Partition Table inside it, even much more filling out 2 MB continuous disk area with zeros. Restart the system, insert Windows installation media and start the procedure:
    1. install Windows XP as the first OS. If it doesn't matter, create only one 25 GB C: drive on the entire primary partition rather than 10 GB C: and 15 GB D: drives, unless you are not sure Solaris had overwritten the D: drive on the extended partition
    2. install RHEL-4 as the second OS. At this point you will be able to access Windows and RHEL-4 from GRUB. Boot RHEL-4 and navigate to /boot/grub/grub.conf. As you might need this information later, copy or make a note of the Linux entry on paper. The entry is something like this:
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,1)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.img3. install Solaris 10 (SunOS 5.10) as the third OS. That way the Solaris version of GRUB will overwrite Linux GRUB in MBR and will be installed as the common loader for all three OSs. At this point your system might be set to boot all three operating systems. If not, you will be able to access the Solaris and Windows only. In that case boot Solaris, navigate to /boot/grub/menu.lst and add the Linux entry you copied from Linux grub.conf in the step 2. The next time you restart the system, you should be able to boot all three operating systems using Solaris version of GRUB.
    NJ

Maybe you are looking for