当前位置: 技术问答>linux和unix
Redhat9下安装oracle9i的问题
来源: 互联网 发布时间:2015-04-29
本文导语: 我在执行 ./runInstaller 的时候,安装无法继续进行,出现以下信息: [oracle@localhost Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2003-10-03_02-37-07AM/jre/bin/java. Please wait... Xlib: connection to ":0.0" refused by server X...
我在执行
./runInstaller
的时候,安装无法继续进行,出现以下信息:
[oracle@localhost Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2003-10-03_02-37-07AM/jre/bin/java. Please wait...
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window
server using ':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)
[oracle@localhost Disk1]$
请各位高手帮帮忙!
./runInstaller
的时候,安装无法继续进行,出现以下信息:
[oracle@localhost Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2003-10-03_02-37-07AM/jre/bin/java. Please wait...
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window
server using ':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)
[oracle@localhost Disk1]$
请各位高手帮帮忙!
|
没装xwindow吧?
|
up
|
要在x-windows中启动runInstaller
|
要在X下启动
|
1、启动X
2、#xhosts +localhost
3、export DISPLAY=localhost:0
然后安装。
2、#xhosts +localhost
3、export DISPLAY=localhost:0
然后安装。