cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.internal Error can't connect to X11 windows

Former Member
0 Kudos

Hi Gurus,

I am installing the ECC 5 on SUSI Linux 9 while installing Database Instance iam runing ./RUNINSTALLER while extractingthe oracle it's throwing this error java.lang.internal Error can't connect to X11 windows.

what could be the reason please help me ASAP

Cheers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

use #ssh -X ora<sid>@<yourIPAddress>

dont set DISPLAY env variable... leave system default as is....

hannes_kuehnemund
Active Contributor
0 Kudos

Hi Gopal,

connect to your local Linux machine with 'ssh -X ....' to enable X forwarding. It will work then.

Thanks,

Hannes