Re: installaing weblogic 12c
Posted by satish on May 17, 2018; 5:47am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/installaing-weblogic-12c-tp6001p6018.html
Instead of setting DISPLAY to erpdevelopmentdb:0.0,we have set it to export DISPLAY=:0
As root:
[root@erpdevelopmentdb ~]# export DISPLAY=:0
[root@erpdevelopmentdb ~]# xhost +
access control disabled, clients can connect from any host
[root@erpdevelopmentdb ~]# su - obiee
Last login: Thu May 17 11:00:26 IST 2018 on pts/0
[obiee@erpdevelopmentdb ~]$ export DISPLAY=:0
[obiee@erpdevelopmentdb ~]$ $JAVA_HOME/bin/java -jar fmw_12.2.1.2.0_infrastructure.jar
Launcher log file is /tmp/OraInstall2018-05-17_11-05-43AM/launcher2018-05-17_11-05-43AM.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. Actual 16777216 Passed
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 8901 MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-05-17_11-05-43AM
Log: /tmp/OraInstall2018-05-17_11-05-43AM/install2018-05-17_11-05-43AM.log
and the error was fixed.what would be the difference between setting DISPLAY to erpdevelopmentdb:0.0 and setting DISPLAY to :0
Thanks for the support