Oracle9i Install problem on Linux 7.2

While running runInstall and trying to create a General Purpose DB the install
of software goes OK. During the DBCA I get an error message at 46%
ORA-03113: end of file on communications channel
Any ideas ?

What is the name of your installer file? have you downloaded the one for
Linux OS?
make sure you FTPed the installer file in binary mode.
"matt sweeney" <[email protected]> wrote in message
news:3d1c718d$[email protected]..
Hi,
I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat7.2 linux box. The problem occurs during the extraction process. If I run
the program as a regular user the error message is:
>
/tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
.100%
** Error during extraction, error code = 2.
If I run the program as root, I get
[root@med10-apache root]#
./weblogic700_linux.bin -mode=console
Extracting0%..........................................................................
..........................100%
/tmp/fileVe6y1r/jdk131_02/bin/i386/native_threads/java: error whileloading shared libraries: libstdc -libc6.1-1.so.2: cannot open shared
object file: No such file or directory
** Error during execution, error code = 32512.
Thanks in advance
Matt

Similar Messages

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • Oracle9i install problems on RedHat 7.1

    Hi!
    I'm having problems installing Oracle9i database on a redhat 7.1 server. I get some permission errors and som "unable to pend Makefile to" (or something). I've tried installing a version of binutils a little below the version that ships with redhat 7.1, but that doesn't do the trick!
    Anyone knows, whats wrong?
    null

    I've now succesfully installed Oracle9i on Red Hat 7.1. The only thing that I needed to do ,was to manualy copy some java files from the local Java dir to where Oracle wanted them on /u01 and Voila!
    null

  • Jmf instalation problem on Linux

    On my slackware 9.0 with java sdk1.4.2_04 I've tried to install jmf 2.1.1e. I've downloaded and executed the bin file. I've added the CLASSPATH=.:/usr/lib/java/JMF-2.1.1e/lib/jmf.jar and the LD_LIBRARY_PATH=/usr/lib/java/JMF-2.1.1e/lib but I can't run applets using appletviewer unless I use appletviewer -J-cp -J$CLASSPATH html_file. The problem is that I still get some errors java.io.IOException: File Not Found
    java.io.IOException: File Not Found
    Got exception javax.media.NoPlayerException: Error instantiating class: com.sun.media.protocol.file.DataSource : java.io.IOException: File Not Found
    java.lang.NullPointerException
            at PlayerApplet.start(PlayerApplet.java:21)
            at sun.applet.AppletPanel.run(AppletPanel.java:377)
            at java.lang.Thread.run(Thread.java:534)This is the applet source code:
    import java.applet.*;
    import java.awt.*;
    import java.net.*;
    import javax.media.*;
    public class PlayerApplet extends Applet implements ControllerListener {
       Player player = null;
       public void init() {
          setLayout(new BorderLayout());
          String mediaFile = getParameter("FILE");
          try {
             URL mediaURL = new URL(getDocumentBase(), mediaFile);
             player = Manager.createPlayer(mediaURL);
             player.addControllerListener(this);
          catch (Exception e) {
             System.err.println("Got exception "+e);
       public void start() {
          player.start();
       public void stop() {
          player.stop();
          player.deallocate();
       public void destroy() {
          player.close();
       public synchronized void controllerUpdate(ControllerEvent event) {
          if (event instanceof RealizeCompleteEvent) {
             Component comp;
             if ((comp = player.getVisualComponent()) != null)
                add ("Center", comp);
             if ((comp = player.getControlPanelComponent()) != null)
                add ("South", comp);        
             validate();
    }Is there is a way to config the environment to use appletviewer without extra options?
    Second problem is with http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html
    I get
    Java 1.1 compilant browser...Maybe
    JMF classes..Not FoundI downloaded the jmfdiagnostics I run it using extra options from command line and the applet could't find the native libraries which are in the LD_LIBRARY_PATH
    What should I do to get it fixed?
    Thanks in advance
    Morfi

    <p><b>This</b> will give you some help with installing Linux. Although <b>this</b> is for 11g, it can be helpful when installing 10g.</p>
    Tom

  • CF8 install problems on linux server

    Really some basic install questions as it seems this should
    be simple enough, but I am a little confused with the jrun part. I
    am running on a Cent OS 5 server, the install I assume is the
    multi-server. It was installed to the default /opt location and I
    have both the coldfusion and jrun folders. I changed the apache
    connector to work which gave me the all good, but I have the
    following.
    I can hit the admin page
    http://server.domain.com/CFIDE/administrator/index.cfm
    ( no ports ). But when I try to load one of our pages I get;
    [Tue Mar 10 11:21:00 2009] [notice] jrApache[18561: 13457]
    JRun will not accept request. Check JRun web server configuration
    and JRun mappings on JRun server.
    I am still confused if I need to start cf
    (/opt/coldfusion8/bin/coldfusion start), AND start jrun
    (/opt/jrun4/jrun -start cfusion) but things just won't work, and I
    think I need a high level look 1st. Do I need that above jrun, if
    so how to setup, etc. If I run the ./jrun -start cfusion then try
    to run the cf-connectors.sh I get;
    Configuring the web server connector for ColdFusion 8
    (multiserver)
    Running apache connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    So any push in the right direction will help. I can provide
    anything, tried to be as descriptive as I can, but let me know.
    Thanks

    jeffcg2 wrote:
    > I think I am at the point of starting coldfusion but
    linux is not my strong
    > point. So I am wondering where to go now.
    I would guess you have ColdFusion installed, but your web
    server has not
    yet been configured to do something about it. You need to
    configure
    your web server to know that when it gets requests for
    ColdFusion
    resources, such as .cfm, .cfc. and .cfr files, it needs to
    pass the
    request off to the ColdFusion engine, not just serve the
    files to the
    client as a text file.
    You should be able to find the information you need by
    searching for
    information on wsconfig and ColdFusion web server connector.
    These two sections of the documentation are all about this
    topic.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_5.html#102669
    http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_6.html#102674

  • Oracle install problem in linux

    hi,
    cannot execute the Export command before running the command ./RUNINSTALL.SH
    Error is
    OraSID#export DISPLAY=ipaddress:0.0
    cannot find the command but i can find the export command in sbin and also i checked echo$DISLPAY and got output as :0.0 and also i can export in root user.

    So if you get a value, don't set DISPLAY manually, it's only necessary if you display
    - on a different host
    - on the same host using a different user than the one you're logged in
    RUNINSTALLER will run for some time before it fires up a GUI so be patient
    Markus

  • Error on Install Oracle9i R2 on RedHat Linux 7.3

    When I have installed Oracle9i R2 on RedHat Linux 7.3,I reboot the machine,
    and then write this:
    sqlplus
    SQL> sys /change_on_install as sysdba
    SQL>Connect to Iddle
    SQL>startup
    SQL>sltln:environment variable cannot be evaluated
    What`s the matter?
    thanks

    Looks like some file that's present in tmp or
    /var/tmp during deployment cannot be overwritten
    because of permissions issue. Please make
    sure you don't have previous installation temp files
    in /var/tmp or /tmp before doing new installation or
    use the same use that installed the first instance.
    You can try cleaning up tmp and /var/tmp and retry.
    Also try setting umask 00 before installations.

  • SOLUTION TO LINUX INSTALL PROBLEMS

    Browsing this forum, I noticed people are having trouble
    installing Oracle on Linux. I saw this posted on Metalink, so I
    am cutting and pasting:
    Make sure you are running no earlier than jre 116 v5.
    Also install from kde rather than gnome unless you have
    installed the
    gnome patch and finally run the runIns.sh in the install/linux
    directory on the cd. Try it... Let's reach a consensus on what the best way to
    install Oracle is...
    gabriel
    null

    Gabriel Gonzalez (guest) wrote:
    : Try it... Let's reach a consensus on what the best way to
    : install Oracle is...
    : gabriel
    ...and let me know so I can incorporate any useful information
    into my Oracle on Linux HOWTO!
    It's at public.logica.com/~darlings/oracle/, BTW.
    --> Steve
    null

  • Error while Installing LSSV on linux 9.0

    Hi friends,
    I have Oracle9i (9.2.0) installed on Linux 9.0. I was trying to install legato and it was giving me the following error.
    ==================================
    error: Failed dependencies:
    libncurses.so.4 is needed by orclclnt-nw_lssv.Build.71-1
    error: Failed dependencies:
    orclclnt = nw_lssv.Build.71-1 is needed by orcldrvr-nw_lssv.Build.71-1
    error: Failed dependencies:
    orclclnt = nw_lssv.Build.71-1 is needed by orclnode-nw_lssv.Build.71-1
    orcldrvr = nw_lssv.Build.71-1 is needed by orclnode-nw_lssv.Build.71-1
    libscsi.so is needed by orclnode-nw_lssv.Build.71-1
    libsji.so is needed by orclnode-nw_lssv.Build.71-1
    error: Failed dependencies:
    orclclnt = nw_lssv.Build.71-1 is needed by orclserv-nw_lssv.Build.71-1
    orclnode = nw_lssv.Build.71-1 is needed by orclserv-nw_lssv.Build.71-1
    ** Installation of LSSV did not succeed. Please refer
    ** to the Installation Guide at http://www.legato.com/LSSV
    ** and contact Oracle customer support if necessary.
    ===========================================
    I follow the documents for installing LSSV on linux. I found all the required rpms installed on my linux 9.0.
    I am stucked here. Please help me in this. I would appreciate it.
    Thanks and have a good day.
    =========

    Try to install the ncurses4 RPM. This should fix your problem:
    $ rpm -q --whatprovides libncurses.so.4
    ncurses4-5.0-11
    Werner

  • Error installing jmf-2_1_1e-linux-i586.bin

    h3. Hello,
    h3.
    I'm trying to install jmf-2_1_1e-linux-i586.bin on a Linux(centos 5.1) system. I get the results at the end of this post after accepting the license agreement. I haven't found anything on the web or the bug database that has been helpful. I'm really at my wits end and could use a helping hand.
    h3.
    Thanks in advance.
    Do you agree to the above license terms? [yes or no]
    y
    Permit recording from an applet? (see readme.html) [yes or no]
    y
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    n
    Unpacking...
    tail: cannot open `+309' for reading: No such file or directory
    Extracting...
    ./install.sfx.3639: line 1: ==: No such file or directory
    ./install.sfx.3639: line 3: syntax error neUQU599&ugrave;;&middot;&middot;&middot;&yuml;r&thorn;&Ntilde;&Ntilde;&Ntilde;&cent;_&Acirc;&ograve;&laquo;KK)C{<>&uacute;&uacute;<<&iquest;&egrave;
    QQRL&Ugrave;&Uuml;&Igrave;L&Aring;^sfx.36 88&oslash;$&egrave;&aring;&otilde;&Otilde;&reg;&cent;&not;,&agrave;&ouml;&egrave;&acute;i&Ntilde;&shy;&Ograve;&Ograve;&Ograve;V~&aacute;mn.&agrave;7w^&Yacute;&Acirc;&AElig;,;M&cent;`&THORN;&ograve;A$D&uml;&reg;&uml;&uml; @    &Eacute;&ordm;&Icirc;wA'
    --root@localhost lib--# PuTTYEdited by: eran_cantor on Jul 17, 2008 2:01 PM
    Edited by: eran_cantor on Jul 17, 2008 2:02 PM
    Edited by: eran_cantor on Jul 17, 2008 2:03 PM

    Hey Eran,
    I guess, you can find the solution to your problem here:
    [http://forum.ubuntuusers.de/topic/jmf-java-media-framework/#post-1806940]
    It works well on Ubuntu, but since the error on Ubuntu looks exactly the same as on Centos, I think it should work for you as well.
    Cheers,
    Georg

  • Install problems

    I am running into a strange issue trying to install Data Integrator the install is saying that I am missing files that are there and are in the path any ideas? This is Red Hat Enterprise Server 5.2 btw, and ODI 10.1.3.2.0. The exception thrown is stated below:
    [oracle@localhost linux_i386]$ ./setup.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.6143/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    [oracle@localhost linux_i386]$ which libc.so.6
    /lib/libc.so.6
    [oracle@localhost linux_i386]$ which libpthread.so.0
    /lib/libpthread.so.0
    [oracle@localhost linux_i386]$ which librt.so.1
    /lib/librt.so.1
    Edited by: user5349975 on Oct 17, 2008 10:10 AM

    Apparently this problem happens with a lot of applications in linux. The fix here is to run the following commands:
    copy setup.bin setup.bin.bak
    cat setup.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > setup.bin
    and then run the setup file. The trick for me was to do all of the second command exactly right. I saw the same solution in other places that attempted to break it up more and they didn't seem to work. Don't even bother to try to do this with vi as it seems to corrupt the file.

  • Error while installing crypto in Linux

    Hi everyone,
    I've literally checked all posts in google and this forum is my very last resort. I've downloaded the end-user software for Linux from the following site:
    http://www.cryptocard.com/products/crypto%2Dmas/end%2Dusersoftware/
    When I try to install it on my PCLinuxOS, I get the following errors:
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.6080/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Any help would be greatly appreciated. Thanks in advance.

    Dear All,
    I am tring to install Oracle9i(Database Release 2
    (9.2.0.4.0) for Linux x86) in Fedora Core 6. While iI don't think Oracle9i is certify with Fedora Core. Check Oracle's Certification Matrices
    Virag

  • Can't install Oracle_cal on linux EL5

    Hey everyone, I am having some trouble installing oracle cal on linux EL5. I keep getting the following error when trying to invoke the installer. Does anyone know a solution?:
    ./gui_install.sh
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.11456/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    It's probably not supported on RHEL5/Centos5/etc., but...
    You can get the installer to function using the following steps:
    - extract the cal_linux_*.tar.gz, and cd into the OracleCalendar_inst directory
    In there is the actual installer, cal_linux.
    - the cal_linux is shell script wrapped around some binary blobs. The installer's
    problem is that Oracle is setting the LD_ASSUME_KERNEL=2.2.5 environment
    variable, which is a mistake on RHEL5. You need to make it not set that variable,
    but you need to do so in a way that the size of the shell script does not change at all,
    and none of the binary blobs are impacted.
    - the approach I took was
    mv cal_linux cal_linux.BAK
    sed -e 's/LD_ASSUME_KERNEL=2.2.5/LD_ASSUME_KERNEL= /g' < cal_linux.BAK > cal_linux
    chmod a+rx cal_linux
    cal_linux -i gui
    Note: you must have exactly 5 spaces in the substitution part of the sed command, because you're replacing 5 characters (2.2.5), and the size of the shell script must not change.
    If you do that, the installer should run (one warning from awk still) and you should be able to install the product.
    Tim

  • How to install PEAR on Linux server

    Hi
    I have PHP installed on one linux server and developers are using it already. I have been given the task to get the oci8 (oracle connectivity) done on this same server. I can not do the reinstall of whole PHP again. During the install of OCI extention I got many errors for missing PEAR files.
    So I went through the PEAR document and found "php go-pear.php" command to install the PEAR package. This command fails with below error.
    download of http://pear.php.net/get/PEAR?uncompress=yes failed: Failed to parse address "" (0)
    The problem is this Linux box does not have direct internet connectivity so I had to download all the required packages as per go-pear.php on my local machine and I am FTPing them to this linux box. I have kept the "PEAR-1.8.1.tar" file in the same directory where go-pear.php file exists but still the above command tries to download it from internet.
    Could you please tell me how can I overcome this problem. Please let me know if there are any RPM's that I can use to install PEAR rather that "php go-pear.php" command.
    Thanks
    Shelly

    Hi CJ.
    It has been more than 4 weeks that I am strugling to get PHP-Oracle work on my system. You are the only hope right now. I have gone through so many articles and white pages that I am totally confused and starting to hate PHP or actually Suse Linux. :-)
    Below are the details of my system.
    more SuSE-release
    SUSE LINUX Enterprise Server 9 (i586)
    VERSION = 9
    PATCHLEVEL = 4
    rpm -qa php* No results
    rpm -qa ph* --No results
    rpm -qa oracle*
    oracle-instantclient-devel-10.2.0.4-1
    oracle-instantclient-basic-10.2.0.4-1
    * which php*
    */usr/bin/php*
    * php -version*
    PHP 4.3.4 (cli) (built: Jan 17 2008 09:55:23)
    Copyright (c) 1997-2003 The PHP Group
    Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
    This is what I see on my system
    */usr/bin> ls -l |grep php*
    -rwxr-xr-x 1 root root 100308 2008-01-17 05:03 asp2php
    -rwxr-xr-x 1 root root 1392441 2008-01-17 04:55 php
    -rwxr-xr-x 1 root root 684 2008-01-17 04:55 php-config
    -rwxr-xr-x 1 root root 593 2008-01-17 04:55 phpextdist
    -rwxr-xr-x 1 root root 2082 2008-01-17 04:55 phpize
    /usr/bin> whereis php
    php: /usr/bin/php /etc/php.ini /usr/lib/php /usr/include/php /usr/share/php /usr/share/man/man1/php.1.gzI see that PHP is already installed on my system which is version PHP 4.3.4.
    Question.
    1) Do i have to upgrade the PHP version to the latest to get OCI8 configured?
    2) If the answer to the above question is Yes than could you point me to any reference doc?
    3) If the upgrade is not needed, how can I configure PHP to use OCI8 to connect to database?
    Thanks in advance
    Shelly

  • Finding the multiple JRE installed path in Linux OS

    for my requirement on finding the JRE installaiton folder on windows and Linux machines , I can able to get it in windows but I am facing problem in getting the jre installed path from Linux machine. I am using Debian etch OS. Can anyone help me to find the installed path of JRE in Linux machine using a Java program. I need to find the multuiple JRE installed paths, i.e. my java program should find all the JRE installed paths and versions of the same.
    Thanks in advance.
    Edited by: VijayForumScreen on Jul 29, 2008 5:46 AM

    As per the terminal prompt its ok...but i need the java concept to retrieve the versions and installed paths of the all JRE.
    e.g;For current JRE we can get by,
    System.out.println(System.getProperty("java.version"));
    System.out.println(System.getProperty("java.home"));
    Output:
    1.5.0_10
    /usr/lib/jvm/java-1.5.0-sun-1.5.0.10/jre
    If i installed 1.3 and 1.4 also.,
    How can i get installed paths and versions for all three 1.3,1.4 and 1.5 JRE's

Maybe you are looking for

  • Adding A 2nd Monitor?

    Hi all, I have two old G4 towers (see data below). I'm considering consolidating them. I'm wondering if I can take the graphics card out of one G4, and install it in the 2nd G4, and then run two monitors at the same time. Does the graphics card do al

  • Oracle 8i Client Setup - Windows 2000

    We have just installed Oracle 8i on a Windows NT server, and are using the standard LISTENER configuration. On the client side, we are trying to use Windows 2000. When the install process goes through the setup routine, it keeps wanting to use NAMES

  • Not able to download CTP4 or CTP3 on sql server 2012

    Because of download link not working of ctp4 or 3 , i am unable to download and getting error of compatibility of reporting service edition with sharepoint. Please help me to download !!

  • EBay Auction Template is scrambled after upgrade to Firefox 8, why?

    Hi, This morning my firefox automatically updated itself to the firefox 8 version. My ebay auction is in progress and the template I use with links to photobucket and template designer Robshelp.com is now jumbled mess. Can you help with this. Here is

  • Sandpit and Dev give Address search with different results using Web UI

    Using the Sandpit system I can perform a BP search on Street and enter the post code, but it still finds the right address. However, in our development sytsem it does not. The FM which performs the search is identical so I assume this would be down t