View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 12:54 PM
Jim.Lane@cibc.com
 
Posts: n/a
Default Re: Java errors on AIX 5.3

On Nov 2, 6:55 am, Huub <"v.niekerk at hccnet.nl"> wrote:
> Hi,
>
> I want to start wsm on a Fedora Linux 7 system using either
> gnome-terminal or xterm, but after "export DISPLAY=192.168.30.110:0" it says
>
> > host: 0827-803 Cannot find address 192.168.30.110.

>
> Also, this is reported:
>
> > mkdir: 0653-357 Cannot access directory /usr/java14/.private142/jre.
> > /usr/java14/.private142/jre: The file access permissions do not allow the specified action.

>
> > $ java.lang.InternalError: Can't connect to X11 window server using '192.168.30.110:0' as the value of the DISPLAY variable.

>
> Checking the directory:
>
> > $ ls -l
> > total 16
> > drwxr-xr-x 3 bin bin 1536 Oct 22 16:24 bin
> > drwxr-xr-x 9 bin bin 3072 Oct 22 16:24 lib
> > lrwxrwxrwx 1 bin bin 31 Oct 22 16:24 sh -> /usr/java14/.private142/jre/bin
> > $ pwd
> > /usr/java14/.private142/jre
> > $ cd ..
> > $ ls -lad jre
> > drwxr-xr-x 4 bin bin 512 Oct 22 16:24 jre

>
> What is wrong and how do I solve it?
>
> Thanks.


I would start by eliminating the possibility that the messages
mean exactly what they say. If you try to ping 192.168.30.110
what happens? What is 192.168.30.110 and where is it? Is
it a system you should be able to access?

HTH

Jim Lane

Reply With Quote