1836752 Members
2590 Online
110109 Solutions
New Discussion

error message

 
Flavio Lacks
Frequent Advisor

error message

What actual error are you getting? TCJVDEV /dbs/ora01/TCJVDEV/Disk1 > Initializing Java Virtual Machine from /tmp/O
raInstall2005-04-07_07-55-53AM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window
server using '10.128.81.34:0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment
1 REPLY 1
Hein van den Heuvel
Honored Contributor

Re: error message



>>> Can't connect to X11 window
server using '10.128.81.34:0' as the value of the DISPLAY variable


So, is this 10.128.81.34 a reasobable IP address to try to go to? It is not the local address is it?
How did it get that number (env | grep DISP)
What is the the IP address you are trying to use as display?
Can you telnet to that box?
Can you run a simple X task to that box (Xclock)?
Can you telnet back (/etc/hosts in sync?)
X Authorization in place.

Forget about Oracle for now. Focus on the X display. When that proves to work, try Oracle again.

hth,
Hein.