[JBoss-user] [Clustering/JBoss] - Re: 2 JBoss 4.0.1 SP1 instaces not joined in cluster on same

2006-05-05 Thread nsivam2006
Hi Jerry,

I have tried the JGroups whether workinh properly or not by following the 
instruction through the link you given.

here are the outputs below. 

C:\JBoss1\jboss-4.0.1sp1\bin>java -cp 
C:\JBoss1\jboss-4.0.1sp1\server\all\lib\jgroups.jar;C:\JBoss1\jboss-4.0.1sp1\lib\commons-logging.jar;C:\JBoss1\jboss-4.0.1sp1\lib\concurrent.jar
 org.jgroups.demos.ViewDemo -props ./test.xml

May 5, 2006 12:48:44 PM org.jgroups.protocols.UDP createSockets
INFO: unicast sockets will use interface 172.19.63.43
May 5, 2006 12:48:45 PM org.jgroups.protocols.UDP createSockets
INFO: socket information:
local_addr=bsd-pc2058:1156, mcast_addr=228.1.2.3:45566, 
bind_addr=/172.19.63.43, ttl=64
sock: bound to 172.19.63.43:1156, receive buffer size=80, send buffer 
size=15
mcast_recv_sock: bound to 172.19.63.43:45566, send buffer size=15, receive 
buffer size=80
mcast_send_sock: bound to 172.19.63.43:1157, send buffer size=15, receive 
buffer size=80

---
GMS: address is bsd-pc2058:1156
---
** New view: [bsd-pc2058:1156|0] [bsd-pc2058:1156]

C:\JBoss1\jboss-4.0.1sp1\bin>java -cp 
C:\JBoss1\jboss-4.0.1sp1\server\all\lib\jgroups.jar;C:\JBoss1\jboss-4.0.1sp1\lib\commons-logging.jar;C:\JBoss1\jboss-4.0.1sp1\lib\concurrent.jar
 org.jgroups.demos.ViewDemo -props ./test.xml

May 5, 2006 12:49:12 PM org.jgroups.protocols.UDP createSockets
INFO: unicast sockets will use interface 172.19.63.43
May 5, 2006 12:49:12 PM org.jgroups.protocols.UDP createSockets
INFO: socket information:
local_addr=bsd-pc2058:1159, mcast_addr=228.1.2.3:45566, 
bind_addr=/172.19.63.43, ttl=64
sock: bound to 172.19.63.43:1159, receive buffer size=80, send buffer 
size=15
mcast_recv_sock: bound to 172.19.63.43:45566, send buffer size=15, receive 
buffer size=80
mcast_send_sock: bound to 172.19.63.43:1160, send buffer size=15, receive 
buffer size=80

---
GMS: address is bsd-pc2058:1159
---
** New view: [bsd-pc2058:1159|0] [bsd-pc2058:1159]


But i didn't get any console output like below as mentioned in the given link.

** New view: [laptop:1440|1] [laptop:1440, laptop:1448]
Suspected(laptop:1448)
** New view: [laptop:1440|2] [laptop:1440]


Does it mean the JGroups multicast not supporting in my network.?
Please help me to resolve this.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941495#3941495

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941495


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: 2 JBoss 4.0.1 SP1 instaces not joined in cluster on same

2006-05-04 Thread JerryGauth
The first step in debugging would be to confirm that JGroups works properly in 
your environment.  You can see 
http://wiki.jboss.org/wiki/Wiki.jsp?page=BasicClusterTest for further details.

FWIW - the "usual" way to cluster JBoss nodes on a single machine is to copy 
the "all" server directory and make new copies (e.g., jboss1, jboss2) under 
..\jboss-4.0.1sp1\server\.  I don't think this would cause the clustering 
problem but you would only need one JBoss server installation.  You would still 
need to differentiate the ports using service-bindings as you did previously.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941273#3941273

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941273


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user