Red Hat ENTERPRISE LINUX AS 2.1 - Przewodnik Instalacji Strona 154

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 153
Chapter 38. Oracle Installation Errors
148
/u01/app/oracle/jre/1.1.8/bin/../lib/i686/green_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
You may experience this problem when running the Database Configuration Assistant dbca on Red
Hat Enterprise Linux 3 but forgot to set the LD_ASSUME_KERNEL environment variable.
To rectify this problem, run the following command as the oracle user on Red Hat Enterprise Linux 3
and restart dbca:
oracle$ export LD_ASSUME_KERNEL=2.4.1
lsnrctl status or lsnrctl start Errors
When lsnrctl status or lsnrctl start are executed you may get the following output:
$ lsnrctl status (or lsnrctl start)
LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 14-OCT-2004 14:33:10
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))) TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxx)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
One of the possibilities are that the /var/tmp/.oracle directory does not exist. If that is the case,
run the following commands:
su - root
# mkdir /var/tmp/.oracle
# chown oracle:dba /var/tmp/.oracle
Now try to run lsnrctl start as oracle again.
Java Cannot Connect to X11
First ensure you followed the instructions in Chapter 33, Starting runInstaller very closely.
If you get this error:
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using
'alpha:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
at java.awt.Window.(Window.java:188)
at java.awt.Frame.(Frame.java:315)
at java.awt.Frame.(Frame.java:262)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
Przeglądanie stron 153

Komentarze do niniejszej Instrukcji

Brak uwag