Login  Register

Re: installaing weblogic 12c

Posted by satish on May 16, 2018; 12:49pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/installaing-weblogic-12c-tp6001p6009.html

This is the error after setting the display as root and xhost + command

[obiee@erpdevelopmentdb ~]$ $JAVA_HOME/bin/java -jar fmw_12.2.1.2.0_infrastructure.jar
Launcher log file is /tmp/OraInstall2018-05-16_06-04-36PM/launcher2018-05-16_06-04-36PM.log.
Extracting the installer . . . . . . . Done
Checking if CPU speed is above 300 MHz.   Actual 2196.669 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 131071 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 21372 MB    Passed

Some system prerequisite checks failed.
You must fulfill these requirements before continuing.

Continue? (yes [y] / no [n]) [n]
y
You have confirmed that the product can be installed on this platform.
Continuing with the installation.

>>> Ignoring failure(s) of required prerequisite checks and continuing.
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-05-16_06-04-36PM
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
Log: /tmp/OraInstall2018-05-16_06-04-36PM/install2018-05-16_06-04-36PM.log

No X11 DISPLAY variable was set.
Set this variable to a valid value, for example:

set DISPLAY=localhost:0.0

The log(s) can be found here: /tmp/OraInstall2018-05-16_06-04-36PM.
[obiee@erpdevelopmentdb ~]$