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 -> Linux Installation error

Linux Installation error

From: fill <s_at_s.com>
Date: 2000/06/28
Message-ID: <Szl65.10759$227.229332@nnrp1.uunet.ca>#1/1

Im trying to install Oracle8i on my linux (Redhat 6.2) box, and there are a few variables I have to set for the display portion of the installation which are as follows:

[oracle_at_dev1 Oracle8iR2]$ DISPLAY=10.0.0.3:0.0
[oracle_at_dev1 Oracle8iR2]$ export DISPLAY
[oracle_at_dev1 Oracle8iR2]$ xhost +10.0.0.3
(10.0.0.3 being the IP addres ov the box)

When I hit enter on the last one I get this message:

Xlib: connection to "10.0.0.3:0.0" refused by server Xlib: Client is not authorized to connect to Server xhost: unable to open display "10.0.0.3:0.0"

Now if I ignore the errors, which I never do :) and try and run the installer I get this:

[oracle_at_dev1 Oracle8iR2]$ ./runInstaller
[oracle_at_dev1 Oracle8iR2]$ Initializing Java Virtual Machine from
../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
Xlib: connection to "10.0.0.3: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 '10.0.0.3:0.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.ja va:67)
 at
oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java :45)
 at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:417)

I think its a display problem. The install guide says for the two 0's after the 10.0.0.3 are for the Xserver and screen settings. Should they both be 0? or what else?
Any help would be appreciated.
Thanks
Phil Received on Wed Jun 28 2000 - 00:00:00 CDT

Original text of this message

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