How do I resolve this Xhost/Display error?
akioyeNov 2 2003 — edited Jan 8 2007oracle@linux:/stage/Disk1> Initializing Java Virtual Machine from /tmp/OraInstall2003-11-01_04-48-19AM/jre/bin/java. Please wait...
Xlib: connection to "linux:0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'linux:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(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.<init>(Window.java:188)
at java.awt.Frame.<init>(Frame.java:315)
at java.awt.Frame.<init>(Frame.java:262)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
oracle@linux:/stage/Disk1>
oracle@linux:/stage/Disk1> xhost +linux
Xlib: connection to "linux:0.0" refused by server
Xlib: No protocol specified
xhost: unable to open display "linux:0.0"
oracle@linux:/stage/Disk1> xhost +
Xlib: connection to "linux:0.0" refused by server
Xlib: No protocol specified
If anyone knows how to resolve this error, I would appreciate it.
I have tried all kinds of suggestions but nothing is working on my Oracle9iR2 on SuSe 8.2 install, presently.
Thanks.