*First , **Thank you very much Tom and jfdipol and all *
i have logon and check listening Port on both server but not found another
process using the port...
/[root_at_linuxgf175 ~]# ssh 192.168.1.170
Last login: Fri Apr 1 15:39:37 2011 from linuxgf175
[root_at_linuxgf170 ~]# netstat -an|grep 24848
[root_at_linuxgf170 ~]# exit
logout
Connection to 192.168.1.170 closed.
[root_at_linuxgf175 ~]#
[root_at_linuxgf175 ~]# ssh 192.168.1.180
Last login: Fri Apr 1 15:33:46 2011
[root_at_linuxgf180 ~]# netstat -an|grep 24848
[root_at_linuxgf180 ~]# /
*I have double check all hosts file*
*$$$ /etc/hosts on linuxgf175 (Center) ::;*
/127.0.0.1 localhost.localdomain localhost
127.0.0.1 linuxgf175 linuxgf175
192.168.1.170 linuxgf170 linuxgf170
192.168.1.180 linuxgf180 linuxgf180
::1 localhost6.localdomain6 localhost6/
*$$$ /etc/hosts on linuxgf170 ::;*
/127.0.0.1 localhost.localdomain localhost
192.168.1.175 linuxgf175 linuxgf175
192.168.1.180 linuxgf180 linuxgf180
::1 localhost6.localdomain6 localhost6/
*$$$ /etc/hosts on linuxgf180 ::;*
/127.0.0.1 localhost.localdomain localhost
192.168.1.175 linuxgf175 linuxgf175
192.168.1.170 linuxgf170 linuxgf170
::1 localhost6.localdomain6 localhost6/
*but still same error can not start cluster c1*
/asadmin> start-cluster c1
i2: Could not start instance i2 on node n2 (linuxgf180).
Command failed on node n2 (linuxgf180): CLI801 Instance is already
synchronized
There is a process already using the admin port 24848 -- it probably is
another instance of a GlassFish server.
Command start-local-instance failed.
To complete this operation run the following command locally on host
linuxgf180 from the GlassFish install location /usr/glassfish3:
asadmin start-local-instance --node n2 --sync normal i2
i1: Could not start instance i1 on node n1 (linuxgf170).
Command failed on node n1 (linuxgf170): CLI801 Instance is already
synchronized
There is a process already using the admin port 24848 -- it probably is
another instance of a GlassFish server.
Command start-local-instance failed.
To complete this operation run the following command locally on host
linuxgf170 from the GlassFish install location /usr/glassfish3:
asadmin start-local-instance --node n1 --sync normal i1
The command start-instance failed for: i2 i1
asadmin> /
*Help me please.... thank you.*
--
[Message sent by forum member 'madoatz']
View Post: http://forums.java.net/node/787060