环境,由于我的centos6.6没有安装图形界面,所以安装的时候报错
[weblogic@localhost ~]$ java -jar wls_121200.jar
Extracting files..........
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual 2100.000 MHz Passed
Checking monitor: must be configured to display at least 256 colors. DISPLAY environment variable not set. Failed <<<<
Checking swap space: must be greater than 512 MB. Actual 33554428 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual 245056 MB Passed
Some requirement checks failed.
You must fulfill these requirements before continuing with the installation.
Continue? (y/n) [n]
y
You have confirmed that the product can be installed on this platform.
Continuing with the install.
>>> Ignoring required prerequisite failures. Continuing...
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2014-12-05_03-25-45PM
DISPLAY is not set. Please set the DISPLAY environment variable and try again.
Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
- For csh: %% setenv DISPLAY 192.168.1.128:0.0
- For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
Use the following command to see what shell is being used:
echo $SHELL
Use the following command to view the current DISPLAY environment variable setting:
echo $DISPLAY
- Make sure that client users are authorized to connect to the X Server.
To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
%% xhost +
To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
%% <full path to xclock.. see below>
If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
Typical path for xclock: /usr/X11R6/bin/xclock
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.<init>(Window.java:433)
at java.awt.Frame.<init>(Frame.java:403)
at java.awt.Frame.<init>(Frame.java:368)
at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1733)
at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1810)
at javax.swing.JDialog.<init>(JDialog.java:253)
at javax.swing.JDialog.<init>(JDialog.java:187)
at javax.swing.JDialog.<init>(JDialog.java:135)
at oracle.as.install.engine.modules.presentation.ui.common.dialogs.SpecifyInventoryDirectoryDialog.<init>(SpecifyInventoryDirectoryDialog.java:237)
at oracle.as.install.engine.modules.presentation.ui.common.dialogs.SpecifyInventoryDirectoryDialog.showDialog(SpecifyInventoryDirectoryDialog.java:763)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:584)
解决方法:在远程使用xshell的PC机上安装xmanager,注册后就可使用。然后执行命令export DISPLAY=PC机ip:0.0,然后再执行安装命令java -jar wls_121200.jar