Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9.2 on RH9 Java initialisation error

Re: Oracle 9.2 on RH9 Java initialisation error

From: Dave Hau <davehau-no-spam-123_at_no-spam.netscape.net>
Date: Sun, 18 May 2003 21:12:55 GMT
Message-ID: <rHSxa.2660$gy3.330@newssvr17.news.prodigy.com>


"Fred J" <fred.j_at_dsl.pipex.com> wrote in message news:3ec796a9$0$10762$cc9e4d1f_at_news.dial.pipex.com...
>
> I am running RH9 and trying to load Oracle server 9.2. I have followed
the
> installation documentation provied by Oracle but when I try to start
> runInstaller I get the error:
>
> [oracle_at_neptune Disk1]$ ./runInstaller
> [oracle_at_neptune Disk1]$ Initializing Java Virtual Machine from
>

../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre.
> Please wait...
>

/home/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
> d/linux/lib/linux/native_threads/libzip.so: symbol errno, version
GLIBC_2.0
> not defined in file libc.so.6 with link time reference (libzip.so)
> Unable to initialize threads: cannot find class java/lang/Thread
> Could not create Java VM
>
> Anyone seen this before and got past it?

You can get around this by setting LD_ASSUME_KERNEL=2.4.1 in your environment.

This happens because even though the installer is a java app, it calls native libraries via JNI to perform tasks like changing file permission, copying files etc. The native libraries are compiled against the glibc in RHAS and are not compatible with the glibc 2.3.2 in RH9.

Cheers,
Dave

>
> TIA
>
>
> Fred Johnson
>
>
Received on Sun May 18 2003 - 16:12:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US