cancel
Showing results for 
Search instead for 
Did you mean: 

dbua Can't connect to X11 window server using '10.29.2.130:0.0'

Former Member
0 Kudos

Upgrading Oracle 9.2.0.7 on Solaris 10 to Oracle 10.2.0.2.0 on a BW 3.0b system

Hello, I am in the process of upgrading Oracle on a Solaris machine. I am trying the upgrade from my windows XP pc. I have an X server running on my pc. I’ve tried using both shells csh/ksh and I have all my env variables set. I can run /usr/openwin/bin/xlogo just fine, I've even just finished upgrading the server from 9.2.0.6 to 9.2.0.7 using runInstaller just fine. Yet dbua can not connect to my PC. I've even tried running dbua on a Sun Blade 100 machine (after typing xhost +) and I get the same error. I am very perplexed. I’ve searched the forms and seen similar errors but I can not find a solution.

The Display variable is set properly.

Here's the specific error:

sapapp:orabwp 7% cd /oracle/BWP/102_64/bin;./dbua

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

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

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

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

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

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

at java.awt.Font.initializeFont(Font.java:308)

at java.awt.Font.<init>(Font.java:344)

at oracle.ewt.lwAWT.LWComponent.<clinit>(Unknown Source)

at oracle.sysman.assistants.util.wizard.WizardObject.<init>(WizardObject.java:64)

at oracle.sysman.assistants.dbma.ui.DBMAWizard.<init>(DBMAWizard.java:184)

at oracle.sysman.assistants.dbma.ui.UICompManager.<init>(UICompManager.java:153)

at oracle.sysman.assistants.dbma.Dbma.getCompManager(Dbma.java:154)

at oracle.sysman.assistants.dbma.Dbma.execute(Dbma.java:98)

at oracle.sysman.assistants.dbma.Dbma.statusMain(Dbma.java:199)

at oracle.sysman.assistants.dbma.Dbma.main(Dbma.java:180)

Accepted Solutions (0)

Answers (3)

Answers (3)

andreas_herzog
Active Contributor
0 Kudos

<b>Can't connect to X11 window server using '10.29.2.130:0.0' as the value of the DISPLAY variable</b>

if you are using <b>ssh</b> you should check your login user's <b>environment</b> in order to get the correct DISPLAY variable...

> env

you should see something like

> DISPLAY=localhost:10.0 (or similar)

GreetZ, AH

Former Member
0 Kudos

Thanks to all whom helped.

I found a fix at metalink. It's bug 5142839. DBUA HANGS AFTER FIRST SCREEN UPGRADING FROM 9.2.0.6.0 TO 10.1.0.4.0. It applies to AIX upgrade but It's seeming to work for me now

Former Member
0 Kudos

Hi Stephen,

Have you installed the Oracle 10 binaries, and all the patches? It must be done before running the DBUA...

Best Regards,

JC Llanes.

markus_doehr2
Active Contributor
0 Kudos

Did you set the DISPLAY of user orabwp?

what gives

echo $DISPLAY

Are you connected via telnet or ssh?

--

Markus