Installing Java EE SDK on 64-bit Red Hat Linux

I've went through a lot of pain to get J2EE SDK / GlassFish server on a AMD64 Red Hat Enterprise Linux 5 server box. Maybe it helps somebody.
Long story short, it all seems to boil down to the fact that the J2EE Linux .bin (non-RPM) packages Sun provides require a 32-bit JVM running. So if you just installed 64-bit JDK you're toasted.
Chronicle of pain and solution below:
Downloaded the Linux packages for full EE5 SDK, also the bundle for GlassFish from http://java.sun.com/javaee/downloads/
Tried ./java_ee_sdk-5_08-jdk-6u17-linux.bin No luck. First I didn't have libstdc++.so.5 but so.6. I did
yum install compat-libstdc++-33
Tried again. It hanged:
*** glibc detected *** ... double free or corruption error
Downloaded the JDK RPM version. It worked fine:
# java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
Let's go again with EE SDK. Nope. Different error this time:
*** glibc detected *** ./java_ee_sdk-5_08-jdk-6u17-linux.bin: malloc(): memory corruption: 0x0992d2c0 ***
Tried setting env variable MALLOC_CHECK_:
export MALLOC_CHECK_=0
New error, but no hanging this time:
Attach to native process failed
Realized that JDK packages were platform-specific, unlike J2EE packages. Googled this: http://forums.java.net/jive/thread.jspa?threadID=37370
Downloaded 32-bit JRE (i586, not 64-bit) RPM package and installed it.
Redirected default java link to 32-bit JRE's JVM:
cd /usr/java/
unlink latest
ln -s jre1.6.0_17/ latest
Run installer again, explicitly saying where was the JVM the installer needed:
cd /tmp
./java_ee_sdk-5_08-jdk-6u17-linux.bin -javahome /usr/java/jre1.6.0_17
It worked! :-)
Then reverted back to JDK's 64-bit JVM:
cd /usr/java/
unlink latest
ln -s jdk1.6.0_17/ latest
Hope this works for you too.

This is very close to my problem,
32 bit Fedora release 11 (Leonidas)
ls -lh java_ee_sdk-5_08-jdk-6u17-linux.bin
-rwxrwxr-x. 1 morten morten 161M 2009-11-17 20:18 java_ee_sdk-5_08-jdk-6u17-linux.bin
md5sum java_ee_sdk-5_08-jdk-6u17-linux.bin
dc71fc44ce1d10c1a9d53edde4ff858f java_ee_sdk-5_08-jdk-6u17-linux.bin
should be a correct download.
chmod a+x java_ee_sdk-5_08-jdk-6u17-linux.bin
# ./java_ee_sdk-5_08-jdk-6u17-linux.bin
./java_ee_sdk-5_08-jdk-6u17-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
same error as you reports. There was also an error and IIRC an incompatibility with the latest java plug in for firefox .
# find / -name '*plugin*' -print | grep firefox
/home/morten/.mozilla/firefox/kpsa4zom.default/pluginreg.dat
/home/morten/.mozilla/firefox/g59tp699.default/pluginreg.dat
/usr/lib/firefox-3.5.5/searchplugins
# find / -name libjavaplugin_oji.so -print
/usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
/usr/java/jre1.6.0_17/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
cd /usr/lib/firefox-3.5.5/searchplugins
# ls -l | grep java
lrwxrwxrwx. 1 root root 58 2009-11-17 19:42 libjavaplugin_oji.so -> /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
It did not work on first attempt.
I just wanted to report that similar problems may occur, and I will try your suggestions. If someone knows other details about this topic JDK on Fedora or Red Hat based Linux, please comment.
The instructions from here:
How do I download and install Java for my Linux computer?:
http://java.com/en/download/help/5000010500.xml#rpm
Java Downloads for Linux Recommended Version 6 Update 17
did not work as documented. On my 32 bit fedora 11.

Similar Messages

  • Error messages when trying to install Essbase 11.1.1.3 on Red Hat Linux 5.3

    Hello,
    I'm having an error message while trying to install EPM 11.1.1.3 on Red Hat Linux 5.3 (32-bit).
    It happens when I click "Next" for the installation to begin:
    Error: Linux File Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Error: Linux System Util Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Exception in thread "Thread-7" java.lang.NullPointerException
    at com.ibm.wizard.platform.linux.utils.UnixShellInterface.shutDown(Unknown Source)
    at com.ibm.wizard.platform.linux.LinuxFileServiceImpl.cleanup(Unknown Source)
    at com.installshield.wizard.service.LocalImplementorProxy.close(Unknown Source)
    at com.installshield.wizard.service.ServiceFactory.shutdownService(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServicesManager.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.Wizard.shutdownServices(Wizard.java:648)
    at com.installshield.wizard.Wizard.exit(Wizard.java:583)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1848)
    Many thanks for your help.
    Best regards,
    Andy

    Hi John,
    I get the error messages once I click on "Next" from the "Confirmation" window.
    I've extracted:
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 commonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 essbaseAddins
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:20 essbase_administration_services_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 essbase_integration_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:16 essbaseProductCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:21 essbase_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_smartsearch_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_studio_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 productCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 tools
    For the Essbase installation.
    Thanks for your help.
    Best regards,
    Andy

  • Installing 11i apps on windows xp and Red Hat linux AS 3.0

    Hi,
    I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
    Thanks again,
    Virendra

    I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
    You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
    The Must PDF's to refer before installation
    1)r1152ins.pdf
    2)11iconcepts.pdf
    According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
    The installation process can be divided into
    Pre Installtion,Installation and Post-Installation stages.
    I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
    Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
    In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
    In oracle Apps 11.5.1 it consist of 12 CD's.
    1) Start Here CD(RAPID Installation Wizard)
    2)1-11 CD's
    1-3 Application Top information
    4th Oracle DB
    5-6 IAS and other tools
    7-11 Oracle Apps DB.
    You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
    While installing for Multi Node you can see the Installation locations to be mentioned as
    Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
    Installation Types
    Production ==>Real time Env implementation's
    Test ==>For test Env Purposes
    Vision Demo==>R&D or learning Purposes.
    Pre-Installation steps
    ======================
    Space Requirement for types of installtions
    Install VC++
    How to Download and install MKS tool Kit
    How to Download and Configure GNUMAKE
    Env path setting
    Create Applmgr user in Win2000
    Space Requirement for types installtion:
    Memory Requirement
    1 GB of RAM(512 Fine for initial Installtion)
    but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
    HDD capacity
    APP_Top(A)
    COMMON_TOP(C)
    DATA_TOP(D)
    Test DB : 22 + 20 GB (60 GB recommended)
    Prod DB : 22 + 20 GB (60 GB recommended)
    Vision Demo DB: 22 + 35 GB (80 GB recommended).
    Plus space for ur staging area.
    This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
    Softwares on System
    Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
    Install VC++:
    Install a clean installtion of VC++ of Visual Studio Family 6.0
    It should be first installed before installing MKS or GNUMAKE
    NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
    How to Download and install MKS tool Kit:
    Note:Try to purchase the MKS tool kit from the below site.
    or try to download the trial version valid for a months time.
    http://www.mkssoftware.com/products/tk/ds_tkio.asp
    Evaluation copy from
    http://www.mkssoftware.com/eval/
    Choose "MKS Toolkit for Interoperability " Download it in C:\
    Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
    You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
    Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
    It will prompt you for the Demo serial number which has to be provided.
    The MKStoolkit will be successfully installed.
    How to Download and Configure GNUMAKE:
    1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
    This can be done by performing the following steps:
    NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
    1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
    URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
    The directory contains the following files:
    README
    djtarnt.exe
    gunzip-1.2.4-i386.exe
    gzip-1.2.4-i386.exe
    tar-1.11.2-i386.exe
    tar-1.11.2a.exe
    Only two of the files are required:
    gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
    2) After downloading the above files, rename them as follows:
    gunzip-1.2.4-i386.exe => gunzip.exe
    tar-1.11.2a.exe => tar.exe
    Place them into a directory that you can set in you PATH environment variable.
    3) Point your browser to the following
    URL: ftp://ftp.gnu.org/gnu/make
    The files needed from this directory are:
    make-3.77.tar.gz
    make-3.78.1.tar.gz
    make-3.79.1.tar.gz
    make-3.79.tar.gz
    Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
    DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
    4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
    Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
    5) On the same Command Prompt Window, you should UnTAR the file, with the following
    command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
    6) In the new subdirectory, there is a batch file
    called build_w32.bat; run the batch file to generate GNUMAKE.EXE
    Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
    Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
    WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
    See [NOTE:115937.1]
    for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
    GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
    and GNUMAKE are registered trademarks.
    http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
    http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
    Note:115937.1: GNU Make won't make on windows NT
    Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
    run it.
    Env path setting:
    Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
    c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
    My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
    After all this check as follows from CMD mode.
    1)execute make at c:\>
    2)execute gnumake at c:\>
    In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
    Create Applmgr user in Win2000:
    Create a Applmgr user account in win2000 .
    Installation:
    =============
    What here you require is the Patience .
    Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
    For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
    In Vision Demo many of the Options are not propmted from the user.
    It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
    The Installation time takes around 5 to 6 Hrs of time.
    For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
    The most tedious of all is succesfully crossing the Apps system checking it does for all
    installed products it requires without any failure.
    The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
    This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
    Rajeev.

  • Install on Red Hat Linux

    I've tried for some while now, to install Sun One Studio 4 on my Red Hat Linux, but it always hangs when it comes to the screen saying "Installing....This might take a few minutes". And it hangs for hours, so it's not that I don't wait long enough.
    I have tried loging in as a normal user and as super user, but never get it right. I've checked that the DISPLAY setting is set to DISPLAY=:0.
    Can anyone help me?
    -Trond

    Hello Trond!
    I had the same problem a few months ago.
    I solved it by running the install program
    with a previous JDK (I think it was 1.3),
    then when install finished I ran it with JDK1.4.2.
    You can use symlinks to achieve this.
    If it not works, look at your /tmp directory,
    it will contain the install jar file,
    run it: java -jar /tmp/... .jar
    Hope it helps you.
    regards
    Franz

  • Install forms6i and report 6i on Red Hat Linux Enterprise edition 4.0.2

    Dear All
    we want to install forms 6i and reports 6i on Red Hat linux enterprise edition 4.0.2
    if any person have step by step guide pl share with me
    Thanks

    such an old forms version on Red Hat 4 ? Please check first, if this is certified by Oracle
    metalink.oracle.com - Region Certifications
    can't you use the new Oracle Forms 10g ?

  • Installation of EBS 11.5.9 on Red Hat Linux AS 4 fails

    I am trying to install Oracle Applications 11.5.9 on Red Hat Linux AS 4. During pre-installation test , it is failing in two test viz. File Space Check and Writing Permissions....and saying insufficient privileges....I am trying to install with user root after creating two required users. What could be the problem?

    do the follwong as root
    chown ur_user:ur_grop /path where are u installing for both users and try again, the users you create must be the woner for the directroy u r installing under alos run
    chmod 777 /path
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Installing Java 2 SDK 1.4.1

    I am planning on installing Java 2 SDK 1.4.1 on my computer under Windows Me. I have noticed in my Add/Remove Programs that I have a Java Plug-in 1.3.1_02 installed on my computer. I believe it comes as part of Compuserve which I also have installed on my computer. Does anyone know if that plug-in will cause problems in the installation of Java 2 SDK 1.4.1? Is it alright to leave the Java Plug-in there or does it need to be uninstalled before I install Java 2 SDK 1.4.1. I would appreciate any help. Thanks.

    ...but than again I'm using Linux and I know where all my files are.

  • Installing Java 2 SDK, SE v1.4.2_07

    I'm trying to install Java 2 SDK, SE v1.4.2_07. During the install I get this message
    "Error 1335. The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package."
    My OS - XP sp2
    I had a previous version of java on here and decided to upgrade. I removed it in add remove programs and when I try to install, I get the message you see above. The only thing I can find online is to reinstall the OS. Can somebody out there help?
    -----------------------------------------------------------------------

    hi ,
    if u got solution share with all plzz

  • 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

  • Unable to install Java EE SDK Update 5

    I am not able to install Java EE SDK Update 5. When I run the installer, I am able to get to the "Select Installation Directory" screen. The Installation Directory is I:\Sun\SDK. When I click Next, nothing else happens. I have attempted several times. I have waited for a while each time and nothing happens. The buttons at the bottom of the installer �Back,� �Next,� �Cancel,� and �Help� are not enabled at this point. I can click on the �Browse� button. I can close the installer, which is what I have to do each time. I have also downloaded the application again and tried it and the same thing happens. Does anyone know what the problem might be? Any suggestions?

    I am getting the same problem... anybody help

  • Error in Oracle10gr2 installation on Red Hat linux AS4 (64-bit) itanium2

    Hello All,
    I installing oracle10R2 on Red Hat Linux 4 U4 Enterprise Server but got the following errors:
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer
    from /tmp/OraInstall2007-04-26_11_11AM. Please wait....
    [oracle@rx36 database]$ #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGILL (0x4) at pc=0x2000000000038a4070, pid=6102, tid=2305843009216825632
    # Java VM: Java HotSpot (TM) 64-Bit Server VM(1.4.2_10-b03 mixed mode)
    #Problematic frame:
    What should I do?
    Thanks.
    Message was edited by:
    user571878

    Hi,
    Please refer to following statement to do:
    =============
    How to install Oracle RDBMS version 10.2.0.2 (or higher)
    To install 10.2.0.1 and then 10.2.0.2 (or higher) on Linux Itanium, do the following :
    [1]. Download Patch 5390722 and run the supplied OUI to install Montecito JDK and JRE into the new 10.2 home
    * Unzip the patch
    * Start OUI from Patch 5390722 and install JDK into the new 10.2 home
    * Start OUI from Patch 5390722 and install JRE into the new 10.2 home
    [2]. Install 10.2.0.1 into the new 10.2 home by running OUI from the 10.2.0.1 DVD :
    ./runInstaller -jreLoc $ORACLE_HOME/jre/1.4.2
    NOTE: During the installation (on the "Product Specific Prerequisite Checks" page) the "Checking for Oracle Home incompatibilities..." check will fail. Click the check box next to it, so that the status changes to "User Verified", and continue with the installation.
    [3]. Install 10.2.0.2 (or higher) into the new 10.2 home by running OUI from where the patchset has been unzipped :
    ./runInstaller -jreLoc $ORACLE_HOME/jre/1.4.2
    Terry

  • Installing Oracle 8.1.5 in Red Hat Linux 6.2

    Hi,
    I'm trying to install Oracle 8.1.5 in Red Hat Linux 6.2. But when I run the runInstaller
    command it gives the following error & quit.
    [oracle@localhost cdrom]$ ./runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    And I tried to run the Installer with jre1.1.6 & jre 1.1.7. Both producing the same
    error.
    You may think why I'm using the old version of Oracle. It's an urgent need for
    me at the moment.
    Hope someone could guide me in the correct path to install.
    Thx in advance.
    Luxman

    You need to install java.
    See http://jordan.fortwayne.com/oracle/

  • 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

  • How to start SQLPLUS in oracle 10g which install on Red Hat Linux AS 4

    I install oracle 10g on Red hat linux enterprize AS 4. but i can not start SQLPLUS. I could not login to grid control. When installation, some agents installations are fail. what can i do? please help me out.

    I install oracle 10g on RHEL 4. But error occure in cofiguration assistant.
    following assistance not configured (which are recommended):
    Oracle Net Configuration Assistant - fail
    HTTP Server Configuration Assitant - skipped
    Java Security Configuration Assistant - skipped
    OC4J Configuration Assistant - skipped
    Web Cache Configuration Assistant - skipped
    Oracle Instance Configuration Assistant - skipped
    Oracle Database Configuration Assistant - skipped
    OC4J Instance Configuration Assistant - skipped
    OPMN Configuration Assistant - skipped
    Register DCM Plug-ins with EM - skipped
    Application Server Control Configuration Assistant -skipped
    DCM Repository Backup Assistant - skipped
    Enterprize Manager Reposotory Creation Assistant - skipped
    Log Details given about "Oracle Net Configuration Assistant" as
    /usr/app/oracle_sw_owner/oracle/product/10..0/EM10g_1/oracle.swd.jre/bin/..
    /lib/i686/native_thread/libzip.so : symbol errno version GLIBC_
    Unable to initialize threads:cannot find class javalang thread not define in file libc.so.6 with link time referance (libzip.so)
    could not create Java VM
    configuration of assistant "Oracle Net Configuration Assistant" fail
    When try to run sqlplus from xterm, it gives an following error :
    $ /usr/app/oracle_sw_owner/oracle/product/10.1.0/EM10g_1/bin/sqlplus
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    After installation there is an information is given for Enterprise Manager Grid Control and it gives an url as http://localhost.localdomain:7777/em. But when i try to connect it gives an error massage as "The connection was refuse when attempting to contact localhost.localdomain:7777"
    Same situation when i try to connect Enterprise Manager Application Server (its url: http://localhost.localdomain:1810). It gives an error massage "The connection was refuse when attempting to contact localhost.localdomain:1810"
    What can i do in this situation? Please help me out.

  • Install Oracle8.1.7 on Red Hat Linux 9

    I tried to install Oracle8.1.7 on Red Hat Linux 9 and got error message:
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    My env variables:
    THREAD_FLAG=native
    LANG=en_US.UTF-8
    CLASSPATH=/usr/local/jre/lib/rt.jar:/usr/jdk118/jdk118_v3/lib/classes.zip
    DISPLAY=:0.0
    Please help.

    I did export LD_ASSUME_KERNEL=2.4.1. Now the installation starts and I get
    [oracle@localhost Disk1]$ ./runInstaller
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    and then get back to the $prompt after some time and the welcome screen never comes up.
    Whats wrong?

Maybe you are looking for