cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Error - Oracle Database software

Former Member
0 Kudos

Dear Experts,

I am trying to install R/3 4.7 on AIX5.3.

Central Instance installed successfully and then I started DB installation here i got an error [while installing Oracle db software]

The error Message is.....

biqci:oracr3 53> Initializing Java Virtual Machine from /oracle/stage/920_64/Disk1/install/../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/aix/jre/bin/java. Please wait...

Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '=' as the value of the DISPLAY variable.

at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:77)

at java.lang.Class.forName1(Native Method)

at java.lang.Class.forName(Class.java:142)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)

at java.awt.Window.<init>(Window.java:202)

at java.awt.Window.<init>(Window.java:244)

at java.awt.Frame.<init>(Frame.java:329)

at java.awt.Frame.<init>(Frame.java:308)

at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)

at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)

at oracle.sysman.oii.oiif.oiifm.OiifmMainFrame.<init>(OiifmMainFrame.java:296)

at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:231)

at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:599)

Thanks & Regards,

MMS

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Can't connect to X11 window server using '=' as the value of the DISPLAY variable

Is your DISPLAY variable populated with your IP?...

Former Member
0 Kudos

Hi Juan

First, I set the environment variable. After that only I started the Oracle database software installation

Environment variable:

biqci:oracr3 59> setenv DISPLAY = 172.23.4.21:0.0

biqci:oracr3 60> setenv LIBPATH = /sapmnt/CR3/exe

biqci:oracr3 61> setenv JAVA_HOME = /usr/java14

pls give me solution u2026u2026..

Regards,

MMS

p330068
Active Contributor
0 Kudos

Hi Selva,

Please check the enviroment variable and check database variable added in the user variable or not.

i think you need to provide java home variable as c:/java/bin something like this.

Hope this will help you.

Regards

Arun

former_member524429
Active Contributor
0 Kudos

Hi,

biqci:oracr3 53> Initializing Java Virtual Machine from /oracle/stage/920_64/Disk1/install/../stage/Components/oracle.swd.jre/1.3.1.0.0

The problem may be with Java, which RUNINSTALLER is using. As per this oracle metalink 780102.1 please use OS Java instead of Java which is delivered with the Oracle Source.

Have you tired to execute RUNINSTALLER along with -jreLoc /usr/java14 option ?

Regards

Bhavik G. Shroff

Former Member
0 Kudos

Hi Arun,

As per your advice I tried u2026.

Syntax:

biqci:oracr3 61> setenv JAVA_HOME = /usr/java14/jre/bin

But, I am facing the same erroru2026.

Pls advice me..

Regards,

MMS

JPReyes
Active Contributor
0 Kudos

Call command env and post list here...

Regards

Juan

Former Member
0 Kudos

Hi Juan,

Pls find the env details...........

biqci:oraCR3 1> env

TERM=dtterm

AUTHSTATE=files

SHELL=/bin/csh

HOME=/oracle/CR3

USER=oraCR3

PATH=/oracle/CR3/920_64/bin:/oracle/CR3:/usr/sap/CR3/SYS/exe/runU:/usr/sap/CR3/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/oracle/CR3/bin:/usr/bin/X11:/sbin:.

TZ=IST-5:30IST

LANG=en_US

LOCPATH=/usr/lib/nls/loc

LC__FASTMSG=true

ODMDIR=/etc/objrepos

LOGNAME=oraCR3

LOGIN=oraCR3

SAPSYSTEMNAME=CR3

DIR_LIBRARY=/usr/sap/CR3/SYS/exe/run

THREAD=NOPS

dbms_type=ORA

dbs_ora_tnsname=CR3

dbs_ora_schema=SAPCR3

ORACLE_PSRV=CR3

ORACLE_SID=CR3

DB_SID=CR3

ORACLE_HOME=/oracle/CR3/920_64

ORACLE_BASE=/oracle

ORA_NLS33=/oracle/CR3/920_64/ocommon/nls/admin/data

NLS_LANG=AMERICAN_AMERICA.UTF8

SAPDATA_HOME=/oracle/CR3

MAIL=/var/spool/mail/oraCR3

MAILMSG=[YOU HAVE NEW MAIL]

LIBPATH=/usr/lib:/lib:/usr/sap/CR3/SYS/exe/run:/usr/sap/CR3/SYS/exe/runU

NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat

biqci:oraCR3 2>

Regards,

MMS

Former Member
0 Kudos

As you can see, DISPLAY variable is not set.

And furthermore:

setenv DISPLAY = 172.23.4.21:0.0

This should have resulted in an error message like:

setenv: Too many arguments

You might want to try correct syntax:

setenv DISPLAY 172.23.4.21:0.0

JPReyes
Active Contributor
0 Kudos

You haven't read the installation guide properly... depending on the shell you use either:

DISPLAY=<IP>:0.0 export DISPLAY

export DISPLAY=<IP>:0.0

or

setenv DISPLAY <IP>:0.0

You currently do not have a env varible for DISPLAY

Regards

Juan

Former Member
0 Kudos

Hi,

As per my understanding ORACLE installer is using its own JAVA instead of mentioned in JAVA_HOME.

I would suggest to set the environment variable in ora<sid> login profile, instead on terminal window..

export JAVA_HOME=/usr/java1.4
export SAPINST_JRE_HOME=/usr/java1.4/jre

either add java path in PATH variable or put the below line after JAVA_HOME or SAPINST_JRE_HOME

PATH=$PATH:$JAVA_HOME/bin

Dispay varible can be set in terminal window:

export DISPLAY=<IP_ADDRESS>:0.0

(you should enter the ip address from where you are running the installation...)

RE-LOGIN and check if all variables are displaying in "env" output...

Then it should work..

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi All ,

Problem solved.......

Firstly, i set the environment variable : setenv DISPLAY = <IP>:0.0

As per your advice.....

Now I set the environment variable : setenv DISPLAY = <IP>:0.0

thanks,,,,

MMS

Answers (1)

Answers (1)

former_member227283
Active Contributor
0 Kudos

Hi,

Open new session ( i.e login to aix window freshly ) and try to call installtion again.

Can you tell us which user you are using for installtion .

Thanks

Anil