You are not logged in.

#1 2010-01-08 12:05:42

angrycore
Member
Registered: 2008-04-21
Posts: 14

Eclipse visual editor does not work.

If I try to create a new visual class two error messages pop up:

"IWAV0138E Remote VM terminated too soon. See .log file for trace of output."
"An internal error occurred during: "Create Remote VM for Visual Editor for Java".
IWAV0171E Could not create a socket connection to remote vm. This is often due to your firewall blocking access from your java to do local access."

Here is the full error log: http://pastebin.com/m4c700db3
I have no firewall enabled:

core@c-laptop:~$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

I've read that it could possibly happen due to incorrect /etc/hosts file. Here is mine:

core@c-laptop:~$ cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#
127.0.0.1       c-laptop        localhost

#<ip-address>   <hostname.domain.org>   <hostname>
192.168.1.102           n810                    n810
192.168.1.101           serv                    serv

# End of file

Any ideas?

Offline

#2 2010-01-09 17:13:59

robrene
Member
Registered: 2009-04-16
Posts: 168

Re: Eclipse visual editor does not work.

I'm guessing 'c-laptop' is the name of your machine? My line looks different in /etc/hosts, I just added my name to the end and left the original domain:

 rob  ~  $  cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1    localhost.localdomain    localhost rob-thinkpad

# End of file

smile neutral sad big_smile yikes wink hmm tongue lol mad roll cool

Offline

#3 2010-04-18 17:59:44

Daemonjax
Member
Registered: 2009-07-02
Posts: 48

Re: Eclipse visual editor does not work.

Was this ever resolved? 

I'm having the same problem as the OP, and my /etc/hosts file is correct.

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1    localhost.localdomain    localhost atropos

# End of file

Last edited by Daemonjax (2010-04-18 18:01:55)

Offline

#4 2010-05-27 13:45:24

wangjun
Member
From: China
Registered: 2007-11-08
Posts: 8

Re: Eclipse visual editor does not work.

help~~~


为什么我的眼里常含泪水?
因为我对这土地爱得深沉……

Offline

#5 2010-05-27 13:58:06

Gargamel1
Member
Registered: 2010-03-23
Posts: 14

Re: Eclipse visual editor does not work.

I'm also having this issue... I tried altering the hosts file, and the allow and deny files, but neither of them seemed to do anything. Could it maybe be that java is not allowed to make a connection instead of localhost not accepting connections?

Offline

Board footer

Powered by FluxBB